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.

Git flow command error: 'flow' is not a git command

I am very new to Git and am starting to learn the command line version. I believe my git flow …

github git-svn git-branch git-flow
Git-SVN: Update Git repo from centralized SVN server

I'm working on a project for which everyone uses SVN as a centralized server and everybody pushes the changes they …

git git-svn git-pull git-fetch
Resuming git-svn clone

I started cloning an SVN repository using the git-svn's clone operation. After about 6 hours of importing (it's a big repo), …

git git-svn
Git-svn and Eclipse?

Is there a plugin for Eclipse for git-svn? I'm looking for a way to handle the SVN repo with Git (…

eclipse git eclipse-plugin git-svn
Can I copy a Git working copy onto another machine?

I am in the process of creating a Git working copy from our SVN server with 'git svn clone'. But …

git git-svn
How do I show the SVN revision number in git log?

I'm customizing my git log to be all in 1 line. Specifically, I added the following alias: lg = log --graph --pretty=…

git git-svn
What can cause git to mess with character encoding?

Edit: git does not mess with character encoding. This is still here to share knowlege and avoid others making the …

git encoding character-encoding git-svn git-extensions
warning: refname 'xxx' is ambiguous when using git-svn

I am using git as a frontend to Subversion (via git svn). So, for every svn trunk/branch I have …

git branch git-svn ambiguity
git-svn: what's the equivalent to `svn switch --relocate`?

An svn repository I'm mirroring through git-svn has changed URL. In vanilla svn you'd just do svn switch --relocate old_…

git version-control git-svn
Git: How does git svn fetch work?

How does git svn fetch work? Where is that branch which is fetched so that I can merge or rebase …

git git-svn git-merge git-rebase git-fetch