Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenharman/git-svn-import
a few scripts & tips I've used to migrate SVN repos to Git
https://github.com/stevenharman/git-svn-import
Last synced: 1 day ago
JSON representation
a few scripts & tips I've used to migrate SVN repos to Git
- Host: GitHub
- URL: https://github.com/stevenharman/git-svn-import
- Owner: stevenharman
- Created: 2010-08-13T18:52:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-02-08T16:47:16.000Z (almost 12 years ago)
- Last Synced: 2025-01-03T03:10:44.209Z (12 days ago)
- Language: Shell
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Scripts & Tips I've used to successfully migrate from SVN to Git
## Usage
[`git-svn-import.sh`](git-svn-clone-externals.sh)
is the heart of this beast. Therein you'll find a handful of `git` sub-commands
that can be used to import your SVN repositories. It helps to think of that file
as a recipe for how you might do your own import, filling in your details as
needed.If you're up for, I'd love to make it more automated...
## Contributing
Please, fork and improve them as you see fit!
Enjoy,
-steven