tinc

The network is virtual, your privacy is not...



Links:

Main screen

Activities
Contact
Documentation
Download
Examples
FAQ
Goals
Mailing lists
News
Search
Security issues
Subversion
Supported platforms
VPN links

Hosted by:

non-gnu.uvt.nl

Subversion

You can get the latest development source code from our Subversion repository if you want to. This code may not work, run, or even compile. You'll also need to have the latest versions of autoconf, automake, libtool and gettext installed. The files that can be generated using these tools are not in the repository.

Accessing the repository

You can browse the repository online. However, to make real use of it you should have to have the Subversion tools installed. If you do not have them, you can find them at http://subversion.tigris.org/. Then do this:

    svn co http://www.tinc-vpn.org/svn/tinc/trunk tinc
   
This creates a working copy of the main development branch of tinc. You can also get old releases from the Subversion repository by doing a checkout and replacing "trunk" with "tags/release-version", for example "tags/release-1.0.2". The "branch" directory contains various forks and variations of the main development branch. If you have checked out a copy of the source code tree, you can bring it up to date using the command svn up.

Log messages

Whenever something is changed in the repository, a log message is sent to the tinc-svn list. If you wish to be kept up to date, you can subscribe yourself to that mailing list.


$Id: subversion.html 292 2007-07-24 17:03:55Z guus $