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.
Many thanks for TSvn 1.7!
--Andrey
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2855284
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].
I've opened issue #95 for this:
http://code.google.com/p/tortoisesvn/issues/detail?id=95
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2855306
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