Skip to content

Migration Tool for source code migration from subversion to git

Notifications You must be signed in to change notification settings

Trivadis-DevOps/svn-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Introduction

svn-git is a power shell tool which migrates all branches and tags including all history from Subversion to Git.

Use svn-git

Open the MigSubversionToGit.ps1 and read the steps and comments to get familiar with the workflow.

Edit the variables section. Fill out following variables:

  • $SVNRepoName
  • $SVNServerURL
  • $LocalMigrationFolder
  • $GitRepoURL
  • $GITRepoName
  • $username

##Manual Steps Here are all steps you will need to do:

  1. Init variables.
  2. Edit authors mapping file (you will find the mapping file located under your migration folder with subroot svn).
  3. Wait till the script finishes and check your Git repository.

Help

Do not hesitate to ask questions or open Issues.

About

Migration Tool for source code migration from subversion to git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published