Scarab commit: svn commit: r10367 - trunk/www
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2006-11-29 23:59:01-0800
New Revision: 10367
Modified:
trunk/www/index.html
trunk/www/project_nav.html
Log:
corrected link to testserver and added link to 0.21 roll out branch on the web frontpage
Modified: trunk/www/index.html
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/index.html?view=diff&rev=10367&p1=trunk/www/index.html&p2=trunk/www/index.html&r1=10366&r2=10367
==============================================================================
--- trunk/www/index.html (original)
+++ trunk/www/index.html 2006-11-29 23:59:01-0800
@@ -88,13 +88,15 @@
<td bgcolor="#f0f0f0">
<p>
You need a <a href="http://subversion.tigris.org">subversion</a> client
- to access our code base. A copy of the sources can be obtained with
+ to access our code base. A copy of the sources can be obtained from our subversion repository:
</p>
<pre> svn co http://scarab.tigris.org/svn/scarab/trunk scarab --username guest --password ""</pre>
+ <pre> svn co http://scarab.tigris.org/svn/scarab/branches/release/b21 scarab --username guest --password ""</pre>
<p>
That will check out a copy of the Scarab source tree into a
- directory named scarab on your local machine.
- </p>
+ directory named scarab on your local machine. The first co statement accesses the main development branch
+ while the secnd statement accesses our current roll out branch for release 0.21 (former b21)
+ </p>
</td>
</tr>
</table>
Modified: trunk/www/project_nav.html
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/project_nav.html?view=diff&rev=10367&p1=trunk/www/project_nav.html&p2=trunk/www/project_nav.html&r1=10366&r2=10367
==============================================================================
--- trunk/www/project_nav.html (original)
+++ trunk/www/project_nav.html 2006-11-29 23:59:01-0800
@@ -1,5 +1,5 @@
<a class="nav" href="http://www.solitone.org/scarab_doc/"><font size=-1>Getting Involved</font></a> |
<a class="nav" href="http://www.solitone.org/scarab_doc/howto/"><font size=-1>Howto's</font></a> |
<a class="nav" href="http://www.saxess.de/scarab-wiki/"><font size=-1>Wiki</font></a> |
-<a class="nav" href="http://www.solitone.org/scarab-demo/issues"><font size=-1>B20 Release Demo</font></a> |
-<a class="nav" href="http://www.saxess.de/en/components/scarab/testserver.page"><font size=-1>Trunk Test Server</font></a> |
\ No newline at end of file
+<!--<a class="nav" href="http://www.solitone.org/scarab-demo/issues"><font size=-1>B20 Release Demo</font></a> |-->
+<a class="nav" href="http://www.saxess.de/testscarab/issues"><font size=-1>Trunk Test Server</font></a> |