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 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/bda23093-0dcc-491d-abee-e925ecd92dfe%40googlegroups.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