Difference between revisions of "HowTo Quickly Get A Project Started With Subversion"

From NST Wiki
Jump to navigationJump to search
Line 7: Line 7:
  
 
   <li>
 
   <li>
   Create a new Subversion project (Ex: "'''silver'''") with description.
+
   Create a new Subversion repository (Ex: "'''silver'''") with description.
 
   </li>
 
   </li>
  
Line 13: Line 13:
 
   Create a Subversion user using Action: "'''U'''" (Ex: "'''user1'''").
 
   Create a Subversion user using Action: "'''U'''" (Ex: "'''user1'''").
 
   </li>
 
   </li>
 +
 +
  <li>
 +
  Go to the client system that has both a "'''Subversion'''" client ''installed'' and network access to the NST system where you created the "'''Subversion'''" repository in "'''Step: 2'''".
 +
  </li>
 +
  
 
</ol>
 
</ol>

Revision as of 08:54, 27 May 2010

This HowTo will show by example how to quickly started with a new Subversion project once you have created a Subversion repository using the NST WUI.

  1. Use the NST WUI menu and navigate to the "Subversion Manager" page.
  2. Create a new Subversion repository (Ex: "silver") with description.
  3. Create a Subversion user using Action: "U" (Ex: "user1").
  4. Go to the client system that has both a "Subversion" client installed and network access to the NST system where you created the "Subversion" repository in "Step: 2".