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

Re: SVN always thinks a few certain files need to be merged

From: Pat Farrell <pfarrell_at_pfarrell.com>
Date: Wed, 23 Mar 2011 20:52:38 -0400

On 03/23/2011 08:34 PM, Konstantin Kolinko wrote:
> You are not giving much specifics, so how can people know what is going on
> in your case?

Specifics for complete 100% reproducable problem:

do svn update for whole project
create branch from trunk
change one source file, not the one with the bogus mergeinfo, commit it.
merge branch back to trunk

before you commit the trunk, do a svn status
You will see the bogus mergeinfo listed as a change to the trunk.

for example:

 svn merge https://www.everythingtiny.com/repos/bbook/branches/pat -r
14135:14147
--- Merging r14146 through r14147 into '.':
U fnflib/src/com/fnfbook/daemon/helpers/MailToBlog.java
pfarrell_at_tools:~/sandbox/bbook/trunk$ svn status
 M .
M fnflib/src/com/fnfbook/daemon/helpers/MailToBlog.java
 M fnfapp/src/java/com/fnfbook/bean/FilterListBase.java

The "FilterListBase" is marked as modified, but it has not been changed
in a year and was not changed in this
edit, only the "MailToBlog.java" file was modified.

-- 
Pat Farrell
http://www.pfarrell.com/
Received on 2011-03-24 01:53:17 CET

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.