Remove www. prefix from URLs and don't mention the Subversion repository anymore.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2009 20:51:54 +0000 (22:51 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2009 20:51:54 +0000 (22:51 +0200)
repository.mdwn

index 2c77671..bbb771d 100644 (file)
@@ -14,11 +14,11 @@ installed. If you do not have them, you can find them at
 [http://git.or.cz/](http://git.or.cz/).
 Then run either one of these commands:
 
-    git clone git://www.tinc-vpn.org/tinc
+    git clone git://tinc-vpn.org/tinc
 
 or:
 
-    git clone http://www.tinc-vpn.org/git/tinc
+    git clone http://tinc-vpn.org/git/tinc
 
 This creates a copy of the public repository of tinc. For every
 release of tinc there is a corresponding tag in the git repository,
@@ -33,16 +33,3 @@ repository, you can bring it up to date using the command
 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|mail]].
-
-### Old Subversion repository
-
-Prior to git, Subversion was used for the source code repository.
-Although the repository was converted to git, and almost all
-history is also available from the git repository, the Subversion
-repository is still available for now. It may disappear in the
-future however. You can
-[browse the old Subversion repository](/svn/tinc/) online, or check
-out a working copy of the main development branch of tinc (up to
-1.0.9) with the following command:
-
-    svn co http://www.tinc-vpn.org/svn/tinc/trunk tinc