Bug 59242 - webkit-patch should only prompt for password when using git-svn and username is cached
Summary: webkit-patch should only prompt for password when using git-svn and username ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 59245
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-22 14:59 PDT by Daniel Bates
Modified: 2011-06-24 10:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-04-22 14:59:19 PDT
Following the patches for bug #31500, we prompt for both a username and password whenever there is a missing SVN authorization file (i.e. first time commit) or the authorization file contains neither the password nor passtype keyword (*). When the authorization file exists then it will contain the username used in the first successful commit. So, when we detect that the authorization file exists and doesn't contain a password then we should only prompt for the password.

(*) This can occur when a person explicitly sets store-passwords = no and doesn't specify a value for password-stores in ~/.subversion/config. Then SVN will only cache usernames.
Comment 1 Eric Seidel (no email) 2011-06-24 10:00:45 PDT
Is this still an issue?