GIT access for GLE

GLE uses the GIT repository provided by SourceForge.net. If you simply want to compile the source code you are better off downloading the source code distribution. If you want to get the latest source code under development you will need to use anonymous GIT access. This will allow you to checkout the sources without any involvement from the GLE team. However, you will not be able to check in your changes.

If you would like to contribute your changes to the development, which we appreciate a lot, then please request to be added to the list of developers by contacting the mailing list, or send your patch or suggested modification directly to this list.

GIT Repository

Browse the GIT repository.

Description of the GIT repositories:

  • gle - the GLE source code (changes).
    git clone git://glx.git.sourceforge.net/gitroot/glx/gle (read-only)
    
    git clone ssh://jeans@glx.git.sourceforge.net/gitroot/glx/gle (read/write) 
    
  • To get all the fixes for the last stable version, checkout the 4.2.4-fixes branch. To get the development version, checkout the master branch.

  • gle-www - the GLE website.
    git clone git://glx.git.sourceforge.net/gitroot/glx/gle-www (read-only)
    
    git clone ssh://jeans@glx.git.sourceforge.net/gitroot/glx/gle-www (read/write) 
    
  • gle-contrib - contributed files.
    git clone git://glx.git.sourceforge.net/gitroot/glx/gle-contrib (read-only)
    
    git clone ssh://jeans@glx.git.sourceforge.net/gitroot/glx/gle-contrib (read/write) 
    

GIT Snapshot

A recent GIT snapshot can be obtained here: "Download GIT Snapshot".