diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-02-19 18:03:28 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-02-19 18:03:28 -0800 |
commit | 5bac83a77b7d399d76abd7bd08f676333505895c (patch) | |
tree | 38235c4087fe8efae39dc7824121b778e63b5fd9 | |
parent | 77aa8bd86cbb22ecf624d0e78ba5a0f8af078fca (diff) |
cvs->git
-rw-r--r-- | cvs.html | 58 | ||||
-rw-r--r-- | developers.html | 36 | ||||
-rw-r--r-- | git.html | 30 |
3 files changed, 41 insertions, 83 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'); } diff --git a/developers.html b/developers.html index cbb3b85..1492d5c 100644 --- a/developers.html +++ b/developers.html @@ -20,23 +20,9 @@ <tr> <td align="left" valign="top"> - Source code (development branch) - <ul class="indented"> - <li>CVS snapshot (HEAD): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar">freeside.tar.gz</a></li> - </ul> - - Source code (stable branch) - <ul class="indented"> - <li>Current: <a href="freeside-2.3.1.tar.gz">freeside-2.3.1.tar.gz</a></li> - <li>CVS snapshot (2_3_BRANCH): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar&pathrev=FREESIDE_2_3_BRANCH">freeside.tar.gz</a></li> - </ul> - + Source code (stable branch): <a href="freeside-2.3.1.tar.gz">freeside-2.3.1.tar.gz</a><br><br> - Source code (legacy branch) - <ul class="indented"> - <li>Current: <a href="freeside-2.1.3.tar.gz">freeside-2.1.3.tar.gz</a></li> - <li>CVS snapshot (2_1_BRANCH): <a href="/cgi-bin/viewvc.cgi/freeside.tar.gz?view=tar&pathrev=FREESIDE_2_1_BRANCH">freeside.tar.gz</a></li> - </ul> + Source code (legacy branch): <a href="freeside-2.1.3.tar.gz">freeside-2.1.3.tar.gz</a></li><br><br> Virtual appliance <ul class="indented"> @@ -57,24 +43,24 @@ </tr> <tr> <td align="left" valign="top"> - CVS + Git <ul class="indented"> - <li><A HREF="/cgi-bin/viewvc.cgi/freeside">Browse the CVS tree via web browser</A> - <li><A HREF="cvs.html">Instructions on accessing the development tree with CVS</A> + <li><A HREF="/gitweb/?p=freeside.git">Browse the source tree via gitweb</A> + <li><A HREF="git.html">Instructions on accessing the development tree with git</A> </ul> Developer mailing list <ul class="indented"> - <li><a href="/cgi-bin/search.cgi">Search</a> the developer mailing list + <!--<li><a href="/cgi-bin/search.cgi">Search</a> the developer mailing list--> <li><a href="/pipermail/freeside-devel/">Browse</a> the developer mailing list archive <li><a href="/cgi-bin/mailman/listinfo/freeside-devel/">Subscribe</a> to the development list (<b>not for user support!</b>) </ul> - CVS commits mailing list + Commits mailing list <ul class="indented"> - <li><a href="/cgi-bin/search.cgi">Search</a> the CVS commits mailing list + <!--<li><a href="/cgi-bin/search.cgi">Search</a> the commits mailing list--> - <li><a href="/pipermail/freeside-commits/">Browse</a> the CVS commits mailing list archive - <li><a href="/cgi-bin/mailman/listinfo/freeside-commits/">Subscribe</a> to the CVS commits list + <li><a href="/pipermail/freeside-commits/">Browse</a> the commits mailing list archive + <li><a href="/cgi-bin/mailman/listinfo/freeside-commits/">Subscribe</a> to the commits list </ul> IRC <ul class="indented"> @@ -99,7 +85,7 @@ </ul> User mailing list <ul class="indented"> - <li><a href="/cgi-bin/search.cgi">Search</a> the user mailing list + <!--<li><a href="/cgi-bin/search.cgi">Search</a> the user mailing list--> <li><a href="/pipermail/freeside-users/">Browse</a> the user mailing list archive</li> <li><a href="/cgi-bin/wiki.pl?Mailing_List_Guidelines">Posting guidelines</a> diff --git a/git.html b/git.html new file mode 100644 index 0000000..2e3bba9 --- /dev/null +++ b/git.html @@ -0,0 +1,30 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<title>Anonymous Git access</title> + +{ include('elements/header.html'); } + +<div id="content"> + +<h6>Anonymous Git access</h6> + +<p>Anonymous Git access to development versions of the Freeside source code is available. + +<p>There are three active branches at this time: the default master, +FREESIDE_2_3_BRANCH and FREESIDE_2_1_BRANCH. You can specify a branch such as +the FREESIDE_2_3_BRANCH with the <code>-b FREESIDE_2_3_BRANCH</code> option to +<code>git clone</code>. + +<p>To check out the current tree, you would do: +<pre> +$ git clone git://git.freeside.biz/freeside.git freeside +</pre> +<p>or for the 2.3 branch: +<pre> +$ git clone -b FREESIDE_2_3_BRANCH git://git.freeside.biz/freeside.git freeside2.3 +</pre> + +</div> + +{ include('elements/footer.html'); } |