On Feb 28, 2012, at 7:24 , GENG, DAPENG (DAPENG) wrote:

> Hello,
>  
> I recently discovered that merge info does not get updated after merge.
>  
> I’ve tried several times from one branch to taget branch. And merge info 
> remains unchanged.
>  
> In target branch, there are existing merge info for previous merges. No more 
> new merges are recorded since few weeks ago.

Could you give an example of the kind of merges you are doing, starting 
from an empty repository?  E.g.,

svnadmin create repos
svn mkdir file:///<cwd>/repos/trunk -m init
svn co file:///<cwd>/repos/trunk trunk-wc
cd trunk-wc
echo "foo file" > foo.txt
svn ci -m "add foo"
svn mkdir ^/branches -m init
svn cp ^/trunk ^/branches/mybranch -m "create branch"
...

There are handy repro-script templates for Unix and Windows at

  http://subversion.apache.org/docs/community-guide/issues.html#reporting-bugs


>  
> Can you please let me know what shall I check or what could be the reason?

Perhaps the person committing the merge committed the subtrees containing
merged files, but forgot to commit the working copy root directory?  Assuming
the merge was applied to the whole working copy, that's where the svn:mergeinfo
property will be changed.

Regards,
Steve

>  
> I am using subversion 1.6.16-1820.64 with Eclipse 3.6.2 with CollabNet 
> Desktop Merge.
>  
> Kind Regards,
> Dapeng Geng
> Alcatel.Lucent Australia
> Professional Services / BSS & OSS BU
> +61 2 8306 5413 
> dapeng.g...@alcatel-lucent.com
>  
>  

Reply via email to