Running the following command:
    start C:\"Program Files"\TortoiseSVN\bin\TortoiseProc.exe /command:log
/path:"%SVN_URL%" /startrev:HEAD /endrev:0 /findregex /findtype:8
/findstring:"\b(x|y|z)\b"
lists and filters on up to 100 revisions. After pressing ShowAll it
displays and filters over the full list as originally intended.

In my current test HEAD is at 800 so the full list is not very big.

I've omitted the lowestrevisionof for simplicity

On Tue, Mar 19, 2019 at 4:19 PM Stefan via TortoiseSVN <
[email protected]> wrote:

>
>
> On Monday, March 18, 2019 at 8:39:43 PM UTC+1, Javier Barreto wrote:
>>
>>
>> Consider the following command:
>>
>>     svn log -cx,y,z
>>
>> where x,y,z are revision numbers.
>>
>> Currently it is not possible to run the same command with TortoiseSvn
>>
>>     TortoiseSVN.exe /log /revisions:"x,y,z"
>>
>> It does allow text filtering based on a result list of up to 100 items
>> (or so)
>>
>> I.e.:
>>
>>     TortoiseSVN.exe /log /findregex /findstring:"x|y|z" /findtype:8
>>
>> The above command pulls all revisions from HEAD to HEAD-100 and returns
>> all entries that match the filter. But if the revisions are not withing
>> that range the user needs to manually feed it with all (or some more)
>> revisions (ShowAll or Next)
>>
>>
> Well, you could just run
> TortoiseSVN.exe /command:log /startrev:HEAD
> /endrev:lowestrevisionof(x|y|z) /findstring"x|y|z" /findtype:8
>
> you can set the range of revisions with startrev/endrev and then filter
> for your specific revisions.
>
> Also, fetching a list of specific revisions is very slow since it requires
> a call to the server for every revision. So you wouldn't be faster than
> fetching the hole revision list.
>
> Stefan
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TortoiseSVN" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tortoisesvn/sm2kdqfLPOk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn/bda23093-0dcc-491d-abee-e925ecd92dfe%40googlegroups.com
> <https://groups.google.com/d/msgid/tortoisesvn/bda23093-0dcc-491d-abee-e925ecd92dfe%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/CAKY-ueCR1p22mRBUuAogs5boknnyeAn%2Bbyzikd0rUugrgDOsgQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • Feature r... tortoisesvn+APn2wQfod6om2fsaiUYh8HTUHZvOiQJ-BAuWDMV6cZ_85EEpFCnz
    • Re: ... Stefan via TortoiseSVN
      • ... TortoiseSVN
        • ... Stefan via TortoiseSVN
          • ... TortoiseSVN

Reply via email to