Bug #212
Searching for property contents
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | Karl Heinz Marbaise | % Done: | 100% |
|
| Category: | Indexer | |||
| Target version: | 0.6.1 Bestla | |||
Description
Currently it's not possible to search for contents of properties.
The following query will result with no found entries on the SupoSE project, which is simply wrong,
cause there are some entries which have the mergeinfo property set.
The following query will result with no found entries on the SupoSE project, which is simply wrong,
cause there are some entries which have the mergeinfo property set.
--query "+svn\:mergeinfo:/tags/*"
History
Updated by Karl Heinz Marbaise 966 days ago
- Target version changed from 24 to 0.6.1 Bestla
Updated by Karl Heinz Marbaise 965 days ago
The problem with properties e.g. in particular with svn:mergeinfo, svn:ignore etc. is that their contents is line based.
The same as with svn:mergeinfo etc.
--query "+svn\:ignore:build"will only work if the build is in the first line of the svn:ignore property.
--query "+svn\:ignore:*build*"will work.
The same as with svn:mergeinfo etc.