[JIRA] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread john.v.lit...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 john little commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
michael soukup How was this bug resolved and confirmed? Is there some kind if fix or workaround that we should know about? We added the "Additional Credentials" with Realm etc. but this made no difference to eh error. It worked before the update, the update broke it "by design", but no fix or workaround solve the issue. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread john.v.lit...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 john little commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
I am confused. The error we get is hudson.util.IOException2: revision check failed on . I just noticed that in the bowels of the stack we do get:  
Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled. 
We have seen at least 4 different conflicting posts about what should go in the Realm section. We have "" and we dont know if this correct or not. 
Here is the console output: 
At revision 1910 no change for https://subversion.assembla.com/svn/xxx since the previous build hudson.util.IOException2: revision check failed on https://subversion.assembla.com/svn/xxx at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:196) at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:137) at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:726) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:861) at hudson.scm.SCM.checkout(SCM.java:485) at hudson.model.AbstractProject.checkout(AbstractProject.java:1276) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) at hudson.model.Run.execute(Run.java:1738) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled. svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled. at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:759) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:371) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:359) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:710) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1032) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:175) at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118) at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:184) at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45) at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:160) at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35) at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21) at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1259) at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294) at 

[JIRA] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
Alexander Dvorsky It is simple, if it annoys you, please, send a PR to solve it. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread souku...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 michael soukup commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
john little - so you are saying that you experience the same bug as me then (mentioned with the fix in 

JENKINS-21785
) "No credential to try. Authentication failed")  and not the "ISVNAuthentication provider did not provide credentials" from JENKINS-32167 as Alexander or Jörg do? 
if this is the case feel free to re-open this one and append your stack trace to make us able to look further into your problem 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread advor...@vasco.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Dvorsky edited a comment on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 Experiencing this since Wednesday after upgrade.The problem is even retry count configuration does not make it work, it simply fails 5 times in a row then...If you just run the whole Job again, it works again (if there was no change in the external)Happens after EACH change in the external /trunk/Src/Lib !!! after EACH changevery annoying...Jenkins 1.644Subversion Plugin 2.5.7 And yes Additional Credentials is set correctly...   {noformat}00:01:11.110 hudson.util.IOException2: revision check failed on http:///svn//trunk/Src/Lib00:01:11.111  at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:207)00:01:11.111  at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:137)00:01:11.111  at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:722)00:01:11.111  at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:857)00:01:11.111  at hudson.scm.SCM.checkout(SCM.java:485)00:01:11.111  at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)00:01:11.111  at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)00:01:11.111  at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)00:01:11.111  at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)00:01:11.111  at hudson.model.Run.execute(Run.java:1738)00:01:11.111  at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)00:01:11.111  at hudson.model.ResourceController.execute(ResourceController.java:98)00:01:11.111  at hudson.model.Executor.run(Executor.java:410)00:01:11.111 Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.00:01:11.111 svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.00:01:11.111  at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)00:01:11.111  at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)00:01:11.111  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:793)00:01:11.111  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:398)00:01:11.111  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:386)00:01:11.111  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:863)00:01:11.111  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:699)00:01:11.111  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:118)00:01:11.111  at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1049)00:01:11.111  at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:189)00:01:11.111  at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118)00:01:11.111  at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:184)00:01:11.111  at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45)00:01:11.111  at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:160)00:01:11.111  at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)00:01:11.111  at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)00:01:11.111  at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235)00:01:11.111  at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)00:01:11.111  at 

[JIRA] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread souku...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 michael soukup closed an issue as Duplicate 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-22078 
 
 
 
  SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 

Change By:
 
 michael soukup 
 
 
 

Status:
 
 Reopened Closed 
 
 
 

Resolution:
 
 Duplicate 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread advor...@vasco.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Dvorsky commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
maybe stupid question, but how do i send a PR and what is it ?... michael soukup you are right, the JENKINS-32167 matches exactly to my problem. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread advor...@vasco.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Dvorsky commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
i can give you parts of the config.xml if you tell which parts you are interested in, but for obvious reasons i cannot share the whole config.xml here. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread jorg.zieg...@fotonic.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jörg Ziegler commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
below a cleaned-up version 

 


  
  
  
-1
10
-1
-1
  
  false
  

  0
  0
  
mycategory
  
  true
  category
  
false
true
  


  
  

  
 -- Masked -- 
c11ff9e9-d9b6-4ff2-963d-be587e9144ae
.
infinity
false
  


  
 -- Masked -- 
