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

Re: Issue 1259 - Changes inside a moved directory cause the commit to fail

From: <cmpilato_at_collab.net>
Date: 2003-07-15 16:24:27 CEST

Shlomi Fish <shlomif@vipe.technion.ac.il> writes:

> In this issue if we svn move directory "moved-from" to "moved-to" and then
> make modifications inside moved-to (like adding a file or svn moving a
> sub-dir), then the commit in the upper directory fail.
>
> Check:
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=1259
>
> I'm trying to see if I can resolve this issue. There are two approaches
> one can take. One is to block modifications to the renamed directory until
> a comment is made. The other is to allow such modifications and somehow
> resolve them at commit time.

The third is to block some modifications (like moves of moved subdirs)
and allow others (like adds inside of moved dirs).

For example, we currently disallow copies of copies -- it's a hard
problem, not terribly common, and an easy caveat to describe. I see
no reason why we couldn't do the same for moves of moves.

But we *do* allow adds inside of copied things, and therefore I again
see no reason why adds inside of moved things shouldn't also work.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 15 16:24:33 2003

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.