Title: [waffle-scm] [294] trunk/distribution/src/site/content/source-repository.html: Fixed SVN URLs.
Revision
294
Author
mauro
Date
2007-07-28 07:04:47 -0500 (Sat, 28 Jul 2007)

Log Message

Fixed SVN URLs.

Modified Paths


Diff

Modified: trunk/distribution/src/site/content/source-repository.html (293 => 294)

--- trunk/distribution/src/site/content/source-repository.html	2007-07-27 20:19:10 UTC (rev 293)
+++ trunk/distribution/src/site/content/source-repository.html	2007-07-28 12:04:47 UTC (rev 294)
@@ -13,14 +13,14 @@
 
 <p>The following is a link to the online source repository.</p>
 
-  <pre><a href=""
+  <pre><a href=""
 
 <h2>Developer access</h2>
 
 <p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via
   HTTPS.</p>
 
-  <pre>$ svn checkout https://svn.codehaus.org/waffle/waffle-distribution waffle-distribution</pre>
+  <pre>$ svn checkout https://svn.codehaus.org/waffle/trunk waffle</pre>
 <p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for
   your password)</p>
 
@@ -31,7 +31,7 @@
 <p>For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository,
   you can try to access it via the developer connection:</p>
 
-  <pre>$ svn checkout https://svn.codehaus.org/waffle/waffle-distribution waffle-distribution</pre>
+  <pre>$ svn checkout https://svn.codehaus.org/waffle/trunk waffle</pre>
 
 <h2>Access through a proxy</h2>
 


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to