User Tools

Site Tools


classes:csci345_slator:merging_and_branching

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
classes:csci345_slator:merging_and_branching [2017/01/14 00:26] localadminclasses:csci345_slator:merging_and_branching [2017/01/14 00:27] (current) – [Merging back into Trunk] localadmin
Line 22: Line 22:
 # Now commit your merged copy of trunk. # Now commit your merged copy of trunk.
 svn commit svn commit
 +</code>
 +
 +==== Making a new Branch ====
 +
 +Making a new branch is relatively simple.  You don't even need to check anything locally, you can just run the following command:
 +
 +<code>
 +# svn copy "TRUNK" "New Branch Location" 
 +svn copy https://lions.cs.ndsu.nodak.edu/svn/blackwood/trunk https://lions.cs.ndsu.nodak.edu/svn/blackwood/branches/CS345_Spring2013
 </code> </code>
  
classes/csci345_slator/merging_and_branching.1484375195.txt.gz · Last modified: 2017/01/14 00:26 by localadmin