Subversion access to svnanon.samba.org
samba development changed to git
In January 2008 Samba development changed from using Subversion to Git for version control. Please see the Using Git for Samba Development for details.Overview
svnanon.samba.org contains an anonymous Subversion repository. The source code in this repository is synchronised from the main branch every 5 minutes.
Subversion is available from subversion.tigris.org.
Web access to the source
You can access the subversion repository via websvn at http://websvn.samba.org/.
Access via subversion
To access the 'trunk', run:
svn co svn://svnanon.samba.org/samba/trunk samba-trunk
To check out a certain branch, say a branch called BRANCH, run:
svn co svn://svnanon.samba.org/samba/branches/BRANCH samba-BRANCH
Major current branches include:
svn co svn://svnanon.samba.org/samba/branches/SAMBA_3_0 samba-3_0
svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0 samba-4_0
Access via rsync and ftp
svnanon.samba.org also exports unpacked copies of most parts of the Subversion tree at ftp://svnanon.samba.org/pub/unpacked and also via anonymous rsync at rsync://svnanon.samba.org/ftp/unpacked/
I recommend using rsync rather than ftp. See http://rsync.samba.org/ for more info on rsync.
The disadvantage of the unpacked trees is that they do not support automatic merging of local changes like CVS or Subversion does. rsync access is most convenient for an initial install.
Available branches
Please refer the Development and General Roadmap page for information on the current cvs branches.
Reporting problems
If you have any problems with this system please ask on the Samba mailing list.
