Get Source
Version 3 (olivier dufour, 08/09/2010 06:24 AM)
1 | 1 | h1. Get Source |
|
---|---|---|---|
2 | 1 | ||
3 | 2 | olivier dufour | git clone http://github.com/mono/bitsharp.git |
4 | 2 | olivier dufour | |
5 | 2 | olivier dufour | 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. |
6 | 2 | olivier dufour | |
7 | 3 | olivier dufour | h3. Latest Stable Release |
8 | 2 | olivier dufour | |
9 | 2 | olivier dufour | git checkout bitsharp-0.90 |
10 | 2 | olivier dufour | |
11 | 2 | olivier dufour | 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. |
12 | 2 | olivier dufour | |
13 | 2 | olivier dufour | h3. Latest Unstable |
14 | 2 | olivier dufour | |
15 | 2 | olivier dufour | git checkout master |
16 | 2 | olivier dufour | |
17 | 2 | olivier dufour | 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. |
18 | 2 | olivier dufour | |
19 | 3 | olivier dufour | h3. Git tutorial |
20 | 2 | olivier dufour | |
21 | 2 | olivier dufour | If you want to send patch, you will have to work git. So here are good Tutorials: |
22 | 2 | olivier dufour | http://help.github.com/ |
23 | 2 | olivier dufour | http://linux.yyz.us/git-howto.html |
24 | 2 | olivier dufour | http://groups.google.com/group/pinta/web/git-tutorial?hl=en |