[PATCH] D66840: docs/DeveloperPolicy: Add instructions for requesting GitHub commit access

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 23:05:45 PDT 2019


mehdi_amini added a comment.

I think this would be useful to have in?



================
Comment at: llvm/docs/DeveloperPolicy.rst:415
+  echo "$SVN_USERNAME:$GITHUB_USERNAME" >> trunk/github-usernames.txt
+  svn commit -m "Request commit access for $SVN_USERNAME"
+
----------------
xbolva00 wrote:
> 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
> 
ping?


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