wiki:SubversionCheckout

Version 43 (modified by Peter, 2 years ago) (diff)

prefer https

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 https://dev.thep.lu.se/yat/svn/tags/0.18.1 yat-0.18.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 https://dev.thep.lu.se/yat/svn/branches/0.18-stable yat-0.18.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 https://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.