Get Source
Version 1 (olivier dufour, 08/09/2010 06:15 AM) → Version 2/3 (olivier dufour, 08/09/2010 06:23 AM)
h1. Get Source
git clone http://github.com/mono/bitsharp.git
This command allow you to get all source and all history. If you want to deelop create an account on github and make a fork.
h2. Latest Stable Release
git checkout bitsharp-0.90
This should be used if you want something that works and do not require specific features/fixes which are only available in SVN. This is the recommended starting point for using MonoTorrent.
h3. Latest Unstable
git checkout master
If you require features or fixes which only exist in SVN, want to develop new extensions/features or just want to help test the latest iteration of MonoTorrent, you should use the code from here. Bear in mind that occasionally SVN head can become unstable so if you run into issues either try the latest stable release, or just check out a slightly older revision of the code.
h4. Git tutorial
If you want to send patch, you will have to work git. So here are good Tutorials:
http://help.github.com/
http://linux.yyz.us/git-howto.html
http://groups.google.com/group/pinta/web/git-tutorial?hl=en
[[Using SVN]]