Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuchan/svn2git
transmit your project from svn to git.
https://github.com/yuchan/svn2git
Last synced: 4 days ago
JSON representation
transmit your project from svn to git.
- Host: GitHub
- URL: https://github.com/yuchan/svn2git
- Owner: yuchan
- Created: 2014-07-03T12:38:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T11:52:40.000Z (over 10 years ago)
- Last Synced: 2024-11-09T13:40:35.406Z (about 2 months ago)
- Language: Perl
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SVN2GIT
=============Prerequisite
-------------## On OS X Marvericks(Mountain Lion), `git svn` is broken.
You should prepare perl module, referencing the following page.
[link](http://blog.victorquinn.com/fix-git-svn-in-mountain-lion)Mac OS X 10.9:
$ sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/SVN /System/Library/Perl/Extras/5.16/SVN
$ sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.16/darwin-thread-multi-2level/auto/SVN/ /System/Library/Perl/Extras/5.16/auto/SVNMac OS X 10.8:
$ sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.12/darwin-thread-multi-2level/SVN /System/Library/Perl/Extras/5.12/SVN
$ sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.12/darwin-thread-multi-2level/auto/SVN/ /System/Library/Perl/Extras/5.12/auto/SVN## Git Remote Repository wheret every developer can access.
push to remote repo:
$ git remote add origin [email protected]:${myproject}.git
$ git push --all
$ git push --tagsUsage
-------------$ ./svn2git.bash
* svn2git.bash generates the project directory in the same place as itself.