Home ›
Change the SVN branch your repository checkout is usingChange the SVN branch your repository checkout is using
Submitted by Benjamin Melançon on February 9, 2009 - 10:11am
Searched words:
subversion change repository source
svn change checkout branch
As shown here http://svnbook.red-bean.com/en/1.4/svn.branchmerge.switchwc.html
it is simply the svn switch statement with the path to the respository (which in our case was at svn://example.com...)
svn switch http://svn.example.com/repos/calc/branches/my-calc-branch
Resolution
More like this
- Change the location of an SVN repository for the working copy
- Locking an SVN repository (or, another reason to use Git)
- How to change your mysql root password using command line
- Setting up the Agaric way (svn working copy checkouts) on a new server
- See what Subversion repository you are drawing from with vi .svn/entries


Comments
Post new comment