You are viewing a plain text version of this content. The canonical link for it is here.
Posted to triplesoup-commits@incubator.apache.org by le...@apache.org on 2007/02/18 18:32:56 UTC

svn commit: r508935 - in /incubator/triplesoup/site: docs/svn.html xdocs/svn.xml

Author: leosimons
Date: Sun Feb 18 10:32:56 2007
New Revision: 508935

URL: http://svn.apache.org/viewvc?view=rev&rev=508935
Log:
Reference triplesoup/code/trunk in SVN howto.


Modified:
    incubator/triplesoup/site/docs/svn.html
    incubator/triplesoup/site/xdocs/svn.xml

Modified: incubator/triplesoup/site/docs/svn.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/svn.html?view=diff&rev=508935&r1=508934&r2=508935
==============================================================================
--- incubator/triplesoup/site/docs/svn.html (original)
+++ incubator/triplesoup/site/docs/svn.html Sun Feb 18 10:32:56 2007
@@ -169,7 +169,7 @@
 firewalls.</p>
                                 <strong>Check out from Subversion</strong>
                                 <p>Again, anyone can do this.  Use a command like:</p>
-                                <pre>svn checkout https://svn.apache.org/repos/asf/incubator/triplesoup/trunk</pre>
+                                <pre>svn checkout https://svn.apache.org/repos/asf/incubator/triplesoup/code/trunk</pre>
                                 <strong>Commit Changes to Subversion</strong>
                                 <p>
 Any TripleSoup committer should have a shell account on

Modified: incubator/triplesoup/site/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/xdocs/svn.xml?view=diff&rev=508935&r1=508934&r2=508935
==============================================================================
--- incubator/triplesoup/site/xdocs/svn.xml (original)
+++ incubator/triplesoup/site/xdocs/svn.xml Sun Feb 18 10:32:56 2007
@@ -59,7 +59,7 @@
 
 <strong>Check out from Subversion</strong>
 <p>Again, anyone can do this.  Use a command like:</p>
-<pre>svn checkout https://svn.apache.org/repos/asf/incubator/triplesoup/trunk</pre>
+<pre>svn checkout https://svn.apache.org/repos/asf/incubator/triplesoup/code/trunk</pre>
 
 <strong>Commit Changes to Subversion</strong>