Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
dev:branching [2012/09/24 19:45]
tedfelix Minor URL correction
dev:branching [2013/02/18 15:50]
tedfelix [Creating a new branch] Update URLs
Line 58: Line 58:
 Create a new branch by copying trunk/. For example, for a branch called <my_branch>, do the following (as a single one-line command): Create a new branch by copying trunk/. For example, for a branch called <my_branch>, do the following (as a single one-line command):
 <code> <code>
-svn copy https://<user>@rosegarden.svn.sourceforge.net/svnroot/rosegarden/trunk/rosegarden \ +svn copy svn+ssh://<user>@svn.code.sf.net/p/rosegarden/code/trunk/rosegarden \ 
-         https://<user>@rosegarden.svn.sourceforge.net/svnroot/rosegarden/branches/<my_branch>+         svn+ssh://<user>@svn.code.sf.net/p/rosegarden/code/branches/<my_branch>
 </code> </code>
 You can see what branches already exist (so as to get ideas for a new name, perhaps) using You can see what branches already exist (so as to get ideas for a new name, perhaps) using
 <code> <code>
-svn ls https://<user>@rosegarden.svn.sourceforge.net/svnroot/rosegarden/branches/+svn ls http://svn.code.sf.net/p/rosegarden/code/branches/
 </code> </code>
  
-(Or you can browse the the online Subversion repository at http://rosegarden.svn.sourceforge.net/viewvc/rosegarden/branches/)+(Or you can browse the online Subversion repository at http://sourceforge.net/p/rosegarden/code/)
  
 //Note//: Replace <user> with your SourceForge username and <my_branch> with your branch name. //Note//: Replace <user> with your SourceForge username and <my_branch> with your branch name.
 
 
dev/branching.txt · Last modified: 2022/05/06 16:07 (external edit)
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki