Hi Bill,
Bill Walton wrote:
>
> I do have one more right away. How do I get rid of the repositories
> I've got now? Do I just delete using Windows Explorer? Or do I need
> to do it through TortiseSVN and/or SVN to keep them from getting
> confused?
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.
Hth,
Nick Stolwijk
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 4 23:24:34 2007