|
Documentation for Subversion (sometimes referred to as "SVN") is available here.
Anonymous Subversion Access
This project's SVN repository can be
checked out through anonymous access with the following command(s).
svn checkout --username anonsvn http://www.espresso-pp.de/svn/pmi/directory
The password is 'anonsvn'
directory is typically 'package/trunk' for the current source code or 'documents' for documents related to the project.
For other paths, you can either
browse the subversion repository
or look on the projects home page.
Developer Subversion Access via DAV Only project developers can access the SVN tree via this method. Substitute developername with the proper values. Enter your site password when prompted. svn checkout --username developername http://www.espresso-pp.de/svn/pmi |