You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Pablo Beltran <pb...@gmail.com> on 2014/02/13 21:15:53 UTC

Full repository merge info?

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