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:45:58 UTC

cvs commit: incubator-directory/www/images tortoisesvn-setting.jpg

jmachols    2004/02/05 19:45:57

  Modified:    www      svn.html
  Added:       www/images tortoisesvn-setting.jpg
  Log:
  Added SVN instructions
  
  Revision  Changes    Path
  1.6       +75 -89    incubator-directory/www/svn.html
  
  Index: svn.html
  ===================================================================
  RCS file: /home/cvs/incubator-directory/www/svn.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- svn.html	6 Feb 2004 00:45:33 -0000	1.5
  +++ svn.html	6 Feb 2004 03:45:57 -0000	1.6
  @@ -534,17 +534,64 @@
         
         
       <p>
  -      
  -        Write a synopsis about subversion here!
  +       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 Suversion 
  +        
  +    <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>
      
  -    <p>
  +    </div>
  +  
  +    <div class="h3">
  +      
  +      
  +        <h3>
  +          <a name="Getting Help">Getting Help</a>
  +        </h3>
  +      
         
  -        Take a look at the book 
  +    <p>
  +       The subversion book is an excellent resource for users and 
  +        administrators, it can obtained 
       <a href="http://svnbook.red-bean.com/html-chunk/">here</a>
  -   for developing with 
  -        Subversion.
  +  .
         
       </p>
      
  @@ -573,36 +620,44 @@
         
         
           <h3>
  -          <a name="Getting the sources from Subversion under Windows">Getting the sources from Subversion under Windows</a>
  +          <a name="Getting the sources from Subversion">Getting the sources from Subversion</a>
           </h3>
         
         
       <p>
  -      There's a few options for you:
  +      
  +        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>
      
       <div class="h4">
         
         
           <h4>
  -          <a name="Use the command-line tools">Use the command-line tools</a>
  +          <a name="Command-line tools">Command-line tools</a>
           </h4>
         
         
       <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 &gt; 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>
  +   
       <div id="source">
         <pre>
  -          Show how to run svn to get the entire directory project.
  +          svn co http://svn.apache.org/repos/asf/incubator/directory
           </pre>
       </div>
     
  @@ -613,20 +668,7 @@
             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>
  -   
  -    <div id="source">
  -      <pre>
  -          maven directory:info              
  -        </pre>
  -    </div>
  -  
  -    <p>
  -      
  -          The above should work after building directory plugin that customizes 
  -          our builds.
  +          you haven't already. 
           
       </p>
      
  @@ -653,76 +695,20 @@
       <p>
         
             After you've created a folder where you want to check out the sources 
  -          to, right-click and select SVN Checkout...:
  +          to, right-click and select SVN Checkout.  Then, fill out the settings 
  +          like in the screenshot below, and then click ok.
       <br>
         
       </br>
      
             
  -    <img src="images/tortoisecvs-checkout.jpg" alt="screenshot of SVN settings">
  +    <img src="images/tortoisesvn-setting.jpg" alt="screenshot of SVN settings">
         
       </img>
      
           
       </p>
      
  -    <p>
  -      
  -          Then, fill out the settings like in the screenshot below, and then 
  -          click ok.
  -    <br>
  -      
  -    </br>
  -    
  -    <img src="images/tortoisecvs-settings.jpg" alt="screenshot of SVN settings">
  -      
  -    </img>
  -   
  -        
  -    </p>
  -   
  -    </div>
  -  
  -    <div class="h4">
  -      
  -      
  -        <h4>
  -          <a name="Other Tools ... ">Other Tools ... </a>
  -        </h4>
  -      
  -      
  -    </div>
  -  
  -    </div>
  -  
  -    <div class="h3">
  -      
  -      
  -        <h3>
  -          <a name="Getting the sources from SVN under *NIX">Getting the sources from SVN under *NIX</a>
  -        </h3>
  -      
  -      
  -    <div class="h4">
  -      
  -      
  -        <h4>
  -          <a name="Use the command-line tools">Use the command-line tools</a>
  -        </h4>
  -      
  -      
  -    <p>
  -      
  -          Fill it in!"
  -        
  -    </p>
  -   
  -    <div id="source">
  -      <pre>
  -          put shell commands here!
  -        </pre>
  -    </div>
  -  
       </div>
     
       </div>
  
  
  
  1.1                  incubator-directory/www/images/tortoisesvn-setting.jpg
  
  	<<Binary file>>