CVS and SVN AccessAnonymous CVS or SVN access is available for GnuPG and some related
projects. This service is provided to help you in hunting bugs and not to
deliver stable snapshots; it may happen that it even does not
compile, so please don't complain. CVS and the newer SVN may put
a high load on a server, so please don't poll for new updates
too often. Instead, we suggest you to subscribe to the
CVS commits mailing list
. There is a Web interface at
http://cvs.gnupg.org/ which can be used to browse the CVS as well as SVN.. Most repositories have now been migrated to Subversion (SVN) which is
a newer code management tool similar to CVS. It is easier to
access than CVS. The normal way you checkout from an anonymous SVN is
by doing a simple
svn co svn://cvs.gnupg.org/gnupg/branches/STABLE-BRANCH-2-0 gnupg
You must run scripts/autogen.sh before doing the
./configure --enable-maintainer-mode , as this
creates some needed files
which are not in the SVN. autogen.sh should check
that you have all required tools installed. Please read the SVN
manual page before doing so. The trunk revision is the
development branch; the stable 2.0 version (currently version 2.0.13) is known as branches/STABLE-BRANCH-2.0 ;
the stable 1.4 version of GnuPG (1.4.10) is known under the tag
branches/STABLE-BRANCH-1-4 . Bug reports should go to the developers mailing list. See page
on
mailing lists
. |