简体   繁体   中英

difference between migration from svn to bitBucket AND directly importing code to bitBucket

We are planning to move from SVN to GIT for that we choose bitBucket.

For doing this we have two ways:

  1. we can convert / migrate our code from svn to git with the help of bitBucket tutorial.

ELSE

  1. we can direclty initialize git code on local machine and upload this code to bitBucket with import command of git.

QUE: So what will be the difference between this two.

some queries: 1. if we migrate than previous SVN history of code changes can be viewed on bitBucket?

如果您使用教程进行迁移,则可以使用提交历史记录;如果您直接将svn代码导入到bitbucket,则提交历史记录将不可用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM