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

Re: Issue #1516: 'svn cp' cannot replace schedule delete

From: Uli Luckas <uluckas_at_gmail.com>
Date: Wed, 23 Apr 2008 22:10:57 +0200

Am Wednesday, 23. April 2008 schrieb Karl Fogel:
> Uli Luckas <uluckas_at_gmail.com> writes:
> > I ran into issue #1516. Even though a fix and a test for this issue have
> > been commited (r16701) it still (or again) appears in svn 1.4.6
> >
> > The feature I care for is repo -> wc over a scheduled delete. Has this
> > feature been removed on purpose or is this just an excidential
> > regression?
>
> Can you post the entire reproduction recipe, so we don't have to guess?
> That would help a lot.
>
> Thanks,
> -Karl

svnadmin create repo
svn co file:///`pwd`/repo wc
mkdir -p wc/dir1/subdir
svn add wc/dir1
mkdir -p wc/dir2/subdir
svn add wc/dir2
svn ci -m "Add dir structure" wc
svn rm wc/dir1/subdir
svn cp -r1 file:///`pwd`/repo/dir2/subdir wc/dir1

Instead of doing a replace, the last command throws this error:
svn: Path 'wc/dir1/subdir' already exists

regards,
Uli

-- 
Once there was a time when all people believed in God and the church
ruled. This time is called the Dark Ages.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-23 22:11:18 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.