Revision: 5641
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5641&view=rev
Author: gerdwagner
Date: 2010-06-10 17:23:50 +0000 (Thu, 10 Jun 2010)
Log Message:
-----------
corrected subversion check out
Modified Paths:
--------------
trunk/sql12/web-site/home.html
trunk/sql12/web-site/programming.html
Modified: trunk/sql12/web-site/home.html
===================================================================
--- trunk/sql12/web-site/home.html 2010-06-06 22:21:17 UTC (rev 5640)
+++ trunk/sql12/web-site/home.html 2010-06-10 17:23:50 UTC (rev 5641)
@@ -239,7 +239,7 @@
<p>To checkout SQuirreL from SVN use the command:
<BR><code>
- svn co https://squirrel-sql.svn.sourceforge.net/svnroot/squirrel-sql sql12
+ svn co https://squirrel-sql.svn.sourceforge.net/svnroot/squirrel-sql/trunk/sql12
</code>
</p>
Modified: trunk/sql12/web-site/programming.html
===================================================================
--- trunk/sql12/web-site/programming.html 2010-06-06 22:21:17 UTC (rev 5640)
+++ trunk/sql12/web-site/programming.html 2010-06-10 17:23:50 UTC (rev 5641)
@@ -27,7 +27,7 @@
<FONT SIZE=3>First you need SQuirreL's sources that you may either download from our homepage
or check out from cvs using the command </FONT><br>
- <FONT SIZE=3> svn co https://squirrel-sql.svn.sourceforge.net/svnroot/squirrel-sql sql12</FONT><p>
+ <FONT SIZE=3> svn co https://squirrel-sql.svn.sourceforge.net/svnroot/squirrel-sql/trunk/sql12</FONT><p>
<FONT SIZE=3>Now create an Eclipse project with the sql12/ directory selected in the “Directory”
text field of the second dialog of Eclipse's project wizard.</FONT><p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|