Differences
This shows you the differences between two versions of the page.
 
    
    
                        
                    | Both sides previous revision
Previous revision
Next revision | Previous revision | 
                        
                | dev:branching [2013/02/18 15:50] tedfelix [Creating a new branch] Update URLs
 | dev:branching [2022/05/06 16:07] (current) 
 | 
        
| ======Working with branches====== | ======Working with branches====== | 
|  |  | 
| NOTE: The rosegarden svn URL on sourceforge has changed.  This page has not been updated to reflect that.  Hopefully it is simply a matter of replacing all | **//OBSOLETE//** | 
|  |  | 
|  | These instructions have been superseded by [[dev:Using git]]. | 
|  |  | 
|  | **//OBSOLETE//** | 
|  |  | 
|  | NOTE: The rosegarden svn URL on sourceforge has changed.  This page has only been partially updated to reflect that.  Usually it is simply a matter of replacing all | 
|  |  | 
| https://<user>@rosegarden.svn.sourceforge.net/svnroot/rosegarden | https://<user>@rosegarden.svn.sourceforge.net/svnroot/rosegarden | 
| The full command to checkout my_branch using username is: | The full command to checkout my_branch using username is: | 
| <code> | <code> | 
| svn checkout https://<user>@rosegarden.svn.sourceforge.net/svnroot/rosegarden/branches/<my_branch> <my_branch> | svn checkout svn+ssh://<user>@svn.code.sf.net/p/rosegarden/code/branches/<my_branch> <my_branch> | 
| </code> | </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. |