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

Re: wrong description of /findtype in :log command

From: Brazhnik <Brazhnik_at_gmail.com>
Date: Sat, 15 Oct 2011 22:52:40 +0400

On Sat, Oct 15, 2011 at 12:35 AM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
> On 14.10.2011 21:18, Brazhnik wrote:
>> Hello.
>>
>> It seems that TSvn Help contains wrong description of "findtype"
>> option of "log" command.
>> See Table D.1. Appendix D. (Automating TortoiseSVN)
>> http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-automation.html#tsvn-automation-basics
>>
>> I found in TSvn v1.7.0 that "TortoiseProc.exe /command:log
>> /findtype:X" selects log filter type somehow like this:
>>
>> 'X' is a sum of numbers that turn on filters
>>
>>    1 - by Messages
>>    2 - by Paths
>>    4 - by Authors
>>    8 - by Revisions
>>   32 - by Bug-IDs
>> 128 - by Date
>> 256 - by Date Range
>>
>>    0 (or 431) - by all
>>
>> It seems very useful but haven't described in Help.
>
> I've opened issue #95 for this:
> http://code.google.com/p/tortoisesvn/issues/detail?id=95
>

Great,
but commited description differs with v1.7.0 behaviour

you commited
> /findtype:X with X being a number between 1 and 512. The numbers are the sum of the following options:
> /findtype:1 filter by everything
no, 0 filter by everything

> /findtype:2 filter by messages
no, 1 filter by messages

> /findtype:4 filter by path
no, 2 filter by path

> /findtype:8 filter by authors
no, 4 filter by authors

> /findtype:16 filter by revisions
no, 8 filter by revisions
findtype:16 does nothing

> /findtype:32 filter by bug ID
> /findtype:64 filter case sensitive
no, findtype:64 does nothing

> /findtype:128 filter by date
> /findtype:256 filter by date range

--
Andrey
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2856078
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-10-15 20:54:13 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.