Version 10 (modified by 12 years ago) (diff) | ,
---|
Subversion Access
The svndigest source repository is available via anonymous subversion from the thep subversion server.
Svndigest latest release
The latest stable release of svndigest can be checked out from subversion with:
svn checkout http://dev.thep.lu.se/svndigest/svn/tags/0.9.5 svndigest-0.9.5
If you already have an earlier release checked out, you can switch to the latest release by issuing
svn switch http://dev.thep.lu.se/svndigest/svn/tags/0.9.5
in the earlier checked out root directory. This is more efficient because it allows you to download, not the entire package, but only the changes necessary to make your working copy reflect the latest tagged release.
You may want to take a look at the NEWS file.
Svndigest stable
The latest revision of the stable version of svndigest (currently 0.9.6pre) can be checked out from subversion with:
svn checkout http://dev.thep.lu.se/svndigest/svn/branches/0.9-stable svndigest-0.9dev
If you already have another stable branch checked out, you can switch to the latest stable branch by issuing
svn switch http://dev.thep.lu.se/svndigest/svn/branches/0.9-stable
in the earlier checked out root directory. This will allow you to keep local files and modifications. Local changes may interfere with the switch.
You may want to take a look at the NEWS file.
Svndigest devel
If you want to live on bleeding edge software, download the latest (maybe unstable) version (currently 0.10pre) through
svn checkout http://dev.thep.lu.se/svndigest/svn/trunk/ svndigest
You may want to take a look at the NEWS file.
Miscellaneous
If you already had existing checkouts for lev.thep.lu.se
, no need to redo the checkouts, you can simply relocate your working copies:
svn switch --relocate http://lev.thep.lu.se/repository/svndigest/trunk http://dev.thep.lu.se/svndigest/svn/trunk
or replace trunk
with appropriate branch. For further instructions on how to use Subversion, see The Subversion Book.