1 |
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 |
|
|
3 |
|
<!-- |
4 |
< |
cvs.shtml |
5 |
< |
Created by tdb1 04/06/2001 |
6 |
< |
Last edited 04/06/2001 |
4 |
> |
$Author$ |
5 |
> |
$Id$ |
6 |
|
--> |
7 |
|
|
8 |
|
|
28 |
|
<h2>i-scream CVS Repository</h2> |
29 |
|
|
30 |
|
<p>The i-scream CVS Repository contains all code, |
31 |
< |
documentation, and other stuff pertaining to all i-scream projects.</p> |
31 |
> |
documentation, and other files pertaining to all i-scream projects.</p> |
32 |
|
|
33 |
|
<h3>Web Access</h3> |
34 |
|
|
35 |
< |
<p>There is a web interface to the i-scream CVS |
36 |
< |
repository allowing you to view any file, and diffs between them.</p> |
35 |
> |
<p>We use <a href="http://viewcvs.sourceforge.net/">viewcvs</a> to provide a |
36 |
> |
visual frontend to the CVS Repository. It allows you to browse around the |
37 |
> |
repository, viewing any version of a file, and the differences between different |
38 |
> |
versions. There is also a link to download the latest version of any section.</p> |
39 |
|
|
40 |
|
<p><a href="http://www.i-scream.org.uk/cgi-bin/cvs/viewcvs.cgi">http://www.i-scream.org.uk/cgi-bin/cvs/viewcvs.cgi</a></p> |
41 |
|
|
42 |
+ |
<p>We also have a facility to allow people to keep tabs on what's changed |
43 |
+ |
recently. The following are available:</p> |
44 |
+ |
|
45 |
+ |
<p>Commits today: <a href="http://www.i-scream.org.uk/cgi-bin/cvslog.cgi?period=today">http://www.i-scream.org.uk/cgi-bin/cvslog.cgi?period=today</a><br> |
46 |
+ |
Commits this week: <a href="http://www.i-scream.org.uk/cgi-bin/cvslog.cgi?period=thisweek">http://www.i-scream.org.uk/cgi-bin/cvslog.cgi?period=thisweek</a><br> |
47 |
+ |
Commits in the past 7 days: <a href="http://www.i-scream.org.uk/cgi-bin/cvslog.cgi?period=days&days=7">http://www.i-scream.org.uk/cgi-bin/cvslog.cgi?period=days&days=7</a><br> |
48 |
+ |
Commits made since 29/03/2001: <a href="http://www.i-scream.org.uk/cgi-bin/cvslog.cgi?period=since&date=2001/03/29">http://www.i-scream.org.uk/cgi-bin/cvslog.cgi?period=since&date=2001/03/29</a></p> |
49 |
+ |
|
50 |
|
<h3>Anonymous CVS Access (read-only)</h3> |
51 |
|
|
52 |
|
<p>Anyone can access the i-scream CVS repository in |
84 |
|
|
85 |
|
<h3>Other means of accessing CVS</h3> |
86 |
|
|
87 |
< |
<p>At this stage there are no other means of CVS |
88 |
< |
access, although CVSup support will hopefully be provided in the future.</p> |
87 |
> |
<p>We currently provide <a href="http://www.polstra.com/projects/freeware/CVSup/"> CVSup</a> access to the repository, either for mirroring or |
88 |
> |
for maintaining an up-to-date local copy. You will probably want to create a |
89 |
> |
supfile that looks something like this;</p> |
90 |
> |
</font> |
91 |
> |
|
92 |
> |
<pre>*default host=cvsup.i-scream.org.uk |
93 |
> |
*default base=/home/user/sup |
94 |
> |
*default prefix=/home/user/i-scream |
95 |
> |
*default release=cvs |
96 |
> |
*default delete use-rel-suffix |
97 |
> |
*default compress |
98 |
> |
i-scream.source tag=.</pre> |
99 |
> |
|
100 |
> |
<font face="Arial" size="2"> |
101 |
> |
<p>The last item in that list is the collection you which to get. The collection |
102 |
> |
"i-scream" is simply the whole repository, and is best used with no |
103 |
> |
tag specified for mirroring. It is most likely that you will want to do that |
104 |
> |
given above, which gets the latest copy of the i-scream source code.</p> |
105 |
> |
|
106 |
> |
<h3>CVS Statistics</h3> |
107 |
> |
|
108 |
> |
<p>There are some statistics available on the cms module of the CVS |
109 |
> |
repository, generated by <a href="http://cvsstat.sourceforge.net/">cvsstat</a>, |
110 |
> |
that allow you to see the progress of development. They're not that exciting, |
111 |
> |
but do show when the work was done.</p> |
112 |
> |
|
113 |
> |
<p><a href="http://www.i-scream.org.uk/cvsstat">http://www.i-scream.org.uk/cvsstat</a></p> |
114 |
> |
|
115 |
|
</font> |
116 |
|
|
117 |
|
<!--#include virtual="bottom.inc" --> |