Re: correct API to get current textual WC modifications, for parsing postprocessing

2019-09-30 Thread Branko Čibej
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

correct API to get current textual WC modifications, for parsing postprocessing

2019-09-30 Thread Jens Frederich
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