You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by jm...@apache.org on 2004/02/06 04:39:55 UTC

svn commit: rev 6530 - incubator/directory/sitedocs/trunk/sitedocs/xdocs

Author: jmachols
Date: Thu Feb  5 19:39:54 2004
New Revision: 6530

Modified:
   incubator/directory/sitedocs/trunk/sitedocs/xdocs/svn.xml
Log:
Added SVN instructions

Modified: incubator/directory/sitedocs/trunk/sitedocs/xdocs/svn.xml
==============================================================================
--- incubator/directory/sitedocs/trunk/sitedocs/xdocs/svn.xml	(original)
+++ incubator/directory/sitedocs/trunk/sitedocs/xdocs/svn.xml	Thu Feb  5 19:39:54 2004
@@ -15,30 +15,20 @@
     </section>
   
     <section name="About Subversion">
-      <p> 
-        Subversion is an open source version control system, released under 
+      <p> Subversion is an open source version control system, released under 
         an Apache/BSD-style license. This application was designed, and is on 
         track to replace CVS. Users familiar with CVS will be able to jump into 
         Subversion easily as most of the interface is the same. Details about 
         the benefits and technical information can be viewed on the Subversion 
-        home page, here are just a few of the highlights: 
-          <ul>
-            <li>
-              Atomic Commits
-            </li>
-            <li>
-              Versioned meta-data
-            </li>
-            <li>
-              Revision numbers are per-commit, not per-file
-            </li>
-            <li>
-              Uses Apache web server and WebDAV/DeltaV for network communication
-            </li>
-            <li>
-              Enables binary diffs
-            </li>
-          </ul>
+        <a href="http://subversion.tigris.org/">home page</a>, here are just a 
+        few of the highlights: 
+        <ul> 
+          <li> Atomic Commits </li> 
+          <li> Versioned meta-data </li> 
+          <li> Revision numbers are per-commit, not per-file</li> 
+          <li> Uses Apache web server and WebDAV/DeltaV for network communication </li> 
+          <li> Enables binary diffs </li> 
+        </ul> 
       </p>
     </section> 
     
@@ -57,19 +47,24 @@
       </p>
     </section>
     
-    <section name="Getting the sources from Subversion under Windows">
-      <p>There's a few options for you:</p>
+    <section name="Getting the sources from Subversion">
+      <p>
+        There's a few options for you.  Subversion can be run from
+        the command line (Linux or Windows) and there are also an 
+        increasing number of GUI's and plugin's.      
+      </p>
   
-      <subsection name="Use the command-line tools">
+      <subsection name="Command-line tools">
         <p>
-          The SVN utilities are available as native Windows binaries. Get them 
-          from <a href="http://subversion.tigris.org/">the Subversion homepage
-          </a>. To use these tools, open a command window (click Start > Run..., 
-          then type 'cmd'), then enter the following commands:
+          The SVN utilities are available as native Windows, Linux, and solaris 
+          binaries. The source is also avaiable for other operating systems.  
+          The binaries and source can be obatined from the Subversion <a href="http://subversion.tigris.org/project_packages.html"> download 
+          page.</a>. 
         </p>
-      
+        
+        <p>To get the entire project, run the following command</p>
         <source>
-          Show how to run svn to get the entire directory project.
+          svn co http://svn.apache.org/repos/asf/incubator/directory
         </source>
       
         <p>
@@ -77,14 +72,7 @@
           grab yourself a coffee or ten.  When done, you should have checked 
           out all Directory sources. You will now need to install <a href=
           "http://maven.apache.org/">Apache Maven</a>, our default build tool if 
-          you haven't already. For further building instructions run:
-        </p>
-        <source>
-          maven directory:info              
-        </source>
-        <p>
-          The above should work after building directory plugin that customizes 
-          our builds.
+          you haven't already. 
         </p>
       </subsection>
   
@@ -97,32 +85,11 @@
   
         <p>
           After you've created a folder where you want to check out the sources 
-          to, right-click and select SVN Checkout...:<br/>
-          <img src="images/tortoisecvs-checkout.jpg" 
-            alt="screenshot of SVN settings"/>
-        </p>
-        
-        <p>
-          Then, fill out the settings like in the screenshot below, and then 
-          click ok.<br/> <img src="images/tortoisecvs-settings.jpg" 
-            alt="screenshot of SVN settings"/>
+          to, right-click and select SVN Checkout.  Then, fill out the settings 
+          like in the screenshot below, and then click ok.<br/>
+          <img src="images/tortoisesvn-setting.jpg" alt="screenshot of SVN settings"/>
         </p>
-      </subsection>
-      
-      <subsection name="Other Tools ... ">
-      </subsection>
-    </section>
-  
-    <section name="Getting the sources from SVN under *NIX">
-      <!-- just keep adding more as we encounter them -->
-      <subsection name="Use the command-line tools">
-        <p>
-          Fill it in!"
-        </p>
-        <source>
-          put shell commands here!
-        </source>
-      </subsection>
+      </subsection>    
     </section>
   </body>
 </document>