You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Debbie <de...@animaro.com> on 2006/07/02 21:03:18 UTC

All .svn directories were deleted, how to fix?

I had a checked out svn working copy but there was a problem with the
.svn directories, so I tried deleting all the .svn directories.

Then I tried checking out the repository again on top of my existing
working copy. But I'm getting errors like:

    Error: Failed to add file 'C:\Aegis10.2\zone\ItemMoveInfo.txt':
    object of the same name already exists  

How can I tell it that these files are the same as the ones in the
repository?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: All .svn directories were deleted, how to fix?

Posted by Erik Huelsmann <eh...@gmail.com>.
On 7/2/06, Debbie <de...@animaro.com> wrote:
> I had a checked out svn working copy but there was a problem with the
> .svn directories, so I tried deleting all the .svn directories.
>
> Then I tried checking out the repository again on top of my existing
> working copy. But I'm getting errors like:
>
>     Error: Failed to add file 'C:\Aegis10.2\zone\ItemMoveInfo.txt':
>     object of the same name already exists
>
> How can I tell it that these files are the same as the ones in the
> repository?

Create a new checkout, copy these files in and run status/diff on the
new working copy...

bye,


Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org