This gist details the following:
- Converting a Subversion (SVN) repository into a Git repository
- Purging the resultant Git repository of large files
- Retrieve a list of SVN commit usernames
| using System; | |
| using System.Diagnostics; | |
| using System.Linq; | |
| using Newtonsoft.Json.Linq; | |
| using Octokit.Helpers; | |
| using Utility; | |
| namespace GitHub.Models | |
| { | |
| /// <summary> |
This gist details the following:
Update: please note that I have since switched to using a set of bash scripts instead of poluting the Git repository with git svn.
Author: Kaspars Dambis
kaspars.net / @konstruktors