[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
Wed Oct 9 23:14:49 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"
+
----------------
mehdi_amini wrote:
> 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?
ping what?


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