Subversion: Change working directory's target repo

Posted by Aiden Bell on Stack Overflow See other posts from Stack Overflow or by Aiden Bell
Published on 2010-04-22T12:55:06Z Indexed on 2010/04/22 13:03 UTC
Read the original article Hit count: 211

Filed under:
|

I know, other RCS are better, but...

I have moved an SVN repository from file:///path/to/repo to http://host.name/svn/repo but there is a working directory (checkout out from file://) with changes that want commiting to the http location.

How then, can I change the repo a working directory will commit to when issuing svn commit?

I'd rather do that than checkout a new copy and sync changes locally. Also, handy to know for the future.

© Stack Overflow or respective owner

Related posts about subversion

Related posts about svn