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?
A:
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.
Joy Dutta
2009-11-21 03:22:46
+8
A:
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 :-)
Bartek
2009-11-21 03:31:08
+1 for bluntness
Corey Hart
2009-11-21 18:04:23