apache > lenya
 

Lenya 2.0 Subversion Guide

For the public

Start the shell of your choice and enter:

svn co http://svn.apache.org/repos/asf/lenya/tags/RELEASE_2_0 lenya-2.0.x

For committers

Start the shell of your choice and enter:

svn co https://svn.apache.org/repos/asf/lenya/trunk lenya-2.0.x
ssh -l username svn.apache.org
svnpasswd username
exit

View Subversion

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