Support #305
Getting full path of repository in SupoSE seach result.
| Status: | New | Start: | 04/08/2010 | |
| Priority: | Immediate | Due date: | 04/09/2010 | |
| Assigned to: | Karl Heinz Marbaise | % Done: | 0% |
|
| Category: | CLI | |||
| Target version: | - | |||
Description
Can you please tell me, how to get full path in search result? i.e. it should contain repository name.
In SupoSE search result, dpath shows after 'repo' folder. ( e.g. in case the specified file - 'abc.txt' present under trunk folder, result path will be as '/trunk/.../.../abc.txt')
I have created index of the repository 'http://hostname/reponame/repo' and I want to get full repository path in search result.
Please let me know, in case you need more information.
History
Updated by Redmine Admin 668 days ago
Hi,
Can you please tell me, how to get full path in search result? i.e. it should contain repository name.
The full path in the repository is stored into the path field (no more in the dpath based on the release you are using).
In SupoSE search result, dpath shows after 'repo' folder. ( e.g. in case the specified file - 'abc.txt' present under trunk folder, result path will be as '/trunk/.../.../abc.txt')
Yes that's exactly as intended...
I have created index of the repository 'http://hostname/reponame/repo' and I want to get full repository path in search result.
That's usually not stored. Currently only the UUID of the repository is stored but not the URL of the repository, cause this would depend on how you scan the repository...
for example if you scan the repository based on the file protocol on your server instead via http...etc.
Based on the current plans for future release i will provide an web-interface for searching which will give the full path to the repository incl. links to the particular revisions etc.
Kind regards
Karl Heinz Marbaise