File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -396,6 +396,26 @@ to do so.
396
396
397
397
.. _discuss the change/gather consensus :
398
398
399
+ Obtaining Commit Access to the GitHub Repository
400
+ ------------------------------------------------
401
+ We are currently in the process of migrating the project's source code from SVN
402
+ to a git repository on GitHub. We are maintaining a file in SVN to map
403
+ SVN usernames to GitHub usernames, so we can automatically grant access to
404
+ existing committers when we complete the migration to GitHub. In order to
405
+ request commit access, check out the github-usernames.txt file in meta/trunk and
406
+ add a line in the form of $SVN_USERNAME:$GITHUB_USERNAME and commit it. For
407
+ example:
408
+
409
+ .. code :: console
410
+
411
+ mkdir tmp-llvm-svn
412
+ cd tmp-llvm-svn
413
+ svn co https://[email protected] /svn/llvm-project/meta/trunk
414
+ echo "$SVN_USERNAME:$GITHUB_USERNAME" >> trunk/github-usernames.txt
415
+ cd trunk
416
+ svn commit -m "Request commit access for $SVN_USERNAME"
417
+
418
+
399
419
Making a Major Change
400
420
---------------------
401
421
You can’t perform that action at this time.
0 commit comments