[issue2759] svn subrepos checkout stalls on interactive prompting from subversion

Philip Jenvey bugs at mercurial.selenic.com
Sat Apr 9 01:53:55 UTC 2011


New submission from Philip Jenvey <pjenvey at underboss.org>:

svn can prompt the user in some situations, like when checking out a 
repository from an https server with an invalid certificate.

E.g.
Error validating server certificate: 
 - Unknown certificate issuer 
 - Certificate has expired 
... 
(R)eject, accept (t)emporarily or accept (p)ermanently? p 
Authentication realm: .. 
Password for 'root' 
Authentication realm: .. 
Username: repuser 
Password for 'repuser': 
Error validating server certificate: 
 - Unknown certificate issuer 
 - Certificate has expired 
(R)eject, accept (t)emporarily or accept (p)ermanently? p 

The subrepo support needs to either detect situations like this, or run 
subversion with --non-interactive (--trust-server-cert might also be 
required in this situation too, I'm not sure yet, more testing is required).

----------
messages: 16031
nosy: pjenvey
priority: bug
status: unread
title: svn subrepos checkout stalls on interactive prompting from subversion
topic: subrepo

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2759>
____________________________________________________


More information about the Mercurial-devel mailing list