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

Re: [PATCH] Allow copy files that already copied

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-12-01 23:04:25 CET

On Thu, 1 Dec 2005, Ivan Zhakov wrote:

> Hi!
> Current libsvn_wc implementation disallow command sequence like this:
> touch foo
> svn add foo
> svn ci
> svn cp foo foo2
> svn cp foo2 foo3
> svn ci

I tried this patch, and copying a copyied file works fine. Moving a
copied file, however, doesn't work unless --force is specified, because it
thinks that the source of the move has local modifications. I wonder if
that check should be changed in some way to allow this?

Also, would you care to write some tests for this enhancement?

I like the feature.

//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 1 23:15:45 2005

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.