Re: How does SVN keep track of what repo it has checked out?
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Sat, 9 Apr 2011 23:28:37 -0500
On Apr 9, 2011, at 22:40, richardcavell_at_mail.com wrote:
> I realize that my working copy has a .svn directory with information in it that SVN uses. In the book, it says on page 19 (page 41 of the pdf):
It will consult the .svn directory in the parent directory, which, for the above advice to work, would have to be part of the same working copy.
> Does SVN store information somewhere else?
Nope, each working copy is self-contained.
> I had a repo checked out and I wanted to un-checkout it - that is to say, stop using that repo. I was told that the simplest way would be to just delete the .svn directory. Is it acceptable to do this?
Sure, if you want to keep using the directory but have it no longer connected with the repository, then delete the .svn directories, or run "svn export" to a new directory and then delete the working copy, which has the same effect. Or if you're done with the directory completely, just delete the working copy.
> Or have I left debris on my system by doing so?
Nope.
The working copy format will completely change in Subversion 1.7 so the above may no longer apply then.
|
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.