Re: why does the git-plugin reference multi-scms?

2014-10-31 Thread Kelly Brownsberger
ltiple-scms. Bottom line: SCMDescriptor demands a coupling between repo browser implementation (we've never been able to get Auto to work reliably). On Thursday, 30 October 2014 15:24:16 UTC-4, Jesse Glick wrote: > > On Thu, Oct 30, 2014 at 3:13 PM, Kelly Brownsberger > >

Re: why does the git-plugin reference multi-scms?

2014-10-30 Thread Kelly Brownsberger
ain/java/hudson/plugins/git/browser/GitRepositoryBrowser.java On Wednesday, 29 October 2014 16:46:24 UTC-4, Jesse Glick wrote: > > On Wed, Oct 29, 2014 at 9:37 AM, Kelly Brownsberger > > wrote: > > By "removed" it seems to have become a test dependency. > > Ye

Re: why does the git-plugin reference multi-scms?

2014-10-29 Thread Kelly Brownsberger
Thanks for the response guys and thanks for the git tutorial Stephen By "removed" it seems to have become a test dependency. Is there a way to make Jenkins not reject plugins having a cycle due to test dependencies? I haven't tried running from one of our live Jenkins instances, but my local

why does the git-plugin reference multi-scms?

2014-10-27 Thread Kelly Brownsberger
multi-scms is filling an important void in our world. It took a while to get it working the way we wanted, but have been using it for some time now with success. We're looking to move to Git from Subversion and in the process we've discovered that the git plugin has a direct dependency on mul