git svn on multiple machines

Posted by stgtscc on Super User See other posts from Super User or by stgtscc
Published on 2012-10-08T02:21:59Z Indexed on 2012/10/08 3:39 UTC
Read the original article Hit count: 450

Filed under:
|
|

My repo is SVN and I'm using git-svn to interface with it which has been working out well.

I'm working on the code base from a few different machines and appreciate some insight as to what the best setup might be for me going forward.

I'd like to use git primarily but I need to commit to svn (via git svn dcommit) and pull from svn (git svn rebase) periodically from potentially any of the machines. Is it possible to perhaps have git svn setup on all but somehow push and pull changes between the instances? Or should I setup a bare repo and use that as the central git repo? How would that tie in to git svn? Any insight is appreciated.

© Super User or respective owner

Related posts about git

Related posts about svn