├── CHANGELOG.txt ├── LICENSE.txt ├── README.txt ├── fetch-svn-authors.sh ├── git-svn-migrate.sh ├── sample-repository-list.txt └── svn-lookup-author.sh /CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnAlbin/git-svn-migrate/HEAD/CHANGELOG.txt -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnAlbin/git-svn-migrate/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnAlbin/git-svn-migrate/HEAD/README.txt -------------------------------------------------------------------------------- /fetch-svn-authors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnAlbin/git-svn-migrate/HEAD/fetch-svn-authors.sh -------------------------------------------------------------------------------- /git-svn-migrate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnAlbin/git-svn-migrate/HEAD/git-svn-migrate.sh -------------------------------------------------------------------------------- /sample-repository-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnAlbin/git-svn-migrate/HEAD/sample-repository-list.txt -------------------------------------------------------------------------------- /svn-lookup-author.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnAlbin/git-svn-migrate/HEAD/svn-lookup-author.sh --------------------------------------------------------------------------------