decentralized development using git and git-svn

Posted by CantGetANick on Stack Overflow See other posts from Stack Overflow or by CantGetANick
Published on 2011-01-10T09:35:30Z Indexed on 2011/01/10 11:53 UTC
Read the original article Hit count: 139

Filed under:
|

We have 2-3 small teams of 2-3 people. We all use git for local and svn for central repository and git-svn got sync. This is works all the time except when we want to share our code between the team it self.

So we have tried out git pull, this creates lots of conflicts and it does not detect that we are on the same tree. It fetches all the changes (same as clone then pull) Of course i dont want to clone full repo. every time I want to share.

Please suggest a better flow.

  1. We can't get rid of central svn.
  2. We can't clone every time.

© Stack Overflow or respective owner

Related posts about git

Related posts about git-svn