Guile

The GNU extension language

Git Repository


About Guile
What is Guile?
Recent news
Mailing lists

Documentation
Manuals
FAQ's

Download
Getting Guile
Snapshots
Repository

Projects
Core
GUI
File Formats
Networking
Tools
Applications

Development
Project Summary
Helping out
Cool ideas

Resources
Guile Resources
Scheme Resources

Accessing the Git Source Code Repository

Since 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 no longer used, it is still available for archival purposes. Instructions describing how to access it are available here.

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.