You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/12/27 09:53:48 UTC

svn commit: r490466 - in /ofbiz/site: docs/setup.html svn.html

Author: jacopoc
Date: Wed Dec 27 00:53:48 2006
New Revision: 490466

URL: http://svn.apache.org/viewvc?view=rev&rev=490466
Log:
Changed links to new (final) location for the svn trunk.

Modified:
    ofbiz/site/docs/setup.html
    ofbiz/site/svn.html

Modified: ofbiz/site/docs/setup.html
URL: http://svn.apache.org/viewvc/ofbiz/site/docs/setup.html?view=diff&rev=490466&r1=490465&r2=490466
==============================================================================
--- ofbiz/site/docs/setup.html (original)
+++ ofbiz/site/docs/setup.html Wed Dec 27 00:53:48 2006
@@ -110,9 +110,9 @@
 as normal intead of as listed in the following examples.</p>
 
 <p>In the directory where you want OFBiz to be, do a SVN checkout of
-the ofbiz module on the java.net servers. For example: </p>
+the ofbiz trunk. For example: </p>
 
-<p><code>svn co http://svn.apache.org/repos/asf/incubator/ofbiz/trunk ofbiz</code></p>
+<p><code>svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz</code></p>
 
 <p>For information on connecting to SVN <a href="http://incubator.apache.org/ofbiz/svn.html" target="_blank">click here (http://incubator.apache.org/ofbiz/svn.html).</a></p>
 

Modified: ofbiz/site/svn.html
URL: http://svn.apache.org/viewvc/ofbiz/site/svn.html?view=diff&rev=490466&r1=490465&r2=490466
==============================================================================
--- ofbiz/site/svn.html (original)
+++ ofbiz/site/svn.html Wed Dec 27 00:53:48 2006
@@ -64,8 +64,8 @@
                   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxbottom">
                     <tr>
                       <td align="left">
-                        <div>&nbsp;-&nbsp;<a class='buttontext' href="http://svn.apache.org/repos/asf/incubator/ofbiz/trunk/"><b>SVN - Browse</b></a></div>
-                        <div>&nbsp;-&nbsp;<a class='buttontext' href="http://svn.apache.org/viewvc/incubator/ofbiz/trunk/"><b>SVN - ViewCVS</b></a></div>
+                        <div>&nbsp;-&nbsp;<a class='buttontext' href="http://svn.apache.org/repos/asf/ofbiz/trunk/"><b>SVN - Browse</b></a></div>
+                        <div>&nbsp;-&nbsp;<a class='buttontext' href="http://svn.apache.org/viewvc/ofbiz/trunk/"><b>SVN - ViewCVS</b></a></div>
                         <!-- doesn't seem to be an RSS feed for the ASF SVN server <div>&nbsp;-&nbsp;<a class='buttontext' href="http://www.ofbiz.org/rss/svnlog.rss"><b>SVN - Log (RSS)</b></a></div> -->
                       </td>
                     </tr>
@@ -132,34 +132,34 @@
 
           <h2>Anonymous (Guest) Access</h2>
           <p class="contenttext">To connect to the OFBiz SVN Respository for anonymous checkout use your SVN client command line tool:</p>
-          <div class="contenttext"><pre>$ svn co http://svn.apache.org/repos/asf/incubator/ofbiz/trunk ofbiz</pre></div>
+          <div class="contenttext"><pre>$ svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz</pre></div>
 
           <hr class="sepbar"/>
           <h2>Developer Access</h2>
           <p class="contenttext">Developer access requires a special account which is provided by the OFBiz adminstrators.
           If you have a developer account you can access the repository through HTTPS. When checking in, you will be prompted
           your userID and password</p>
-          <div class="contenttext"><pre>$ svn co https://svn.apache.org/repos/asf/incubator/ofbiz/trunk ofbiz</pre></div>
+          <div class="contenttext"><pre>$ svn co https://svn.apache.org/repos/asf/ofbiz/trunk ofbiz</pre></div>
           <p class="contenttext">When you first connect you will be prompted to accept the SSL certificate.
           Verify the certificate is for <b>svn.apache.org</b>.
           After verification, select option 'P' to permanently add to your SVN configuration.</p>
           <p class="contenttext">Subversion can handle keyword expansion, eol conversion as well as may other features.
           Most of these features are configured on the client level rather than on the server. To make this easy on
           developers and to provide a standard configuration, the official OFBiz Subversion client configuration file
-          can be found here: <a href="http://svn.apache.org/repos/asf/incubator/ofbiz/site/svn/config" target="_new">config</a></p>
+          can be found here: <a href="http://svn.apache.org/repos/asf/ofbiz/site/svn/config" target="_new">config</a></p>
           <p class="contenttext">This file should replace the config file found in your $HOME/.subversion directory.</p>
 
           <hr class="sepbar"/>
           <h2>WebDAV Access</h2>
           <p class="contenttext">All users can access anonymous WebDAV either by pointing your browser or connecting
           your WebDAV client to the same address as above:</p>
-          <div class="contenttext"><pre><a href="http://svn.apache.org/repos/asf/incubator/ofbiz/trunk">http://svn.apache.org/repos/asf/incubator/ofbiz/trunk</a></pre></div>
+          <div class="contenttext"><pre><a href="http://svn.apache.org/repos/asf/ofbiz/trunk">http://svn.apache.org/repos/asf/ofbiz/trunk</a></pre></div>
 
           <hr class="sepbar"/>
           <h2>ViewSVN Access</h2>
           <p class="contenttext">Public browsing of Subversion is available using the ViewCVS tool. You can access this
           tool from the following link:</p>
-          <div class="contenttext"><pre><a href="http://svn.apache.org/viewvc/incubator/ofbiz/trunk/">http://svn.apache.org/viewvc/incubator/ofbiz/trunk/</a></pre></div>
+          <div class="contenttext"><pre><a href="http://svn.apache.org/viewvc/ofbiz/trunk/">http://svn.apache.org/viewvc/ofbiz/trunk/</a></pre></div>
 
           <hr class="sepbar"/>
           <h2>The OLD OFBiz SVN Repository</h2>