https://github.com/mohanarpit/svn-git-utility
This utility enables migrating SVN repositories to Git
https://github.com/mohanarpit/svn-git-utility
Last synced: over 1 year ago
JSON representation
This utility enables migrating SVN repositories to Git
- Host: GitHub
- URL: https://github.com/mohanarpit/svn-git-utility
- Owner: mohanarpit
- Created: 2016-07-25T21:22:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T03:31:56.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T00:44:52.407Z (over 1 year ago)
- Language: Go
- Size: 3.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVN GIT Migration Utility
This SVN -> Git migration utility is a clone of the one already available [here](https://www.atlassian.com/git/tutorials/svn-to-git-prepping-your-team-migration)
### Commands:
* verify: This command verifies if the required tools like git & svn are installed and at the latest version
* authors: This command prints the list of authors in the SVN repo to a file
* -domain: This is the domain of your company.
The email IDs will be printed according to this domain. _Default_: foo.com
* -repo: The absolute location of the SVN repo on the local filesystem. _Default_: /home/svn/repo
* -filename: The filename to which the authors list will be printed. _Default_: foo.com