c11ff9e9-d9b6-4ff2-963d-be587e9144ae
  
  
 -- Masked -- 
c11ff9e9-d9b6-4ff2-963d-be587e9144ae
  







false
false
  
  true
  false
  false
  true
  

  
  liba,libb,libc,libd,libe
  
SUCCESS
0
BLUE
true
  

  
  false
  

  PLATFORM
  
platforma
platformb
  


  label
  
mylabel
  

  
  
  -- MASKED --
  
  
  

  false
  
  

  
  
false
  

 

 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread souku...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 michael soukup commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
The bug described in this ticket (and the related ones) was resolved and confirmed by users. 
Your exception is "ISVNAuthentication provider did not provide credentials" whereas the original was "No credential to try. Authentication failed" 
see JENKINS-32167 - this is more likely related 
Thanks 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread souku...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 michael soukup commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
john little - as I stated before your issue is a different one. have a look at the jenkins-32167 issue like Jörg and Alexander. 
and maybe you can edit your trace with the code formatting (shorter and scrollable) 

 
{code:title=my Stacktrace}
... 12 more
Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:689)
... 30 more
{code}
 

 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread advor...@vasco.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Dvorsky commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
Experiencing this since Wednesday after upgrade. The problem is even retry count configuration does not make it work, it simply fails 5 times in a row then... If you just run the whole Job again, it works again (if there was no change in the external) Happens after EACH change in the external /trunk/Src/Lib !!! after EACH change very annoying... 
Jenkins 1.644 Subversion Plugin 2.5.7 

 
00:01:11.110 hudson.util.IOException2: revision check failed on http:///svn//trunk/Src/Lib
00:01:11.111 	at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:207)
00:01:11.111 	at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:137)
00:01:11.111 	at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:722)
00:01:11.111 	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:857)
00:01:11.111 	at hudson.scm.SCM.checkout(SCM.java:485)
00:01:11.111 	at hudson.model.AbstractProject.checkout(AbstractProject.java:1276)
00:01:11.111 	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
00:01:11.111 	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
00:01:11.111 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
00:01:11.111 	at hudson.model.Run.execute(Run.java:1738)
00:01:11.111 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
00:01:11.111 	at hudson.model.ResourceController.execute(ResourceController.java:98)
00:01:11.111 	at hudson.model.Executor.run(Executor.java:410)
00:01:11.111 Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.
00:01:11.111 svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.
00:01:11.111 	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)
00:01:11.111 	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
00:01:11.111 	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:793)
00:01:11.111 	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:398)
00:01:11.111 	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:386)
00:01:11.111 	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:863)
00:01:11.111 	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:699)
00:01:11.111 	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:118)
00:01:11.111 	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1049)
00:01:11.111 	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:189)
00:01:11.111 	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118)
00:01:11.111 	at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:184)
00:01:11.111 	at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45)
00:01:11.111 	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:160)
00:01:11.111 	at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
00:01:11.111 	at 

[JIRA] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
Jörg Ziegler Could you provide the config.xml of your job? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread advor...@vasco.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Dvorsky edited a comment on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 i can give you parts of the config.xml if you tell which parts you are interested in, but for obvious reasons i cannot share the whole config.xml here. after a bit more research actually JENKINS-22199 seems exactly what is happening again... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread souku...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 michael soukup commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
if your message is "ISVNAuthentication provider did not provide credentials" then JENKINS-32167 is your issue 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-15 Thread souku...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 michael soukup commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
john little - sorry I saw that you already contributed to the other bug entry 
just ignore me here... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-13 Thread jorg.zieg...@fotonic.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jörg Ziegler commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
Manuel Jesús Recena Soto - find below a full console log (masked).  
I can reproduce the problem on multiple projects. All projects use multiple externals from (a) the same and (b) different repositories, at least 4 up to 11 externals. For us it's even worse since we're using multi-configuration projects on slaves so the project will fail at least two times - first for the checkout on the coordinator, second or more for the first checkout on the build slaves...  
The problem occured pretty much out of the blue after I upgraded to 1625.3. I already tried to downgrade again but no help.  
Thanks for looking into it! 

 
Started by user anonymous
[EnvInject] - Loading node environment variables.
Building remotely on slave1 (python perl git cmake cygwin vs2013) in workspace c:\jenkins\workspace\
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cleaning local Directory .
Checking out https:// at revision '2016-01-12T18:04:29.787 +0100'
A 
A 
A 
A 
A 
A 
A 
A 
 U
Fetching 'https://' at -1 into 'c:\jenkins\workspace\
A 
A 
At revision 66

