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

Re: issue 3899 (copying conflict victims)

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Thu, 26 May 2011 17:05:52 +0100

Philip Martin wrote:
> Julian Foad <julian.foad_at_wandisco.com> writes:
>
> > I am not saying there are no problems with such copies/moves, just I
> > don't see a problem with the conflict-source info.
>
> Issue 3899 is not about repository locations but about the
> left/right/mine files in ACTUAL_NODE.
>
> Suppose file "A/f" is in conflict:
>
> $ sqlite3 wc/.svn/wc.db "select * from actual_node"
> 1|A/f|A||A/f.r2|A/f.r7|A/f.mine||||||||
>
> Now copy A to B:
>
> $ sqlite3 wc/.svn/wc.db "select * from actual_node"
> 1|A/f|A||A/f.r2|A/f.r7|A/f.mine||||||||
> 1|B/f|B||A/f.r2|A/f.r7|A/f.mine||||||||
>
> See how B/f is in conflict but refers to the A/f files.

Thanks Philip. That makes sense. That would need to be re-written in
order to remain correct.

- Julian
Received on 2011-05-26 18:06:29 CEST

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.