X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=repository.mdwn;h=ca07bae44692082a3d8ddd7aa85d313c54978b2e;hb=13d500c36d3a5aba6005e3ac85b8bb2b235df529;hp=26bc94be232b37fb50cc5f9138d7df0a242331b4;hpb=7c74a57cd95cfc0358fdd5980d9170ea16751dfb;p=wiki diff --git a/repository.mdwn b/repository.mdwn index 26bc94b..ca07bae 100644 --- a/repository.mdwn +++ b/repository.mdwn @@ -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, @@ -28,21 +28,17 @@ repository. If you have checked out a copy of the public repository, you can bring it up to date using the command `git pull`. +### GitHub repository + +There is also a clone of the official repository on GitHub: + +[https://github.com/gsliepen/tinc](https://github.com/gsliepen/tinc) + +You can use this to easily create your own forks and make your own commits public. +This allows us to review them and possibly merge them with the official tinc repository. + ### 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|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