To get the credentials saved, simply log on using the account that Jenkins runs under, and then do any svn operation that requires credentials (specifying --username if required, and making sure you DON'T specify --non-interactive) - a checkout or commit, and respond that you want the credentials saved.
First, look in ~/.subversion/auth/svn.simple, and delete any files that have a username, but no password.
Matthew
--
This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
1.28.
> To get the credentials saved, simply log on using the account that
> Jenkins runs under, and then do any svn operation that requires
> credentials (specifying --username if required, and making sure you
> DON'T specify --non-interactive) - a checkout or commit, and respond
> that you want the credentials saved.
I can't seem to get myself to 'be' that user. sudo su - tomcat55 just
returns back to myself. However, I was able to go to Hudson->Configure
project, er jenkins... whatever), click on teh [?] next to SVN repo, and
buried in there is a link for specifying new credentials. I'll that now.
> First, look in ~/.subversion/auth/svn.simple, and delete any files that have a username, but no password.
I deleted a long hex-named file from there.
I'll let folks know how it works.
-d