Fetching 'https://' at -1 into 'c:\jenkins\workspace\
A 
A 
A 
At revision 956

Fetching 'https://' at -1 into 'c:\jenkins\workspace\
A 
A 
A 
At revision 956

Fetching 'https://' at -1 into 'c:\jenkins\workspace\
A 
A 
A 
AU
A 
AU
AU
AU
AU
AU
A 
A 
A 
A 
At revision 956

Fetching 'https://' at -1 into 'c:\jenkins\workspace\
A 
A 
A 
AU
A 
AU
AU
AU
AU
AU
A 
A 
At revision 956

Fetching 'https://' at -1 into 'c:\jenkins\workspace\
A 
A 
A 
A 
AU
A 
AU
AU
AU
AU
A 
A 
A 
A 
A 
A 
At revision 956

Fetching 'https://' at -1 into 'c:\jenkins\workspace\'
A 
A 
A 
A 
A 
A 
AU
AU
AU
AU
AU
A 
A 
A 
A 
A 
A 
A 
At revision 956

Fetching 'https://' at -1 into 'c:\jenkins\workspace\
A 
A 
A 
A 
A 
A 
A 
A 
A 
AU
A 
A 
AU
A 
A 
A 
AU
A 
AU
AU
AU
AU
A 
A 
A 
AU
A 
AU
AU
AU
AU
A 
A 
AU
AU
AU
AU
AU
AU
AU
AU
AU
A 
AU
AU
AU
AU
AU
A 
A 
A 
AU
AU
AU
AU
A 
AU
AU
AU
AU
AU
AU
A 
A 
A 
A 
A 
A 
A 
At revision 4694

Fetching 'https://' at -1 into 'c:\jenkins\workspace\
A 
A 
A 
AU
A 
A 
AU
A 
A 
A 
A 
A 
AU
A 
A 
A 
A 
At revision 956

Fetching 'https://' at -1 into 'c:\jenkins\workspace\
A 
A 
A 
A 
A 
A 

[JIRA] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-13 Thread john.v.lit...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 john little commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
FYI, we have the same issue, but on Ubuntu 14.1 We always have to build twice - the first time always fails with this message. We added the "additional Credentials" realm stuff - this did not help. we have a single repo with a number of sub project trunks. we have an externals definition which pulls in the required sub projects (from the same repo). Jenkins 1.638 subversion plugin 2.5.4. I have just seen there are updates available, I will try this. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-12 Thread jorg.zieg...@fotonic.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jörg Ziegler reopened an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Tried all permutations of version (Jenkins LTS and Subversion plugin), I perused other applicable issues - 

JENKINS-27084
 - 

JENKINS-26440
 however the behavior stays unchanged:  
After an SVN change, the first build fails caused by a failure to check the revision of an external, successive builds succeed.  
The authentication/credentials are defined in the project configuration.  
The workspace is being wiped clear before the build. Jenkins is started with the option (in jenkins.xml): -Xrs -Djava.net.preferIPv4Stack=true -Dhudson.DNSMultiCast.disabled=true -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Dhudson.matrix.MatrixConfiguration.useShortWorkspaceName=true -Dsvnkit.http.methods=Basic,NTLM,Negotiate,Digest -jar "%JENKINS_HOME%\jenkins.war"  --httpPort=80  
Windows 7, VisualSVN 2.1.7, Jenkins LTS 1.625.2, SVN plugin 2.5.7  
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-22078 
 
 
 
  SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jörg Ziegler 
 
 
 

Resolution:
 
 Duplicate 
 
 
 

Status:
 
 Resolved Reopened 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  

