Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdboyer/drupalorg-git
the official scripts used to migrate drupal.org's CVS repository to git
https://github.com/sdboyer/drupalorg-git
Last synced: about 1 month ago
JSON representation
the official scripts used to migrate drupal.org's CVS repository to git
- Host: GitHub
- URL: https://github.com/sdboyer/drupalorg-git
- Owner: sdboyer
- Created: 2010-02-17T00:03:28.000Z (almost 15 years ago)
- Default Branch: import-all-staging
- Last Pushed: 2011-02-25T08:35:33.000Z (almost 14 years ago)
- Last Synced: 2023-04-11T19:34:39.558Z (over 1 year ago)
- Language: PHP
- Homepage: http://git.drupalcode.org
- Size: 4.73 MB
- Stars: 17
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is the official set of scripts used to migrate the Drupal.org CVS
repositories into git. Running import-all.sh will migrate the entirety of
the designated local Drupal CVS mirror into an output directory that conforms
to the repository layout we have settled on.We utilize a modified version of cvs2svn in order to kill keywords, which
confound the history and make merges difficult. Hence the included patchfile;
note that the patch cvs2svn-2.3.0.patch must be applied to
cvs_revision_manager.py in your cvs2svn_lib directory. You may need to run
`find / -name cvs_revision_manager.py` to find this file if you installed it
using your distro's package manager.