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

Re: Move a file in a brach and merge

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-10 11:25:19 CET

On Mar 10, 2006, at 10:38, Luigi Paioro wrote:

> I have a main develop directory (trunk) and a branch copy (branches/
> mybr). Suppose that when I made the branch copy, there was a file
> named TODO (that was copied).
>
> Now I make a change to TODO in trunk (r123), another in branches/
> mybr (r124) and moreover a rename of TODO in branch (suppose from
> TODO to TODO.txt) (r125).
>
> I've tried to do something like this as example. Well, I've noted
> that when I merge the trunk change in the branches/mybr branch,
> than the changes are not merged in TODO.txt but an error message
> has printed:
>
> Skipped missing target: 'mybr/TODO'
>
> Now I suppose that Subversion, while is able to follow the log
> story of a changed file, is not able to follow the story of a moved
> file in order to merge the changes.

Subversion doesn't track renames quite as one might hope. It
implements a rename as a copy and then a delete, so it can't track
your situation. This is the relevant bug report:

http://subversion.tigris.org/issues/show_bug.cgi?id=898

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 10 11:26:26 2006

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

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