简体   繁体   中英

Github and SVN Workflow

I'm working on a project with 2 more developers. The problem is that 1 developer is using SVN and the other developer and I using github. Is there a way to keep everything synced on both sides SVN and git?

When I had to deal with this one time, I just told the other guy to learn git and suck it. Eventually, he did and everyone was happy. I suggest that :-)

要么强迫另一个人使用git ,要么让svn存储库成为主存储库,并使用git-svn从/向它拉/推。

git is more flexible and powerful and might be a better option than using both types of version control systems in parallel. The svn user can be taught to use git now to save more headaches later.

As of April 2010 GitHub provides a (readonly) interface to svn . If he insists to use svn and to not learn git, he should send patches and one of the git users (or automated) checks them into a separate branch for that developer.

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