Bug 214983 - webkitpy: If LC_ALL is set to a empty string, svn doesn't use the password store
Summary: webkitpy: If LC_ALL is set to a empty string, svn doesn't use the password store
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-30 12:57 PDT by Fujii Hironori
Modified: 2023-07-30 23:27 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.86 KB, patch)
2020-07-30 13:08 PDT, Fujii Hironori
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2020-07-30 12:57:19 PDT
If LC_ALL is set to a empty string, svn doesn't use the password store in my environment.

I'm using svn with gpg-agent on Ubuntu 20.04
svn version 1.13.0 (r1867053)
gpg-agent (GnuPG) 2.2.19

r101274 (Bug 68691) has set LC_ALL to a empty string.

If I invoke 'svn ci' on terminal, svn askes gpg-agent my password as expected,
but if I invoke 'LC_ALL= svn ci', svn askes my password by itself.
Comment 1 Fujii Hironori 2020-07-30 13:08:17 PDT
Created attachment 405601 [details]
Patch
Comment 2 Darin Adler 2020-07-30 13:50:40 PDT
Comment on attachment 405601 [details]
Patch

Looks great to me, but I am not sure why we had it set to empty string before.
Comment 3 Fujii Hironori 2020-07-30 18:14:29 PDT
Committed r265124: <https://trac.webkit.org/changeset/265124>
Comment 4 Radar WebKit Bug Importer 2020-07-30 18:15:29 PDT
<rdar://problem/66357693>
Comment 5 Fujii Hironori 2020-07-30 18:19:16 PDT
Thank you for the review. I don't know the reason.

ios-wk2 testing EWS bot is sick today. Apple devs are working on <rdar://problem/58089873>.