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)
--
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 tortoisesvn...@googlegroups.com.
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.
you can also pass /limit:10000 to the command line.
--
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 tortoisesvn...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/471ab35e-65e4-417a-8642-c62cdfda63a2%40googlegroups.com.