Skip to content

luylucas10/svn-to-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migration

Script to help migrate code from SVN to GIT without losing commits history, tags and branchs.

Requirements

apt-get install git git-svn subversion

Configuration

Change the variables:

  • PROJECT_NAME : Name of your project
  • EMAIL : Emails organization
  • BASE_SVN : The url to SVN repository to be migrated
  • BRANCHES : The branches folder inside BASE_SVN
  • TAGS : The tags folder inside BASE_SVN
  • TRUNK : The trunk folder inside BASE_SVN
  • GIT_URL : The url to Git repository to migrate

Execution

./migrate

Enjoy it.

About

Script to help SVN to Git migration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.6%
  • Dockerfile 6.4%