LDAP (was: Re: Samba Bug?)

Peter Samuelson peter at cadcamlab.org
Sun Jul 2 10:26:12 GMT 2000


[Holger Eilhard <holger at xpo.de>]
> Can you tell me where/how to get the actual cvs builds of 2.x and
> TNG.  I tried to search on several Samba Web Sites, but the everytime
> I got to us1.samba.org, and well, there got a 404...

  # password is "cvs"
  cvs -d :pserver:cvs at cvs.samba.org:/cvsroot login

  # HEAD aka 3.0pre
  cvs -d :pserver:cvs at cvs.samba.org:/cvsroot co samba
  mv samba samba-head

  # yes, SAMBA_2_0 is an outdated tag name...
  cvs -d :pserver:cvs at cvs.samba.org:/cvsroot -r SAMBA_2_0 co samba
  mv samba samba-2.2pre

  cvs -d :pserver:cvs at cvs.samba.org:/cvsroot -r SAMBA_TNG co samba
  mv samba samba-tng

Now you have all three major trees.  Inside each of them you can do

  cvs update -dP

at any time.  (CVS remembers the -d and -r flags on a per-directory
basis.)  And yes, SAMBA_2_0 *is* an outdated tag name....

Peter


More information about the samba-ntdom mailing list