[ET Trac] [Einstein Toolkit] #752: GetComponents hangs when "svn info" reports a certificate warning

Einstein Toolkit trac-noreply at einsteintoolkit.org
Thu Feb 9 07:01:44 CST 2012


#752: GetComponents hangs when "svn info" reports a certificate warning
---------------------------+------------------------------------------------
 Reporter:  hinder         |       Owner:  eric9
     Type:  defect         |      Status:  new  
 Priority:  major          |   Milestone:       
Component:  GetComponents  |     Version:       
 Keywords:                 |  
---------------------------+------------------------------------------------
 This is similar to, but not the same as, #135.  The problem is that
 GetComponents runs "svn info" on a repository with https where SVN thinks
 the certificate is not valid:

 {{{
 MacBook-2:manifest (master) $ svn info --username hinder
 https://svn.cactuscode.org/arrangements/CactusNumerical/MoL/device
 Error validating server certificate for 'https://svn.cactuscode.org:443':
  - The certificate is not issued by a trusted authority. Use the
    fingerprint to validate the certificate manually!
 Certificate information:
  - Hostname: svn.cactuscode.org
  - Valid: from Thu, 05 Jan 2012 21:31:52 GMT until Fri, 04 Jan 2013
 21:31:52 GMT
  - Issuer: lsu, edu
  - Fingerprint:
 d1:ea:8a:9a:a8:7d:a5:15:7a:56:22:27:99:30:96:d7:e4:38:0e:53
 (R)eject, accept (t)emporarily or accept (p)ermanently?
 }}}

 This causes GetComponents to hang permanently with no indication of what
 is wrong.  The solution to #135 was to add --non-interactive to the "svn
 update" command, and "svn info" also supports such an option.  Should it
 be added here as well?

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/752>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list