On 30.09.2019 22:20, Jens Frederich wrote:
> I try to get all line changes in the current changeset. Not sure what
> the right API is. I have created a delta tree with the following to
> see if it is a file and textual modifications. How do I get the content?
>
> SVN_ERR(svn_fs_revision_root(&ba
I try to get all line changes in the current changeset. Not sure what the
right API is. I have created a delta tree with the following to see if it
is a file and textual modifications. How do I get the content?
SVN_ERR(svn_fs_revision_root(&base_root, fs, base_rev, pool));
SVN_ERR(svn_repos_n