Hi all,
Svnkit can read subversion's native configuration files in the .subversion
directory, and this seems to work fine. The Jenkins Subversion plugin, which
uses svnkit, cannot read the subversion native configuration files in the
.subversion directory, nor can it support client certificates
Hello,
This method relies on svn:mergeinfo property set on a branches and
should provide same list of revisions that you may get with the native
Subversion command:
svn mergeinfo --show-revs eligible SOURCE_URL TARGET_URL
You may read more on what to expect from this command in Subversion
book a