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

Re: Renaming of files

From: Ron Wilson <ronw.mrmx_at_gmail.com>
Date: Tue, 23 Jul 2013 17:31:50 -0400

On Tue, Jul 23, 2013 at 2:44 PM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:

> your files have a dot in the name, in that situation the
> renaming-detection doesn't work properly.
> Because of the dot in 'v1.0', the part after the dot is treated as a
> file extension and only the part up to the dot is considered as the
> filename.
>

In my observations, MS Windows treats the part after the last dot as the
extension (see attached screen snip) Given that, I would expect
applications that run on Windows to behave the same.

As for what Oliver Kopp is saying, once a difference algorithm has
extracted the common prefix and/or common suffix, other names that match
the regular expression

      ^$prefix[[:File:]]+$suffix$

would then be candidates for suggestions.

Note that [:File:] is the character class consisting of valid file name
characters on the target platform - in this case, MS Windows.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

WinFileExtEx.PNG
Received on 2013-07-23 23:31:59 CEST

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.