[kepler-dev] [Bug 5342] ant update hangs if the svn certificate changes (and possibly always hangs the first time)
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Wed Aug 3 10:20:54 PDT 2011
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5342
--- Comment #4 from Daniel Crawl <crawl at sdsc.edu> 2011-08-03 10:20:54 PDT ---
I cleaned out ~/.subversion/auth/*, but svn does not re-save the certificate. I
also set store-auth-creds = yes in both ~/.subversion/{config,servers}. I
remember being prompted in the past to save the certificate, but cannot get svn
to do that now.
I am using svn 1.6.16 on my mac. I also have the same behavior on svn 1.6.17 on
linux.
Which version of svn do you have?
I noticed svn has:
--trust-server-cert : accept unknown SSL server certificates without
prompting (but only with '--non-interactive')
If your svn has this option, does it accept the new certificate without
prompting?
svn --trust-server-cert --non-interactive update build-area
If this works, we could add these options to the build system. A disadvantage
then is that the build system will blindly accept any certificate.
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Kepler-dev
mailing list