Subversion
Browsing the Clewn sources
You can browse the Clewn Subversion repository online at
SourceForge.
This shows the most recent version of the files in Clewn.
You can also view the diffs and the revision logs for each file.
Maintaining a work area
Run the following command in the directory where you want to
check out Clewn for the first time:
$ svn co https://clewn.svn.sourceforge.net/svnroot/clewn/trunk clewn
Once Clewn has been checked out, check the Clewn mailing list for
patches or releases announcements, and update your work area from the
Subversion repository by running the following command in the
clewn directory:
$ cd clewn
$ svn update
Documentation on accessing the repository can be found at
SourceForge documentation.
Documentation on Subversion can be found at
Version Control with Subversion.
|