systems:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
systems:git [2013/05/13 08:25] – Fix URL johannessystems:git [2021/04/06 08:06] (current) – rename master to main sergey
Line 18: Line 18:
     - git init reponame     - git init reponame
     - cd reponame     - cd reponame
-    - svn2git --verbose --authors /path/to/authors.map http://svn.php.net/repository/pecl/package+    - svn2git %%--verbose%% %%--authors%% /path/to/authors.map http://svn.php.net/repository/pecl/package
     - The authors.map is in the gitolite-admin.git repo.       - The authors.map is in the gitolite-admin.git repo.  
     - Push it to the newly created repository.     - Push it to the newly created repository.
-      - git push --all https://git.php.net/push/REPONAME +      - git push %%--all%% https://git.php.net/push/REPONAME 
-      - git push --tags https://git.php.net/push/REPONAME+      - git push %%--tags%% https://git.php.net/push/REPONAME
     - Make sure all branches are pushed     - Make sure all branches are pushed
   - Add the appropriate //hooks.mailinglist// config variable   - Add the appropriate //hooks.mailinglist// config variable
     - Do that **AFTER** you pushed the initial repository or people will hate you.     - Do that **AFTER** you pushed the initial repository or people will hate you.
   - Rename <REPO> to <REPO>.git in the //global_avail// file in SVNROOT.   - Rename <REPO> to <REPO>.git in the //global_avail// file in SVNROOT.
-  - A GitHub repository should be created by an "owner" of the PHP-GitHub project using https://master.php.net/manage/github.php+  - A GitHub repository should be created by an "owner" of the PHP-GitHub project using https://main.php.net/manage/github.php
  
 karma & co is going to be installed automatically. If you have problem call dsp@php.net. karma & co is going to be installed automatically. If you have problem call dsp@php.net.
systems/git.1368433538.txt.gz · Last modified: 2017/09/22 13:28 (external edit)