Hi all,

For a problem we are frequently facing with our svn repositories, I am 
creating my first Jenkins Plugin. In the preCheckout() of my impl of 
BuildWrapper, I want to do investigations on what the head revision of 2 
different repos are. How can I use the existing Subversion plugin classes 
to do this (to use proven technology and reduce my own maintenance)?

I already tried to use the SVNClientManager (via 
SubversionSCM.createSvnClientManager, but that manager does not work for 
repos; I'd need to check out the repos, which is too much hassle. I do want 
to use the authentications already stored in the Jenkins instance, so that 
all configuration is in 1 place.

Any ideas to get around this?

Kind regards,
Anne Stellingwerf 

Reply via email to