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

Re: Import then checkout

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-10-26 19:51:44 CEST

On 10/26/06, Brian Erickson <erickson@bauercontrols.com> wrote:
>
>
> I've got a soure tree with several thousand files in it. After importing
> into subversion, I'd like to make my tree a working copy. Is there a way to
> do this? The checkout command appently expects to run on an empty folder or
> a folder that is already a working copy.
>
> I keep getting errors of the form: svn: Failed to add file 'filename':
> object of the same name already exists.
>
> It works fine if the folder is empty.

Correct. Subversion doesn't want to overwrite files/directories that
already exist that it doesn't "control."

Sounds like you wanted to do an in-place import.
http://subversion.tigris.org/faq.html#in-place-import but at this
point, you may be best off renaming (and delete once you're sure you
can get everything back out of Subversion) the current directory and
doing a checkout.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 26 19:52:51 2006

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.