wiki:SubversionCheckout

Version 20 (modified by Peter, 10 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.11.1 yat-0.11.1

You may want to take a look at the NEWS file.

yat stable

The latest revision of the stable branch of yat can be checked out from subversion with:

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

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 through

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

You may want to take a look at the NEWS file.

Miscellaneous

For further instructions on how to use Subversion, see The Subversion Book.