[JIRA] [subversion-plugin] (JENKINS-31385) Additional logs when using svn:externals is used and SVNCancelException is thrown

11 views
Skip to first unread message

fbelzunc@gmail.com (JIRA)

unread,
Nov 4, 2015, 4:35:03 AM11/4/15
to jenkinsc...@googlegroups.com
Félix Belzunce Arcos created an issue
 
Jenkins / Improvement JENKINS-31385
Additional logs when using svn:externals is used and SVNCancelException is thrown
Issue Type: Improvement Improvement
Assignee: Félix Belzunce Arcos
Components: subversion-plugin
Created: 04/Nov/15 9:34 AM
Priority: Minor Minor
Reporter: Félix Belzunce Arcos

If svn:externals is used and the user has not configured Additional Credentials then SVNCancelException is thrown. A lot of times subversion users don't know they need to configure the external credentials on Additional Credentials section, so it might be a good idea to catch this exception and provide some user-friendly information.

2015-11-03 08:51:12.491+0100 [id=23]	WARNING	h.s.SubversionRepositoryStatus$JobTriggerListenerImpl#onNotify: Failed to handle Subversion commit notification
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:6
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

fbelzunc@gmail.com (JIRA)

unread,
Nov 4, 2015, 4:36:01 AM11/4/15
to jenkinsc...@googlegroups.com
Félix Belzunce Arcos started work on Improvement JENKINS-31385
 
Change By: Félix Belzunce Arcos
Status: Open In Progress

fbelzunc@gmail.com (JIRA)

unread,
Nov 4, 2015, 4:57:01 AM11/4/15
to jenkinsc...@googlegroups.com

recena@gmail.com (JIRA)

unread,
Dec 17, 2015, 1:53:01 PM12/17/15
to jenkinsc...@googlegroups.com
Manuel Jesús Recena Soto updated an issue
Change By: Manuel Jesús Recena Soto
If   {{   svn:externals }}  is used and the user has not configured Additional Credentials then SVNCancelException is thrown. A lot of times subversion users don't know they need to configure the external credentials on Additional Credentials section, so it might be a good idea to catch this exception and provide some user-friendly information.


{code:java}

2015-11-03 08:51:12.491+0100 [id=23] WARNING h.s.SubversionRepositoryStatus$JobTriggerListenerImpl#onNotify: Failed to handle Subversion commit notification
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:6
{code}

recena@gmail.com (JIRA)

unread,
Dec 17, 2015, 1:54:02 PM12/17/15
to jenkinsc...@googlegroups.com

recena@gmail.com (JIRA)

unread,
Dec 17, 2015, 1:54:03 PM12/17/15
to jenkinsc...@googlegroups.com
Manuel Jesús Recena Soto updated an issue
If  {{svn:externals}} is used and the user has not configured Additional Credentials then  {{  SVNCancelException }}  is thrown. A lot of times subversion users don't know they need to configure the external credentials on Additional Credentials section, so it might be a good idea to catch this exception and provide some user-friendly information.



{code:java}
2015-11-03 08:51:12.491+0100 [id=23] WARNING h.s.SubversionRepositoryStatus$JobTriggerListenerImpl#onNotify: Failed to handle Subversion commit notification
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:6
{code}

recena@gmail.com (JIRA)

unread,
Dec 17, 2015, 1:56:03 PM12/17/15
to jenkinsc...@googlegroups.com

scm_issue_link@java.net (JIRA)

unread,
Dec 17, 2015, 1:56:05 PM12/17/15
to jenkinsc...@googlegroups.com
SCM/JIRA link daemon commented on Improvement JENKINS-31385
 
Re: Additional logs when using svn:externals is used and SVNCancelException is thrown

Code changed in jenkins
User: Manuel Recena
Path:
src/main/java/hudson/scm/SubversionRepositoryStatus.java
http://jenkins-ci.org/commit/subversion-plugin/0e3dc5e98138c066a0b38c99702f7d25ebe19f8e
Log:
Merge pull request #144 from fbelzunc/

JENKINS-31385

[FIXED JENKINS-31385] Additional logs when using svn:externals is used and SVNCancelException is thrown

Compare: https://github.com/jenkinsci/subversion-plugin/compare/d66d0565484b...0e3dc5e98138

Reply all
Reply to author
Forward
0 new messages