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?
4 Answers
Either force the other guy to use git, or have the svn repository be the main one, and use git-svn to pull/push from/to it.
Comments
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.