Downloading the samba TNG source  via CVS:
=========================================


You can access our sources via anonymous cvs.

The repository, that is used for anonymous cvs, is a copy of
our working copy. It is synced at regular intervals. 
  
Instructions on using anonymous cvs 
----------------------------------
The details for the connection (especially the path) might change in
the future.  So if "cvs update -P -d" stops working, check back here
and do a fresh checkout.

Before you can checkout a module from cvs, you need to login.  ("login"
is actually a poor term -- all this does is store the password in a
sort of rot13 format in a file called "~/.cvspass".)

   cvs -d :pserver:anoncvs@anoncvs.dcerpc.org:/home/vhosts/samba-tng.org/cvsroot login 

The password you get prompted for is "anoncvs". 

After that, you are able to check out a module.

   cvs -z3 -d :pserver:anoncvs@anoncvs.dcerpc.org:/home/vhosts/samba-tng.org/cvsroot co MODULE 

Replace MODULE with ... 

tng
         to get the Samba-TNG sourcecode.
hg
         to get the hg library sourcecode.
dcerpc-web
         to get the www.samba-tng.org website.

where 'tng' is of interest to most people currently. 

You can later update your tree with:

   cvs -z3 update -P -d

in any directory or subdirectory you have previously checked out.
