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.

Mapping between git committers and SVN users

I'm using git-svn to store a "staging" version of some SVN repo, where other users are allowed to pull from …

svn git git-svn
Rewrite a merge commit into a squash merge commit

I made a merge of a long lived branch and it took me time to complete the merge because of …

git merge git-svn squash
Combine local Git commits into one commit for git-svn

Currently, when I run git svn dcommit git creates a separate commit in SVN for every local commit I've made …

git-svn commit dcommit
Convert SVN Subdirectory to Git

I would like to ditch SVN for Git. My current SVN repository setup has projects under trunk (/trunk/projecta, /trunk/…

svn git git-svn
How do Git SVN ignore-paths work (ignoring daily build tags)?

I am trying clone an svn repository using git svn. The repository has daily builds tagged which I want to …

git git-svn msysgit
Automatically synchronizing a Subversion repository and a Git repository

My project has a Subversion repository on a network file system, and a new team would like to access it …

svn git git-svn githooks svn-hooks
git svn show-ignore gives error "command returned error: 1"

I'm trying to migrate a project from SVN to git. This is the command I use: $ git svn clone http://…

git git-svn gitignore msysgit svnignore
Using git-svn, how do I dcommit tags?

I was using Git to retain a history of my project locally. I was later asked to commit the entire …

git svn tags git-svn tortoisegit
Unable to convert svn repository (without trunk) to git

I'm trying to convert my svn repo to git, but I'm not having much success. The repository in question does …

git svn git-svn
Git-svn W: -empty_dir warnings. What do they mean?

While trying to clone an existing Subversion repository using git-svn using standard layout, I got a bunch of W: -empty_…

git git-svn