I'm trying to create a search between two revision numbers in a Subversion repository in Fisheye. Basically, the equivalent of running something like:
svn log -r 12:15
I looked at the documentation for EyeQL, but there's no mentinon of revision numbers - it seems to suggest you can only compare tags.
Is that right, or is there some other way to achieve the above?