-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Windows XP.
I have an SVN repository that I want to access via https username/password authentication. This repository contains some source files and a build.xml file that invokes svn as executable:
<exec executable="svn" dir="${project.SrcDir}" output="${project.ScratchReportDir}/statsvn/svn-log.xml" searchpath="true" >
<arg line="log --xml --verbose" />
</exec>
1) I configure the Hudson job and provide the (user/passwd) authentication data for the repository via <hostname>/hudson/scm/SubversionSCM/enterCredential.
2) I start the job, code is checked out into the workspace, but authentication fails on exec svn from the build.xml.
3) When I check the folder ...\<username>\Application Data\Subversion\auth, I notice there is no saved authentication data.
4) Now, when I manually do a svn update on the Hudson workspace (using e.g. TortoiseSVN), authentication data is stored under ...\<username>\Application Data\Subversion\auth.
5) I again start the job, and now the job completes successfully.
So Hudson and/or SVNKit does not store the authentication data under ...\<username>\Application Data\Subversion\auth.
Is this a bug in Hudson or SVNKit?
- duplicates
-
JENKINS-3338 need to share svnauth information
-
- Open
-
[JENKINS-6360] Authentication credentials not stored in Windows folder ...\Application Data\Subversion\auth
Link | New: This issue duplicates JENKINS-3338 [ JENKINS-3338 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 136455 ] | New: JNJira + In-Review [ 204048 ] |