To copy / create a new tag from trunk copy_from_here copy_to_here message
|
1 |
svn copy https://svn.mysite.com/svn/trunk https://svn.mysite.com/svn/tags/newtag -m "new tag copied from trunk" |
To copy / create a new tag from trunk copy_from_here copy_to_here message
|
1 |
svn copy https://svn.mysite.com/svn/trunk https://svn.mysite.com/svn/tags/newtag -m "new tag copied from trunk" |
There are a million ways to do this…. this is my way In the working copy get the revisions to merge in
|
1 |
svn log | less |
Switch to trunk or whatever copy you wish to merge into (i am merging my newbranch into trunk)
|
1 |
svn switch https://svn.mysite.com/svn/site/trunk |
Do a dry run to make sure the merge isnt going to do