We Recommend

Version Control with Subversion Version Control with Subversion
Written by members of the Subversion open source development team, Version Control with Subversion introduces the powerful new versioning tool designed to be the successor to the Concurrent Version System or CVS. CVS users will find the "look and feel" Subversion comfortably familiar, but under the surface it's far more flexible, robust, and usable, and more importantly, it improves on CVS's more notable flaws.


Posted By

noah on 09/19/07


Tagged

url command Bash subversion commandline Switch update work


Versions (?)


Who likes this?

3 people have marked this snippet as a favorite

dynagirl
therobot
leachypeachy


Subversion repository URL changed, update the working copy so that it points to the new URL.


Published in: SVN 


URL: http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.switch.html

Run this command from within a directory that is a Subversion working copy. The following command changes the host name of the server from "arithromancy" to "arithromancy.local".


  1. svn switch --relocate svn://arithromancy/subversion-repository svn://arithromancy.local/subversion-repository

Report this snippet 

You need to login to post a comment.