Top "Git-svn" questions

git-svn is a bidirectional bridge between git and Subversion allowing to use a remote Subversion repository as a local Git repository while still be able to send changes back to Subversion.

Update git-svn list of remote branches

When I have to use svn, I use git-svn to talk to svn. I cloned the repo with the standard …

git svn branch git-svn
Is there any IDE/GUI support for git-flow on Windows/Linux?

Are there any GUI frontends for Git with git-flow support? Our team uses Eclipse IDE on Windows and Linux. Managed …

eclipse git git-svn git-gui git-flow
Git svn rebase : checksum mismatch

I have a problem when I try to do a git svn rebase on my repository. It displays : Checksum mismatch: …

svn git git-svn
git-svn clone ignore-paths regular expression for folders

Am trying to do a git-svn clone to import all the files in SVN to GIT. The command that was …

regex git git-svn ignore
Keep git history when splitting a file

I want to take a function out of one file and put it into another, but keep the blame history. …

git history git-svn
git-svn branching

I am using git with an svn repository everything is going fine I did all my branching with git so …

svn git git-svn branch
What does this svn2git error mean?

I am trying to import my repository from svn to git using svn2git, but it seems like it's failing …

svn git git-svn
How to clone a git repo with all branches and tags from refs/remotes?

I have a local git repo that I created from an svn repo: $ git svn clone -s svn:... I then …

git clone git-svn git-branch mirror
Why does "git svn fetch" command seem to be stuck and does nothing?

EDIT: Workaround. Now we understand the issue, here is the solution: do git svn fetch -r REVISION:HEAD where REVISION …

git git-svn
git-svn: reset tracking for master

I'm using git-svn to work with an SVN repository. My working copies have been created using git svn clone -s …

svn git merge git-svn