Searching for Properties

The following will search for the svn:externals property which contains https.
In other words it will search for any entry which contains an svn:externals which uses https protocol.

+svn\:externals:*https\:*
The following will narrow down the above to entries which reference svn.apache as part of their externals reference.
+svn\:externals:*https\://svn\.apache*
Will search any revision/path etc. if the property svk:merge has been used
+svk\:merge:*
You can of course search with more informations in like the following
which will search for any entry which contains the /subversion/branches/1.5.x in the svn:merge property.
+svn\:mergeinfo:*/subversion/branches/1.5.x*

Also available in: HTML TXT