On Wed, May 24, 2017 at 8:02 PM, James Dumay <
jdu...@cloudbees.com> wrote:
> are there any active maintainers for this plugin
Not that I am aware of.
> OK if I triaged the outstanding tickets?
I cannot imagine anyone objecting to your volunteering such work.
The broader issue I see is JENKINS-28251: the SVNKit-based
implementation is the source of countless problems, and given limited
development resources there is no way they will all get fixed. IMO the
only sustainable path for this plugin would be to deprecate that mode
and switch by default to a command-line implementation, as the Git
plugin does. This would involve a block of significant effort, but
after that further problems in the execution of SCM operations (the
main source of complaints for the plugin) would reduce to checking
whether the plugin is running the right command or not, a much more
approachable question for casual contributors. (The situation is
trickier for multibranch operations in `SubversionSCMSource`: we would
need to decide whether indexing operations should remain on SVNKit, or
whether the master would be required to have `svn` installed. The Git
plugin takes the former approach, the Mercurial plugin the latter.)
By the way in your message I think you were attempting to post a
search link, but it did not come out that way.