Page MenuHome GnuPG

No OneTemporary

diff --git a/web/download/cvs_access.org b/web/download/cvs_access.org
index 3e34c9d..a1de3cd 100644
--- a/web/download/cvs_access.org
+++ b/web/download/cvs_access.org
@@ -1,84 +1,70 @@
#+TITLE: GnuPG - GIT Access
#+STARTUP: showall
#+SETUPFILE: "../share/setup.inc"
#+GPGWEB-NEED-SWDB
* GIT Access
The GnuPG development is tracked using the GIT distributed revision
control system. A public read-only GIT repository for GnuPG and
related projects is available.
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. GIT may put a high load on a
server, so please don't poll for new pushes too often. Instead, we
suggest you to subscribe to the [[http://lists.gnupg.org/mailman/listinfo/gnupg-commits/][commits mailing list]] .
You may also follow [[http://twitter.com/gnuprivacyguard][@gnuprivacyguard]] on Twitter to get notified
about commits to the GnuPG master branch.
There is a Web interface at [[http://git.gnupg.org/]] which can be used
to browse the GIT repository.
All repositories have been migrated to GIT from the old Subversion
(SVN) code management tool. The standard way you checkout from an
anonymous GIT is to clone the entire repository:
#+BEGIN_EXAMPLE
git clone git://git.gnupg.org/gnupg.git
#+END_EXAMPLE
You must run =./autogen.sh= before running the =./configure= in the
way suggested by the output of =autogen.sh=. This creates some
required files which are not stored in the repository. =autogen.sh=
also checks that you have all required tools installed. Please read
the GIT manual pages before doing so. The =master= revision is the
development branch; the stable 2.0 version (currently version
{{{gnupg_ver}}}) is known as =STABLE-BRANCH-2-0=; the stable 1.4
version of GnuPG ({{{gnupg1_ver}}}) is known as =STABLE-BRANCH-1-4=.
Bug reports should go to the developers mailing list. See the page
on [[../documentation/mailing-lists.org][mailing lists]] .
** Other Hosted Projects
The GnuPG GIT server also hosts some other projects in GIT
- repositories; use the commands below to access them.
-
- - GPGME :: GnuPG Made Easy
-#+begin_example
- git clone git://git.gnupg.org/gpgme.git
-#+end_example
-
- - Libgcrypt :: The GNU Crypto Library
-#+begin_example
- git clone git://git.gnupg.org/libgcrypt.git
-#+end_example
-
- - GEAM :: GEAM Encrypts All Mail.
-#+begin_example
- git clone git://git.gnupg.org/geam.git
-#+end_example
+ repositories. Please use the web interface at
+ [[http://git.gnupg.org/]] to browse them.
** Old CVS Controlled Projects
There are also some CVS hosted projects; the normal way to access
them, is by doing a
#+BEGIN_EXAMPLE
cvs -d :pserver:anoncvs@cvs.gnupg.org:/cvs/PROJECTNAME login
#+END_EXAMPLE
with the password `anoncvs' and then checkout the sources using the
command given in the list below.
- GPH :: The GNU Privacy Handbook
#+BEGIN_EXAMPLE
cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gph co gph
#+END_EXAMPLE
- www.gnupg.org :: The old webpages
#+BEGIN_EXAMPLE
cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gpgweb co gnupg-www
#+END_EXAMPLE

File Metadata

Mime Type
text/x-diff
Expires
Fri, Dec 12, 11:57 AM (1 d, 22 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a6/43/3edfbdeeeb996fa695069d342bab

Event Timeline