So, you've decided that you need access to the source tree to see
the latest and greatest code. There's two different forms of CVS
access. The first is anonymous and anybody can use it. The
second is not and you must have a login to the development server. If
you don't know what this means, join the mailing list and find out.
Anyone can checkout source code from our anonymous CVS server. To
do so, simply use the following commands (if you are using a GUI CVS
client, configure it appropriatly):
 |
 |
 |
 |
cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/dlog4j login
|
 |
 |
 |
 |
 |
 |
 |
 |
cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/dlog4j checkout DLOG4J
|