Hi,

Given 2 binary files svnobj.r14 and svnobj.r17, I execute the following batch 
file:
--- snip ---
svnadmin create repo
 
svn mkdir -mm file:///C:/binconflict/repo/foo

svn checkout file:///C:/binconflict/repo/foo
Checked out revision 1.
 
cd foo/
 
copy ..\svnobj.r14 .\svnobj
 
svn add svnobj

svn commit -mm

copy ..\svnobj.r17 .\svnobj

svn commit -mm

copy ..\svnobj.r14 .\svnobj
 
svn update -r2
--- snap ---

The last step (svn update) triggers a conflict prompt for svnobj, despite the 
fact that the remote and local files are bit-for-bit identical.

As I was told by Daniel Shahaf, he expects this case to be resolved without a 
conflict.

This was reproduced using SlikSVN 1.7.2 32 bit on a clean WinXP VM, and using 
SlikSVN 1.7.2 64 bit and Tortoise 1.7.5's svn.exe 1.7.3 on my Win7 64 bit 
developer PC.

Best regards

Markus Schaber
-- 
___________________________
We software Automation.

3S-Smart Software Solutions GmbH
Markus Schaber | Developer
Memminger Str. 151 | 87439 Kempten | Germany | Tel. +49-831-54031-0 | Fax 
+49-831-54031-50

Email: m.scha...@3s-software.com | Web: http://www.3s-software.com 
CoDeSys internet forum: http://forum.3s-software.com
Download CoDeSys sample projects: 
http://www.3s-software.com/index.shtml?sample_projects

Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade 
register: Kempten HRB 6186 | Tax ID No.: DE 167014915 

Reply via email to