Lenya 1.2 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/branches/BRANCH_1_2_X lenya-1.2.x
If you have used the old incubating svn checkout, then please change to the dir that contains the former checkout and:
svn sw http://svn.apache.org/repos/asf/lenya/branches/BRANCH_1_2_X
You can test that by using
svn info
Path: . URL: https://svn.apache.org/repos/asf/lenya/branches/BRANCH_1_2_X Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 76126 Node Kind: directory Schedule: normal Last Changed Author: gregor Last Changed Rev: 55623 Last Changed Date: 2004-10-26 19:23:29 +0200 (Tue, 26 Oct 2004) Properties Last Updated: 2004-10-26 17:07:46 +0200 (Tue, 26 Oct 2004)
For committers
Start the shell of your choice and enter:
svn co https://svn.apache.org/repos/asf/lenya/branches/BRANCH_1_2_X lenya-1.2.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