Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

a few scripts & tips I've used to migrate SVN repos to Git

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