wiki:SubversionCheckout

Version 9 (modified by Peter, 11 years ago) (diff)

--

Subversion Access

The yat source repository is available via anonymous subversion from the thep subversion server.

Note: to build from a subversion checkout, you will need Autotools (see README.developer for details)

yat latest release

The latest stable release of yat can be checked out from subversion with:

svn checkout http://dev.thep.lu.se/yat/svn/tags/0.8.1 yat-0.8.1

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/yat/svn/tags/0.8.1

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.

yat stable

The latest revision of the stable branch of yat (currently 0.8.2pre) can be checked out from subversion with:

svn checkout http://dev.thep.lu.se/yat/svn/branches/0.8-stable yat-0.8dev

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/yat/svn/branches/0.8-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.

yat devel

If you want to live on bleeding edge software, download the latest (maybe unstable) version (currently 0.9pre) through

svn checkout http://dev.thep.lu.se/yat/svn/trunk/ yat

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/yat/trunk http://dev.thep.lu.se/yat/svn/trunk

or replace trunk with appropriate branch. For further instructions on how to use Subversion, see The Subversion Book.