Show repository full path in SVN search result.

Added by sachin patil 644 days ago

Hi Karl,

I have downloaded code and able to build it.
Can you please tell me where and how can I make changes to store repository path in code? (as storing
repository uuid)

I am planning to store the repo path and use it while showing final search result to show full path.

Thanks & regards,
Sachin


Replies

RE: Show repository full path in SVN search result. - Added by Karl Heinz Marbaise 643 days ago

If you really like to do that. I can't recommend that but that ok.

You need to go where the uuid is stored and transfer the repository URL from command line (parameter) through the whole code to the position where the uuid is stored and create a new field (url or what ever you call it) and do the appropriate things there.

You know that this will break compatibility with the current development etc.

Kind regards
Karl Heinz Marbaise

RE: Show repository full path in SVN search result. - Added by sachin patil 640 days ago

Thanks Karl.