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

Re: Strange conflicts during merge

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-05-20 16:21:29 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> > svn status
> > C + webserver/ppp/Admin/img/b_addimage.gif
> > ? webserver/ppp/Admin/img/b_addimage.gif.older
> > ? webserver/ppp/Admin/img/b_addimage.gif.yours
> > C + webserver/ppp/Admin/img/b_archive.gif
> > ? webserver/ppp/Admin/img/b_archive.gif.older
> > ? webserver/ppp/Admin/img/b_archive.gif.yours
> > [...]
>
> Interesting that these are "C +", and that they seem to binary files.

Indeed, it's a bug with merges that add binary files. The problem
above can be reproduced

rm -rf repo wc
svnadmin create repo
svn mkdir file://`pwd`/repo/zig
svn mkdir file://`pwd`/repo/zig/zag
svn mkdir file://`pwd`/repo/foo
svn import file://`pwd`/repo/zig/zag /bin/ls zog
svn co file://`pwd`/repo/foo wc
svn merge -r1:HEAD file://`pwd`/repo/zig wc

and

rm -rf repo wc
svnadmin create repo
svn mkdir file://`pwd`/repo/zig
svn mkdir file://`pwd`/repo/foo
svn import file://`pwd`/repo/zig /bin/ls zog
svn co file://`pwd`/repo/foo wc
svn merge -r1:HEAD file://`pwd`/repo/zig wc

gives a property merge confict.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 20 16:22:35 2003

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.