On 3/9/07, Jim Lynch <jimlynch1@gmail.com> wrote:
> I had been putting off moving my repositories from a ssh+svn access mode to
> one that would accommodate access from more than just me so when the system
> was destroyed I reloaded the repositories and put them under svnserver
> control. On my dev system I have modifications that didn't get into the
> repositories before the destruction. I know I can remove all the .svn files
> and directories, check out the repository somewhere else, do something like
> an rsync or find/cpio to replace the changed files and check the mods back
> in. I've done that before and I know it works.
>
> Is there another way of telling svn that I'd like to check this into a
> different repository? A simple svn ci complains that the repository can't
> be accessed, of course.
No need to touch your .svn directories - it's an easy way to hose your
working copy.
Use svn switch --relocate <NEWURL>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 9 19:33:08 2007