How can I push to a git-svn repo?
Posted
by Arthur Ulfeldt
on Stack Overflow
See other posts from Stack Overflow
or by Arthur Ulfeldt
Published on 2010-05-27T18:36:13Z
Indexed on
2010/05/27
18:41 UTC
Read the original article
Hit count: 209
I cloned an svn repo with git svn clone ...
and now I want to push changes to it. after that I will use this repo to rebase everything and commit back to svn. The problem that pushing to a non-bare repo seems to not be a good idea, and git svn seems unhappy about working with a bare one?
© Stack Overflow or respective owner