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.