Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/docs/DeveloperPolicy.rst | ||
---|---|---|
415 | Needs "cd trunk/" before svn commit, otherwise ~/TMP/tmp-llvm-svn$ svn commit -m " ... " |
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!
llvm/docs/DeveloperPolicy.rst | ||
---|---|---|
415 | ping what? |
llvm/docs/DeveloperPolicy.rst | ||
---|---|---|
415 | Nevermind, it seems it has been fixed already. I probably had an old diff I was looking at, since I hit the same issue locally. |
Problem solved, by 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.
Needs "cd trunk/" before svn commit, otherwise
~/TMP/tmp-llvm-svn$ svn commit -m " ... "
svn: E155007: '/home/xbolva00/TMP/tmp-llvm-svn' is not a working copy