[JIRA] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-12 Thread jorg.zieg...@fotonic.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jörg Ziegler edited a comment on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 Tried all permutations of version (Jenkins LTS and Subversion plugin), I perused other applicable issues - JENKINS-27084 - JENKINS-26440 however the behavior stays unchanged: After an SVN change, the first build fails caused by a failure to check the revision of an external, successive builds succeed. The authentication/credentials are defined in the project configuration. The workspace is being wiped clear before the build. Jenkins is started with the option (in jenkins.xml): -Xrs -Djava.net.preferIPv4Stack=true -Dhudson.DNSMultiCast.disabled=true -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Dhudson.matrix.MatrixConfiguration.useShortWorkspaceName=true -Dsvnkit.http.methods=Basic,NTLM,Negotiate,Digest -jar "%JENKINS_HOME%\jenkins.war" --httpPort=80 Windows 7, VisualSVN 2.1.7, Jenkins LTS 1.625.2, SVN plugin 2.5.7    Stack trace below:{noformat}11:25:10 hudson.util.IOException2: revision check failed on https:///svn///trunk11:25:10  at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:207)11:25:10  at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:137)11:25:10  at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:722)11:25:10  at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:857)11:25:10  at hudson.scm.SCM.checkout(SCM.java:485)11:25:10  at hudson.model.AbstractProject.checkout(AbstractProject.java:1275)11:25:10  at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610)11:25:10  at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)11:25:10  at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532)11:25:10  at hudson.model.Run.execute(Run.java:1741)11:25:10  at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)11:25:10  at hudson.model.ResourceController.execute(ResourceController.java:98)11:25:10  at hudson.model.Executor.run(Executor.java:408)11:25:10 Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.11:25:10 svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.11:25:10  at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)11:25:10  at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:793)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:398)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:386)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:863)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:699)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:118)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1049)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:189)11:25:10  at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118)11:25:10  at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:184)11:25:10  at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45)11:25:10  at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:160)11:25:10  at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)11:25:10  at 

[JIRA] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-12 Thread jorg.zieg...@fotonic.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jörg Ziegler edited a comment on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 Tried all permutations of version (Jenkins LTS and Subversion plugin), I perused other applicable issues - JENKINS-27084 - JENKINS-26440 however the behavior stays unchanged: After an SVN change, the first build fails caused by a failure to check the revision of an external, successive builds succeed. The authentication/credentials are defined in the project configuration. The workspace is being wiped clear before the build. Jenkins is started with the option (in jenkins.xml): -Xrs -Djava.net.preferIPv4Stack=true -Dhudson.DNSMultiCast.disabled=true -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Dhudson.matrix.MatrixConfiguration.useShortWorkspaceName=true -Dsvnkit.http.methods=Basic,NTLM,Negotiate,Digest -jar "%JENKINS_HOME%\jenkins.war" --httpPort=80 Windows 7, VisualSVN 2.1.7, Jenkins LTS 1.625.2, SVN plugin 2.5.7 Stack trace below:{noformat}11:25:10 hudson.util.IOException2: revision check failed on https:///svn///trunk11:25:10  at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:207)11:25:10  at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:137)11:25:10  at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:722)11:25:10  at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:857)11:25:10  at hudson.scm.SCM.checkout(SCM.java:485)11:25:10  at hudson.model.AbstractProject.checkout(AbstractProject.java:1275)11:25:10  at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610)11:25:10  at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)11:25:10  at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532)11:25:10  at hudson.model.Run.execute(Run.java:1741)11:25:10  at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)11:25:10  at hudson.model.ResourceController.execute(ResourceController.java:98)11:25:10  at hudson.model.Executor.run(Executor.java:408)11:25:10 Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.11:25:10 svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.11:25:10  at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)11:25:10  at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:793)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:398)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:386)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:863)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:699)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:118)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1049)11:25:10  at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:189)11:25:10  at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118)11:25:10  at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:184)11:25:10  at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45)11:25:10  at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:160)11:25:10  at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)11:25:10  at 

[JIRA] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-12 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
Jörg Ziegler Could you provide a console output? For me it is difficult to reproduce the environment because I don't use Windows... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2016-01-07 Thread jorg.zieg...@fotonic.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jörg Ziegler commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
+1 - we are seeing the exact same issue as john little using jenkins 1625.3(LTS) with plugin version 2.5.6 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2015-12-10 Thread john.v.lit...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 john little commented on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 
I have the same issue, it is not solved for us. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2015-12-10 Thread john.v.lit...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 john little edited a comment on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 I have the same issue, it is not solved for us (brand new installation, settup credentials as directed). The issue only happens if some files were updated. It updates everything correctly, then fails with this error. Then I run the build again, and it works. So we have a flip flop between build which works,  the  then  one which doesnt, then one which does etc.  We need some way to always run the build twice! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [credentials-plugin] (JENKINS-22078) SVN fails revision check for external subprojects

2015-12-10 Thread john.v.lit...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 john little edited a comment on  JENKINS-22078 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: SVN fails revision check for external subprojects  
 
 
 
 
 
 
 
 
 
 I have the same issue, it is not solved for us  (brand new installation, settup credentials as directed) .  The issue only happens if some files were updated. It updates everything correctly, then fails with this error. Then I run the build again, and it works. So we have a flip flop between build which works, the one which doesnt, then one which does etc.  We need some way to always run the build twice! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.