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

Re: Rename file suggests too many suggestions

From: Gavin Lambert <tsvn_at_mirality.co.nz>
Date: Mon, 23 Sep 2013 12:35:48 +1200

On 9/21/2013 10:15 AM, Quoth Jason Jerome:
> I'm trying to rename one file in a folder (with hundreds of files):
> [right-click on file] > TortiseSVN > Rename...
>
> The Rename dialog appears:
> dbo.User_data.Table.sql
>
> I rename it and choose OK:
> dbo.User_data_old.Table.sql
[...]
> 3. The suggestions it gives are WAY off base, for example:
> dbo.Addresses.Table.sql -> dbo.User_data_old.Table.Addresses.Table.sql

The basename of a file is only up to the first dot. So you have
hundreds of files called "dbo" with various file extensions.

This is why you're seeing that behaviour.

You'll find a lot of other tools that would have similar issues. If
possible, you might want to consider changing the naming convention on
these files to use some other character in place of the dot, so that the
"real" .sql file extension is seen.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-09-23 02:36:14 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.