[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 23:57:12 +0200

On Wednesday 23 April 2008, Karl Fogel wrote:
> Uli Luckas <uluckas_at_gmail.com> writes:
> > 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
>
> Thank you. I've reopened issue #1516, and attached all details there.
>
> Got time to look into a patch? :-)

Any time. A patch against 1.4.6. would be most appreciated :-)
Thanks for looking into the issue.

regards,
Uli

---------------------------------------------------------------------
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 23:57:33 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.