Searching for Revisions¶
If you like to search for particular revisions in the repository you can use the revision field which contains the revision number of the repository.
The following query will find all entries which are related to revision 20 in the repository. This is more or less equivalent to svn log -r 20 URL -v.
+revision:20
If you like to use multiple revisions you can simply use:
+revision:20 +revision:30
If you like to use a revision range you can use the following which is more or less equivalent to svn log -r1:200 -v URL.
+revision:[1 TO 200]
This will search in the revisions from 1 till 200.