[JIRA] (JENKINS-37184) Exception about tunnel goes unreported, svn-list-tags lists top level folder instead of branches and tags

2016-08-04 Thread rec...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Manuel Recena Soto started work on  JENKINS-37184  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Manuel Recena Soto  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37184) Exception about tunnel goes unreported, svn-list-tags lists top level folder instead of branches and tags

2016-08-04 Thread rec...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Manuel Recena Soto assigned an issue to Brian DeRocher  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37184  
 
 
  Exception about tunnel goes unreported, svn-list-tags lists top level folder instead of branches and tags   
 

  
 
 
 
 

 
Change By: 
 Manuel Recena Soto  
 
 
Assignee: 
 Brian DeRocher  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37184) Exception about tunnel goes unreported, svn-list-tags lists top level folder instead of branches and tags

2016-08-04 Thread br...@derocher.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian DeRocher commented on  JENKINS-37184  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Exception about tunnel goes unreported, svn-list-tags lists top level folder instead of branches and tags   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/subversion-plugin/pull/165  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37184) Exception about tunnel goes unreported, svn-list-tags lists top level folder instead of branches and tags

2016-08-04 Thread br...@derocher.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian DeRocher commented on  JENKINS-37184  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Exception about tunnel goes unreported, svn-list-tags lists top level folder instead of branches and tags   
 

  
 
 
 
 

 
 I have a fix for this bug and will submit a PR on github.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37184) Exception about tunnel goes unreported, svn-list-tags lists top level folder instead of branches and tags

2016-08-04 Thread br...@derocher.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Brian DeRocher created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37184  
 
 
  Exception about tunnel goes unreported, svn-list-tags lists top level folder instead of branches and tags   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 subversion-plugin  
 
 
Created: 
 2016/Aug/04 4:13 PM  
 
 
Environment: 
 Ubuntu 14.04.4 LTS  jenkins 2.13  subversion-plugin 2.7 SNAPSHOT  workflow 2.2 due to cycle dependency bug  
 
 
Labels: 
 ssh tunnel kerberos subversion  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Brian DeRocher  
 

  
 
 
 
 

 
 I'm trying to get my branches and tags listed for a parameterized build. Instead my top level folders are being displayed. My repo location is svn+systemssh://com...@scm.blah.org/data/svn/ and this uses a tunnel configured in .subversion/config because we use kerberos for authentication. An exception is being thrown here https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition.java#L254 and silently ignored 3 lines later. I recompiled the plugin to report the exception: Aug 04, 2016 11:11:09 AM hudson.scm.listtagsparameter.ListSubversionTagsParameterDefinition isSVNRepositoryProjectRoot INFO: isSVNRepositoryProjectRoot caught exception follows Aug 04, 2016 11:11:09 AM hudson.scm.listtagsparameter.ListSubversionTagsParameterDefinition isSVNRepositoryProjectRoot SEVERE: An SVN exception occurred org.tmatesoft.svn.core.SVNException: svn: Cannot find tunnel specification for 'systemssh' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) at