SVN Instructions
To access our developement version, you need Subversion.
You can check out the latest sourcecode with the following command:
svn co http://tpm4java.datenzone.de/svn/tpm4java/trunk
Now you got a directory called trunk in your current directory which contains our current developement version.
To update your checkout, just type
svn update
You won't need a password for both operations.
You can browse the source in your webbrowser too. Just go to source:tpm4java/trunk/.
