Skip to content

Scripts to migrate from Kiln to GitHub preserving history and mapping committers

License

Notifications You must be signed in to change notification settings

luigiberrettini/Kiln-to-GitHubCom-or-BitbucketServer

Repository files navigation

Kiln-to-GitHubCom-or-BitbucketServer

MigrationId='0001'
GitHubOrBitbucketTeamName='TeamName'

workDir=/git_mig
cp -pr $workDir/migrations/template_2migrate.txt $workDir/migrations/${MigrationId}_2migrate_${GitHubOrBitbucketTeamName}.txt
cp -pr $workDir/migrate_with_parameters/template_mwp.sh $workDir/migrations/mwp_${MigrationId}.sh
chmod +x $workDir/migrate_with_parameters/mwp_*.sh

vi $workDir/migrations/${MigrationId}_2migrate_${GitHubOrBitbucketTeamName}.txt
# (UNIX EOL!!! and empty line at the end of the file)

vi $workDir/migrations/mwp_${MigrationId}.sh
# (UNIX EOL!!! and empty line at the end of the file)

cd $workDir
./migrate_with_parameters/mwp_${MigrationId}.sh

About

Scripts to migrate from Kiln to GitHub preserving history and mapping committers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published