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

Re: after deleting an svn externals and adding something with the same name conflict occurs

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Thu, 14 Aug 2008 17:56:09 -0500

On Aug 14, 2008, at 16:44, Roger Pack wrote:

> Here's what happened:
> 1) add in an svn:externals, call it 'lib/rev_trunk'
> 2) remove the svn:externals link, add in a hard copy of the same
> code in lib/rev_trunk
> 3) run svn up on a different repo:
>
> svn: Failed to add directory 'lib/rev_trunk': object of the same
> name already exists
>
> It seems to not delete the old files when an svn:externals occurs.
> This is unexpected.

It's a known issue:

http://subversion.tigris.org/issues/show_bug.cgi?id=2371

Workaround:

"rm -rf" the offending directory first. Then "svn update" which will
download the new versioned item in its place.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-15 00:56:48 CEST

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.