You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2010/02/11 17:17:23 UTC

svn commit: r909053 - /webservices/juddi/site/source-repository.html

Author: kstam
Date: Thu Feb 11 16:17:19 2010
New Revision: 909053

URL: http://svn.apache.org/viewvc?rev=909053&view=rev
Log:
JUDDI-360, fixing urls manually, next time they should be correct all by itself.

Modified:
    webservices/juddi/site/source-repository.html

Modified: webservices/juddi/site/source-repository.html
URL: http://svn.apache.org/viewvc/webservices/juddi/site/source-repository.html?rev=909053&r1=909052&r2=909053&view=diff
==============================================================================
--- webservices/juddi/site/source-repository.html (original)
+++ webservices/juddi/site/source-repository.html Thu Feb 11 16:17:19 2010
@@ -351,17 +351,17 @@
 This project uses <a class="externalLink" href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div>
 <a name="Web_Access"></a><div class="section"><h2>Web Access</h2>
 <p>The following is a link to the online source repository.</p>
-<div class="source"><pre><a class="externalLink" href="http://svn.apache.org/viewcvs.cgi/webservices/juddi/trunk/juddi-site">http://svn.apache.org/viewcvs.cgi/webservices/juddi/trunk/juddi-site</a></pre>
+<div class="source"><pre><a class="externalLink" href="http://svn.apache.org/viewcvs.cgi/webservices/juddi/trunk">http://svn.apache.org/viewcvs.cgi/webservices/juddi/trunk</a></pre>
 </div>
 </div>
 <a name="Anonymous_access"></a><div class="section"><h2>Anonymous access</h2>
 <p>The source can be checked out anonymously from SVN with this command:</p>
-<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/webservices/juddi/trunk/juddi-site juddi-site</pre>
+<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/webservices/juddi/trunk juddi</pre>
 </div>
 </div>
 <a name="Developer_access"></a><div class="section"><h2>Developer access</h2>
 <p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
-<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/webservices/juddi/trunk/juddi-site juddi-site</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/webservices/juddi/trunk juddi</pre>
 </div>
 <p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
 <div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre>
@@ -369,7 +369,7 @@
 </div>
 <a name="Access_from_behind_a_firewall"></a><div class="section"><h2>Access from behind a firewall</h2>
 <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>
-<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/webservices/juddi/trunk/juddi-site juddi-site</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/webservices/juddi/trunk juddi</pre>
 </div>
 </div>
 <a name="Access_through_a_proxy"></a><div class="section"><h2>Access through a proxy</h2>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org