asdlei00 / tortoisesvn

Automatically exported from code.google.com/p/tortoisesvn
0 stars 0 forks source link

allow setting the date range in the log dialog from the command line #650

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's possible to set the filter text from the command line:
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-automation.html

TortoiseProc.exe /command:log /findtype:256 /findtext:"search for this" 
/path:filepath

but it's not possible to set the min and max date for the search.

Implement a switch /datemin:"datestring" and /datemax:"datestring"

Original issue reported on code.google.com by tortoisesvn on 3 Jun 2014 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by tortoisesvn on 31 Oct 2014 at 3:02

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r26001.

Original comment by tortoisesvn on 31 Oct 2014 at 4:44