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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 14:11:29 PDT 2019


xbolva00 added inline comments.


================
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"
+
----------------
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



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