[PATCH] D66840: docs/DeveloperPolicy: Add instructions for requesting GitHub commit access
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 00:02:15 PDT 2019
mehdi_amini 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"
+
----------------
xbolva00 wrote:
> 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?
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.
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