Subversion is a source code versioning system, a client-server set of tools for maintaining text (in this case, the source code for GNU Enterprise) and keeping track of all the changes.
The GNU Enterprise subversion repository is publicly accessible. There are several ways to access Subversion:
You can browse the subversion tree online.
To access subversion.....
$ svn co http://svn.gnuenterprise.org/gnue/trunk gnue
RapidSVN is a cross-platform GUI-based client for subversion that can run under Linux, Windows, Mac OS 9/X, Solaris, etc.
Visit http://rapidsvn.tigris.org/ for more information and downloads.
GNU Enterprise Developer can access the repository with the following command.
$ svn co svn+ssh://svn.gnuenterprise.org/var/svn/gnue/trunk gnue
There are nightly snapshots of our source code available for download from the GNU Enterprise website. These are primarily useful for developers who wish to test the current GNUe base but cannot use the subversion tools (e.g., people behind a firewall).