ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cvs.xhtml
(Generate patch)

Comparing web/www/cvs.xhtml (file contents):
Revision 1.2 by tdb, Mon Jun 4 14:31:54 2001 UTC vs.
Revision 1.10 by tdb, Sun Dec 9 01:25:18 2001 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines