From 5bac83a77b7d399d76abd7bd08f676333505895c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 19 Feb 2012 18:03:28 -0800 Subject: [PATCH] cvs->git --- cvs.html | 58 --------------------------------------------------------- developers.html | 36 +++++++++++------------------------ git.html | 30 +++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 83 deletions(-) delete mode 100644 cvs.html create mode 100644 git.html diff --git a/cvs.html b/cvs.html deleted file mode 100644 index af5e43e..0000000 --- a/cvs.html +++ /dev/null @@ -1,58 +0,0 @@ - - - -Anonymous CVS access - -{ include('elements/header.html'); } - -
- -
Anonymous CVS access
- - - -
-Jul 21 2011 Active branches are now MAIN, FREESIDE_2_3_BRANCH and FREESIDE_2_1_BRANCH. To move to FREESIDE_2_3_BRANCH: -
-  cd freeside
-  cvs update -r FREESIDE_2_3_BRANCH -d -P
-
-
-
- -

Anonymous CVS access to development -versions of the Freeside source code is available. You need CVS version 1.10 -or higher. - -

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 -r FREESIDE_2_3_BRANCH option to -cvs checkout. - -

Your CVSROOT should be set to: -

-:pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot
-
-

The password for the user `anonymous' is `anonymous'. The current tree is -available as module `freeside'. - -

So, to check out the current tree, you would do (sh/bash/ksh/zsh/etc.): -

-$ export CVSROOT=":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot"
-$ cvs login
-(Logging in to anonymous@cvs.freeside.biz)
-CVS password:
-$ cvs checkout freeside
-
-or (csh/tcsh/etc.): -
-% setenv CVSROOT ":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot"
-$ cvs login
-(Logging in to anonymous@cvs.freeside.biz)
-CVS password:
-$ cvs checkout freeside
-
- -
- -{ include('elements/footer.html'); } diff --git a/developers.html b/developers.html index cbb3b85..1492d5c 100644 --- a/developers.html +++ b/developers.html @@ -20,23 +20,9 @@ - Source code (development branch) - - - Source code (stable branch) - - + Source code (stable branch): freeside-2.3.1.tar.gz

- Source code (legacy branch) - + Source code (legacy branch): freeside-2.1.3.tar.gz

Virtual appliance