开发者

Using git and svn both as shared repositories

开发者 https://www.devze.com 2022-12-20 07:25 出处:网络
We have multiple teams working on a common svn repository. Is there a way to have one of the teams to work on git and other teams continue using svn.

We have multiple teams working on a common svn repository. Is there a way to have one of the teams to work on git and other teams continue using svn.

What I like to do is have a shared (central) git repository for one of the "GIT" team (multiple developers). The "GIT" team Developers clone f开发者_StackOverflow中文版rom shared git repository to dev. machines and push changes to shared git repository.

Merge the changes from shared Git repository to SVN periodically.(we could call this as promoting code to central SVN repository).


Sure, git-svn should let you set that up just fine. You may want to move the question to superuser as it's not really something you have to program after all;-)

0

精彩评论

暂无评论...
验证码 换一张
取 消