Class SVNAuthentication: "native configuration" implementation anywhere?

2013-02-09 Thread Graham Leggett
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

Re: Want to create Integration Report From 2 diff SVN URL

2013-02-09 Thread Alexander Kitaev
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