Scarab commit: svn commit: r10368 - trunk/www/index.html
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2006-11-30 00:01:03-0800
New Revision: 10368
Modified:
trunk/www/index.html
Log:
corrected typo on the iweb fronitw page
Modified: trunk/www/index.html
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/index.html?view=diff&rev=10368&p1=trunk/www/index.html&p2=trunk/www/index.html&r1=10367&r2=10368
==============================================================================
--- trunk/www/index.html (original)
+++ trunk/www/index.html 2006-11-30 00:01:03-0800
@@ -90,8 +90,8 @@
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 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>
+<pre> svn co http://scarab.tigris.org/svn/scarab/trunk scarab --username guest --password ""
+ 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. The first co statement accesses the main development branch