1 |
<!--#include virtual="/doctype.inc" --> |
2 |
<head> |
3 |
<title> |
4 |
i-scream Git Repositories |
5 |
</title> |
6 |
<!--#include virtual="/style.inc" --> |
7 |
</head> |
8 |
<body> |
9 |
<div id="container"> |
10 |
<div id="main"> |
11 |
<!--#include virtual="/header.inc" --> |
12 |
<div id="contents"> |
13 |
<h1 class="top"> |
14 |
i-scream Git Repositories |
15 |
</h1> |
16 |
<p> |
17 |
The i-scream Git repositories contain the currently |
18 |
developed source code. All historic source code can be |
19 |
found in <a href="/cvs.xhtml">CVS</a>. |
20 |
</p> |
21 |
<p> |
22 |
All code available in the Git repositories is |
23 |
<a href= "/license.xhtml">licensed</a> under the GPL |
24 |
unless otherwise stated. |
25 |
</p> |
26 |
<h3> |
27 |
Web Access |
28 |
</h3> |
29 |
<p> |
30 |
We use GitWeb to provide a visual frontend to the Git |
31 |
repositories. It allows you to browse around each repository, |
32 |
viewing any version of a file, and the differences between |
33 |
different versions. There is also a link to download the |
34 |
latest version of any section. |
35 |
</p> |
36 |
<p> |
37 |
<a href="http://git.i-scream.org/">http://git.i-scream.org/</a> |
38 |
</p> |
39 |
<h3> |
40 |
Anonymous Git Access (read-only) |
41 |
</h3> |
42 |
<p> |
43 |
Anyone can access the i-scream Git repositories in anonymous |
44 |
read-only mode. The following commands will both allow you |
45 |
to check out the libstatgrab repository. To see what other |
46 |
repositories are available you can look at the web frontend. |
47 |
Choose whichever protocol you prefer. |
48 |
</p> |
49 |
<pre> |
50 |
git clone http://git.i-scream.org/libstatgrab |
51 |
git clone git://git.i-scream.org/libstatgrab |
52 |
</pre> |
53 |
<h3> |
54 |
Developer CVS Access (write) |
55 |
</h3> |
56 |
<p> |
57 |
The i-scream development team have write access to the |
58 |
required Git repositories. This is only available over SSH on |
59 |
a non-standard port. You will need to have a SSH key |
60 |
installed on the server first. Then just clone and push |
61 |
using ssh. |
62 |
</p> |
63 |
<pre> |
64 |
git clone ssh://git@git.i-scream.org/libstatgrab |
65 |
</pre> |
66 |
<h3> |
67 |
GitHub Mirror |
68 |
</h3> |
69 |
<p> |
70 |
Our Git repositories are mirrored on GitHub. The master |
71 |
repository that we'll push commits to is located here, but |
72 |
we provide the GitHub mirrors to make it easier for you to |
73 |
make changes and work with our code. |
74 |
</p> |
75 |
<p> |
76 |
<a href="http://github.com/i-scream">http://github.com/i-scream</a> |
77 |
</p> |
78 |
</div> |
79 |
<!--#include virtual="/footer.inc" --> |
80 |
</div> |
81 |
<!--#include virtual="/menu.inc" --> |
82 |
</div> |
83 |
</body> |
84 |
</html> |