Hi, I need to cache all the merges made on a repository in order to rebuild the full merge history of any item (file/directory) at any time (revision).
How it can be achieved? For example, in order to cache the full history of a repository svn -log -v REPO_ROOT_URL would made the job as it returns all the revisions and their changed paths (added, modified...). With such info is feasible to build the history of any item as TortoiseSVN does for revision graphs. it would be possible get the same for merging by adding -g to the command above? Thanks, Pablo