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 2008/03/03 17:21:42 UTC

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

Author: kstam
Date: Mon Mar  3 08:21:41 2008
New Revision: 633156

URL: http://svn.apache.org/viewvc?rev=633156&view=rev
Log:
JUDDI-125, checking in newly generated source-repository file.

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=633156&r1=633155&r2=633156&view=diff
==============================================================================
--- webservices/juddi/site/source-repository.html (original)
+++ webservices/juddi/site/source-repository.html Mon Mar  3 08:21:41 2008
@@ -58,7 +58,7 @@
     
   
   
-             | Last Published: 11 Dec 2007
+             | Last Published: 03 Mar 2008
             </div>
       <div class="clear">
         <hr/>
@@ -258,7 +258,10 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Source Repository</h2><p>No source configuration management system is defined. Please check back at a later date.</p></div>
+        <div class="section"><h2>Overview</h2>This project uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div><div class="section"><h2>Web Access</h2><p>The following is a link to the online source repository.</p><div class="source"><pre><a href="http://svn.apache.org/viewcvs.cgi/webservices/juddi/trunk/">http://svn.apache.org/viewcvs.cgi/webservices/juddi/trunk/</a></pre></div></div><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-parent</pre></div></div><div class="section"><h2>Developer access</h2><p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.</p><div class="sourc
 e"><pre>$ svn checkout https://svn.apache.org/repos/asf/webservices/juddi/trunk/ juddi-parent</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></div></div><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-parent</pre></div></div><div class="section"><h2>Access through a proxy</h2><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The files location depends on your operating system. On Li
 nux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p><p>Example : Edit the 'servers' file and add something like :</p><div class="source"><pre>[global]
+http-proxy-host = your.proxy.name
+http-proxy-port = 3128
+</pre></div></div>
       </div>
     </div>
     <div class="clear">
@@ -266,7 +269,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2004-2007
+          2004-2008
     
           
   



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