# | Line 40 | Line 40 | visual frontend to the CVS Repository. It allows you t | |
---|---|---|
40 | repository, viewing any version of a file, and the differences between different | |
41 | versions. There is also a link to download the latest version of any section.</p> | |
42 | ||
43 | < | <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> |
43 | > | <p><a href="http://cvs.i-scream.org/">http://cvs.i-scream.org/</a></p> |
44 | ||
45 | <p>We also have a facility to allow people to keep tabs on what's changed | |
46 | recently. The following are available:</p> | |
47 | ||
48 | < | <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> |
49 | < | 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> |
50 | < | 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> |
51 | < | 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> |
48 | > | <p>Commits today: <a href="http://www.i-scream.org/cgi-bin/cvslog.cgi?period=today">http://www.i-scream.org/cgi-bin/cvslog.cgi?period=today</a><br> |
49 | > | Commits this week: <a href="http://www.i-scream.org/cgi-bin/cvslog.cgi?period=thisweek">http://www.i-scream.org/cgi-bin/cvslog.cgi?period=thisweek</a><br> |
50 | > | Commits in the past 7 days: <a href="http://www.i-scream.org/cgi-bin/cvslog.cgi?period=days&days=7">http://www.i-scream.org/cgi-bin/cvslog.cgi?period=days&days=7</a><br> |
51 | > | Commits made since 29/03/2001: <a href="http://www.i-scream.org/cgi-bin/cvslog.cgi?period=since&date=2001/03/29">http://www.i-scream.org/cgi-bin/cvslog.cgi?period=since&date=2001/03/29</a></p> |
52 | ||
53 | <h3>Anonymous CVS Access (read-only)</h3> | |
54 | ||
# | Line 58 | Line 58 | out a portion of the CVS repository. To see what is av | |
58 | that you first look at the web frontend.</p> | |
59 | </font> | |
60 | ||
61 | < | <pre>cvs -d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream login |
62 | < | cvs -d :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream checkout [module]</pre> |
61 | > | <pre>cvs -d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream login |
62 | > | cvs -d :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream checkout [module]</pre> |
63 | ||
64 | <font face="Arial" size="2"> | |
65 | <p>When asked for a password, simply press enter. | |
# | Line 73 | Line 73 | on most clients. First the following environment varia | |
73 | </font> | |
74 | ||
75 | <pre>CVS_RSH = ssh | |
76 | < | CVSROOT = :ext:username@cvs.i-scream.org.uk:/cvs/i-scream</pre> |
76 | > | CVSROOT = :ext:username@cvs.i-scream.org:/cvs/i-scream</pre> |
77 | ||
78 | <font face="Arial" size="2"> | |
79 | <p>You should know your username and password | |
# | Line 92 | Line 92 | for maintaining an up-to-date local copy. You will pro | |
92 | supfile that looks something like this;</p> | |
93 | </font> | |
94 | ||
95 | < | <pre>*default host=cvsup.i-scream.org.uk |
95 | > | <pre>*default host=cvsup.i-scream.org |
96 | *default base=/home/user/sup | |
97 | *default prefix=/home/user/i-scream | |
98 | *default release=cvs | |
# | Line 113 | Line 113 | repository, generated by <a href="http://cvsstat.sourc | |
113 | that allow you to see the progress of development. They're not that exciting, | |
114 | but do show when the work was done.</p> | |
115 | ||
116 | < | <p><a href="http://www.i-scream.org.uk/cvsstat">http://www.i-scream.org.uk/cvsstat</a></p> |
116 | > | <p><a href="http://www.i-scream.org/cvsstat">http://www.i-scream.org/cvsstat</a></p> |
117 | ||
118 | </font> | |
119 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |