classes:csci345_slator:merging_and_branching
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| classes:csci345_slator:merging_and_branching [2017/01/14 06:25] – created localadmin | classes:csci345_slator:merging_and_branching [2017/01/14 06:27] (current) – [Merging back into Trunk] localadmin | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| These tutorials are taken from Stack Overflow, regarding questions on [[http:// | These tutorials are taken from Stack Overflow, regarding questions on [[http:// | ||
| + | ==== Merging back into Trunk ==== | ||
| + | |||
| + | First off, I'd highly recommend using a Unix machine for this work. Trying to get third party clients on Windows or other wacky binaries to pull this off would work, but it's a bit non-standard. | ||
| + | |||
| + | First, check out the latest version of trunk. | ||
| + | |||
| + | < | ||
| + | # Checks out the repository and places it in the directory named " | ||
| + | svn checkout https:// | ||
| + | cd blackwood_trunk | ||
| + | |||
| + | # This is the command to merge some branch with your present working copy. This is targeting CS345_Spring2012. | ||
| + | # This will merge your local trunk with the branch. | ||
| + | svn merge https:// | ||
| + | |||
| + | # Now commit your merged copy of trunk. | ||
| + | svn commit | ||
| + | </ | ||
| + | |||
| + | ==== Making a new Branch ==== | ||
| + | |||
| + | Making a new branch is relatively simple. | ||
| + | |||
| + | < | ||
| + | # svn copy " | ||
| + | svn copy https:// | ||
| + | </ | ||
classes/csci345_slator/merging_and_branching.1484375148.txt.gz · Last modified: by localadmin
