| 75 |
|
|
| 76 |
|
<h3>Other means of accessing CVS</h3> |
| 77 |
|
|
| 78 |
< |
<p>At this stage there are no other means of CVS |
| 79 |
< |
access, although CVSup support will hopefully be provided in the future.</p> |
| 78 |
> |
<p>We currently provide <a href="http://www.polstra.com/projects/freeware/CVSup/"> CVSup</a> access to the repository, either for mirroring or |
| 79 |
> |
for maintaining an up-to-date local copy. You will probably want to create a |
| 80 |
> |
supfile that looks something like this;</p> |
| 81 |
> |
</font> |
| 82 |
> |
|
| 83 |
> |
<pre>*default host=cvsup.i-scream.org.uk |
| 84 |
> |
*default base=/home/user/sup |
| 85 |
> |
*default prefix=/home/user/i-scream |
| 86 |
> |
*default release=cvs |
| 87 |
> |
*default delete use-rel-suffix |
| 88 |
> |
i-scream.source tag=.</pre> |
| 89 |
> |
|
| 90 |
> |
<font face="Arial" size="2"> |
| 91 |
> |
<p>The last item in that list is the collection you which to get. The collection |
| 92 |
> |
"i-scream" is simply the whole repository, and is best used with no |
| 93 |
> |
tag specified for mirroring. It is most likely that you will want to do that |
| 94 |
> |
given above, which gets the latest copy of the i-scream source code.</p> |
| 95 |
|
</font> |
| 96 |
|
|
| 97 |
|
<!--#include virtual="bottom.inc" --> |