[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 03 Jun 2014 20:50:29 +0200

On 03.06.2014 06:41, Mohamed Raffi wrote:
> Hi,
>
> I would like to call th log command and filter the log with the date range from one date to tilldate.
> Form the documentation available at the following location, I got the information how to inoke the command, but I could not find out how to pass the dates to /findtype:256, can somone tell me how to pass the dates?
>
> Documentation:
> http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-automation.html
>
> Command:
>
> TortoiseProc.exe /command:log /findtype:256 ? ? /path:filepath

Unfortunately, you can not set the min and max date from the command
line. That is simply not implemented.

I've created issue #650 for this:
https://code.google.com/p/tortoisesvn/issues/detail?id=650

in the mean time, you could just tell the log dialog to only show the
revisions you want like this:

TortoiseProc.exe /command:log /startrev:"{"2006-02-17 15:30"}"
/endrev:"{"2008-02-10 17:45"}"

See here for the date formats you can use to specify a revision:
http://svnbook.red-bean.com/en/1.7/svn.tour.revs.specifiers.html

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=3079823
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-06-03 20:50:26 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.