mention that the snapshot is cvs ready

This commit is contained in:
Bill Currie 2002-06-03 04:40:25 +00:00
parent f32fd378d5
commit 23c22ee443
2 changed files with 9 additions and 0 deletions

4
cvsrc Normal file
View file

@ -0,0 +1,4 @@
cvs -q -z6
diff -u
update -Pd
checkout -P

View file

@ -47,6 +47,11 @@ Please check the <a href="documentation.php">docs</a>.
<UL>
<LI>Source code
<? fileDownloadLink("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
NOTE: this is an anonymous cvs ready tree. To update, all you need to do is the following:
<blockquote>
<code>cvs login&nbsp;&nbsp;&nbsp;&nbsp;</code>(only need this once, press enter for the password)<br>
<code>cvs up&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>(creating <a href="cvsrc">~/.cvsrc</a> is highly recommended)
</blockquote>
</LI>
<LI>Win32 binaries (Made with <A href="http://www.mingw.org/">MinGW</A> (GCC) in Linux)
<?