mirror of
https://github.com/php/karma.git
synced 2026-03-24 01:02:15 +01:00
29 lines
670 B
Plaintext
29 lines
670 B
Plaintext
The git repositories at git.php.net are handled by gitolite.
|
|
|
|
Import Steps:
|
|
|
|
* Deny write access in SVN. Edit SVNROOT/pre-commit
|
|
* Import repository from SVN using svn2git.
|
|
* Change the repo name in global_avail
|
|
|
|
New Repository:
|
|
|
|
* Clone git.php.net:gitolite-admin.git
|
|
* Edit conf/gitolite.conf
|
|
- add your repository to @public, or @web
|
|
* Create the repository on gitweb with the same name.
|
|
* Commit
|
|
* Push
|
|
* Test it
|
|
|
|
For Webstuff:
|
|
|
|
* replace svn checkout on rsync with git checkout
|
|
* edit update-mirrors in systems.git
|
|
|
|
Mirroring
|
|
---------
|
|
* Mirroring is done by a post-receive hook
|
|
https://github.com/miracle2k/gitolite-simple-mirror
|
|
|