Re: How to start over?
From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Mon, 21 Dec 2009 19:21:08 -0600
On Dec 21, 2009, at 18:16, Leslie Turriff wrote:
> So I run svnadmin create, and it seems to have worked, but when
> turriff_at_pinto$ #My working directory; what I want to add to svn:
Sounds like you haven't created a working copy yet. There are two ways to do this. One is to "svn import" your tree into Subversion, move aside or delete the tree, and then check it out from the repository again with "svn checkout"; or the IMHO more intuitive "in-place" import method described in the FAQ:
http://subversion.tigris.org/faq.html#in-place-import
> I'm guessing that I set up something in the wrong order or
I don't believe you need to in this instance, but if you do want to delete a repository, or a working copy, you simply delete it using your usual OS methods, and it will be gone.
|
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.