i have to use a subversion repository and i’d like to use git-svn. I switch the computer sometimes and at the moment i need to commit my changes and update the other computer. Sometimes the changed code wouldn’t work, so my idea would be to create two git-svn repos and synchronize them with push/pull, and sometimes sync them (or one of them) with the svn repository. Would that be possible?
Switching the repository to git is no option. (Sadly)
i have to use a subversion repository and i’d like to use git-svn. I
Share
If you need to sync with SVN your Git repo from both of your computer, then yes: each repo will be a "git-svn" one.
You create 2 repos, and then create your own set of git branches on top of the git-svn ones.
But you must not merge/push/pull any branch that will be dcommit’ed back to SVN: You need to pay attention to the CAVEATS section of git-svn: