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

RE: preserved-conflict-file-exts

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 13 Mar 2014 15:27:06 +0100

> -----Original Message-----
> From: Bert Huijben [mailto:bert_at_qqmail.nl]
> Sent: donderdag 13 maart 2014 11:52
> To: 'Magnus Carlsson'; users_at_subversion.apache.org
> Subject: RE: preserved-conflict-file-exts
>
> > -----Original Message-----
> > From: Magnus Carlsson [mailto:culan77_at_gmail.com]
> > Sent: donderdag 13 maart 2014 11:02
> > Subject: preserved-conflict-file-exts
> >
> > Hi,
> >
> > I have an issue with the setting: preserved-conflict-file-exts from
> > the subversion config file.
> >
> > I'm using svn 1.8.8 (r1568071)
> >
> > I have some files that has the extension .TcPOU
> > I have a special compare & merge utility for these files.
> > Unfortunately the compare & merge tool first starts with checking the
> > file extension of the two files and if it does not match, will close
> > with an error message.
> >
> > To solve the issue I'm trying out the preserved-conflict-file-exts
> setting.
> >
> > I'm not able to get this to work.
> > I have tried multiple settings but no one so far has made any
difference.
> >
> > I have tried:
> > preserved-conflict-file-exts = tcpou
> >
> > I also tried (suspecting case sensitiveness):
> > preserved-conflict-file-exts = TcPOU
>
> Yes, Subversion is case sensitive, so this last one should work...
>
> >
> > and finally i tried also:
> > preserved-conflict-file-exts = *
> >
> > Still, when merging back a branch to the trunk causing a conflict i
> > get these files:
> >
> > test.TcPOU
> > test.TcPOU.working
> > test.TcPOU.merge-left.r207
> > test.TcPOU.merge-right.r216
>
> Ah... and here you describe the real problem.
>
> > It seems svn does not honor the setting at all.
> > I have tried making the setting both in the config file and in the
> > registry (yes, I'm currently on windows 7 machine).
> > But, if i understand correctly, the config file has precedence over
> > the registry.
>
> It looks like we only implemented the extension preserve code for update
> and
> switch scenarios and never for merging.

Thanks to your e-mail (and me wondering why this was never implemented) this
feature is now implemented on trunk.

If nothing strange happens, you should see it working in Subversion 1.9 post
alpha 2 (or maybe even a future 1.8 release)

        Bert
Received on 2014-03-13 15:30:28 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.