[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Noob has it fubar'd - any hope?

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-04-05 08:13:45 CEST

On Apr 4, 2007, at 16:23, Nick Stolwijk wrote:

> Working copies and repositories can be freely moved or deleted,
> without Subversion noticing it. Mind, if you move your repository,
> your working copy obvious can't find it any more. You can redirect
> your working copy back to your moved repository with "svn switch".
> The "Magic" of Subversion is all in the .svn directories in your
> working copy. Try "svn info" on a directory, there you see the URL/
> path to the repository. Then take a look in the .svn/entry file,
> you'll see exactly the same there. It's all in your mind, uhh, .svn
> directory. No outside knowledge required.

We're getting a bit off-topic from the OP's question, but to relink a
working copy with a moved repository, you would use "svn switch --
relocate", not "svn switch", which does something quite different.
(It switches a working copy to a different path within a repository.)

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 5 08:14:22 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.