svn merge not showing conflict
From: Manesh R <manesh_at_cordys.com>
 
Date: 2005-07-13 09:56:42 CEST 
Hi All,
 I am using svn merge to merge files across branches and I observed a strange behavior. I would like to know, if this is expected (That's why I am sending it to dev).
 Explaining the scenario first.
 On this merge "text file" is shown to be added. When I run svn status, it shows conflicted. If it is conflicted, then I expect "svn merge" to show me a conflict rather than addition (Otherwise --dry-run option is misleading. To know the actual results it will force me to run svn merge and then a status on working copy).
 Is my expectation correct (in that case there is some problem with svn merge) I am using 1.2.0 client for doing these operations.
 --------------------------------------------------- Log of what I did -----------------
 D:\temp>svn commit unicode_AC -m "Test merge"
 D:\temp>svn commit unicode_AC -m "Test merge"
 D:\temp>cd unicode_AC
 D:\temp\unicode_AC>svn merge -r 1724:HEAD http://srv-ind-conf1/repos/mergeplay/unicode/ .
 D:\temp\unicode_AC>svn st
 D:\temp\unicode_AC>
 Regards,
 **********************************************************************
 ---------------------------------------------------------------------
  | 
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.