[PATCH] D66840: docs/DeveloperPolicy: Add instructions for requesting GitHub commit access
Tony Jiang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 04:58:11 PDT 2019
jtony added a comment.
In D66840#1702109 <https://reviews.llvm.org/D66840#1702109>, @jtony wrote:
> I am not able to run the last step successfully. Initially, I thought it's because I used wrong password. So I sent another new password hash to Chris Lattner to update it. He updated the password hash for me. When I used the new password to run `svn commit -m "Request commit access for jtony"` still failed. Anyway know why? Thanks!
Problem solved, but explicitly specify username and password when commiting (not wait until prompt the password enter)
svn commit -m "Request commit access for jtony" --username=jtony --password=$PASSWORD
Sending github-usernames.txt
Transmitting file data .
Committed revision 375223.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66840/new/
https://reviews.llvm.org/D66840
More information about the llvm-commits
mailing list