diff options
Diffstat (limited to 'cvs.html')
-rw-r--r-- | cvs.html | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/cvs.html b/cvs.html deleted file mode 100644 index af5e43e..0000000 --- a/cvs.html +++ /dev/null @@ -1,58 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title>Anonymous CVS access</title> - -{ include('elements/header.html'); } - -<div id="content"> - -<h6>Anonymous CVS access</h6> - -<table bgcolor="#eeeeee"> -<tr><td> -<i><b>Jul 21 2011</b> Active branches are now MAIN, FREESIDE_2_3_BRANCH and FREESIDE_2_1_BRANCH. To move to FREESIDE_2_3_BRANCH: </i> -<pre> - cd freeside - cvs update -r FREESIDE_2_3_BRANCH -d -P -</pre> -</td></tr> -</table> -<br> - -<p>Anonymous CVS access to development -versions of the Freeside source code is available. You need CVS version 1.10 -or higher. - -<p>There are three active branches at this time: the default MAIN, -FREESIDE_2_3_BRANCH and FREESIDE_2_1_BRANCH. You can specify a branch such as -the FREESIDE_2_3_BRANCH with the <code>-r FREESIDE_2_3_BRANCH</code> option to -<code>cvs checkout</code>. - -<p>Your CVSROOT should be set to: -<pre> -:pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot -</pre> -<p>The password for the user `anonymous' is `anonymous'. The current tree is -available as module `freeside'. - -<p>So, to check out the current tree, you would do (sh/bash/ksh/zsh/etc.): -<pre> -$ export CVSROOT=":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot" -$ cvs login -(Logging in to anonymous@cvs.freeside.biz) -CVS password: -$ cvs checkout freeside -</pre> -or (csh/tcsh/etc.): -<pre> -% setenv CVSROOT ":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot" -$ cvs login -(Logging in to anonymous@cvs.freeside.biz) -CVS password: -$ cvs checkout freeside -</pre> - -</div> - -{ include('elements/footer.html'); } |