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

RE: Re: preserved-conflict-file-exts

From: Magnus Carlsson <culan_at_telia.com>
Date: Wed, 12 Mar 2014 01:29:40 -0700 (PDT)

Hi Steve and thanks for helping.

The file i'm testing with has the extension: .TcPOU (with this upper/lower case config)

I tried these strings so far:
preserved-conflict-file-exts = tcpou doc ppt xls od?

Then i was thinking of case sensitive and tried this:
preserved-conflict-file-exts = TcPOU tcpou doc ppt xls od?

Then i suspected that the second string was overwriting the first and causing problem with the case sensitiveness and tried making a pattern:
preserved-conflict-file-exts = [Tt][Cc][Pp][oO][Uu] doc ppt xls od?

So far all my tests gives me the same result.
Still i get test.TcPOU.mine test.TcPOU.r129 and so on.

/ Magnus

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3074409

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-03-12 09:29:44 CET

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

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