Skip to content

FabioRodrigues/TFS2GitMigrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

TFS2GitMigrator

This project allows to import TFS Projects to Bitbucket repository, anyway, it is easy to use github too.

Requirements:

Steps:
  • Edit file 'executor.sh', changing ./downProjectTfs.sh {ProjectName} {ServerAddress}/{Collection} to your params, for example: ./downProjectTfs.sh AmazingProject http://server-tfs2010:8080/tfs/AmazingCollection (and add new projects to download as many as you want to).

  • Edit file 'upRepositoryGit.sh', changing the values of {user-bitbucket}, {password-bitbucket} and {team-bitbucket} to your own.

  • Save files and execute ./executor.sh in your bash. After you download all your projects, execute ./upRepositoryGit.sh to create a repository and push your code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages