Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github and SVN Workflow

Tags:

git

github

svn

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?

like image 666
Rodrigo Soares Avatar asked Nov 21 '09 03:11

Rodrigo Soares


2 Answers

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 :-)

like image 178
Bartek Avatar answered Sep 29 '22 00:09

Bartek


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.

like image 37
hasen Avatar answered Sep 28 '22 23:09

hasen