[Webkit-unassigned] [Bug 31500] webkit-patch land hangs if svn prompts for credentials

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 2 16:22:21 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=31500





--- Comment #8 from Eric Seidel <eric at webkit.org>  2010-06-02 16:22:19 PST ---
git svn dcommit uses svn (and thus the same cache) under the covers.  So it would be possible to fix this by checking SVN.has_authorization_for_realm() before calling commit and then passing --non-interactive to svn.  Git would still hang if the cached credentials are wrong, but that's much less common that first-run. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list