Plash SVN repository
Development versions of Plash are available from the Subversion repository, which is hosted by gna.org.
- Checkout over http:
svn co http://svn.gna.org/svn/plash/trunk plash
- Checkout over SVN protocol (TCP 3690):
svn co svn://svn.gna.org/svn/plash/trunk plash
Note that this does not always work because gna's server has a connection limit on the SVN port. At busy times, the server will return the message "This service is temporarily unavailable. Please try later." which causes SVN to give the error "svn: Malformed network data". See SR #968.
- Browse the source repository:
trunk directory: This contains the current development version of Plash. New changes are checked in here.
tags: This contains tags of all current and previous releases.
There are no branches at the moment, but if there were, they would go in branches.
More comprehensive information about the repository on gna.org
Scratch directory
The scratch directory contains code that does not (yet) have a release process. This includes:
Git repositories
Starting with Story6, some glibc patches will be maintained under Git:
git-clone http://plash.beasts.org/git/glibc.git/
There is currently no gitweb for browsing this repository online, and only HTTP access is provided (not Git native).
There is a mirror on repo.or.cz.
