Search:

Apache » Lenya
project logo
  • Project
  • Developer
  • Community
  • Version 2.2
  • Version 2.0
  • Version 1.2
  • Version 2.2
    • Installation
      • Subversion Access

Current Event

Meeting Bad Säckingen 2009

Built with Apache Lenya

Lenya 2.2 Subversion Guide

Table of Contents
  • For committers
  • View Subversion
  • Subversion Tips

For committers

Start the shell of your choice and enter:

svn co https://svn.apache.org/repos/asf/lenya/trunk lenya-2.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

Copyright © 1999-2009 The Apache Software Foundation. All rights reserved.