![]() |
The GNU extension languageGit Repository |
|
Accessing the Git Source Code RepositorySince March 27th, 2008, Guile's source code is stored in a Git repository at Savannah. You can access it with the following command:
git clone git://git.sv.gnu.org/guile.git
If the port used by the git protocol is not available, you
can instead use the (slower) http method:
git clone http://git.sv.gnu.org/r/guile.git
Developers with a Savannah account can access repository over SSH:
git clone ssh://git.sv.gnu.org/srv/git/guile.git
The repository can also
be browsed
on-line.
Legacy CVS Source Code Repository
Prior to the switch to Git, Guile's source code
used to be stored in a CVS repository. While that CVS repository
is Note that the Git repository currently in use contains only the former CVS guile-core module. Other modules, usually outdated, are still available in CVS, but are now read-only. They may be of interest to archaeologists.
|
Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.
Please send comments on these web pages to bug-guile@gnu.org, send other questions to gnu@gnu.org.
Copyright (C) 2000,2001,2002,2005,2007 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA
Verbatim copying and distribution of this entire web page is permitted in any medium, provided this notice is preserved.
Updated: $Date: 2009/10/28 22:32:45 $ $Author: ossau $