[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: Karl Fogel <kfogel_at_red-bean.com>
Date: Wed, 23 Apr 2008 17:22:52 -0400

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? :-)

---------------------------------------------------------------------
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:23:08 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.