Lenya 2.0 Subversion Guide
Table of Contents
For the public
Start the shell of your choice and enter:
svn co http://svn.apache.org/repos/asf/lenya/tags/RELEASE_2_0_3 lenya-2.0.3
For committers
Start the shell of your choice and enter:
svn co https://svn.apache.org/repos/asf/lenya/branches/BRANCH_2_0_X lenya-2.0.x ssh -l username svn.apache.org svnpasswd username exit
View Subversion
http://svn.apache.org/viewcvs.cgi/lenya/#dirlist
Subversion Tips
Installing the SVN client with SSL enabled on Debian Woody:
apt-get install openssl apt-get install libssl-dev (Important Header Files) ./configure --with-ssl make make install (su) svn --version