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.

How do I resolve a git-svn index mismatch?

When I did a git svn rebase it stopped at one point saying: Index mismatch: SHA key of a tree != …

git svn indexing git-svn rebase
How to get master-master replication with Subversion?

Seems like a simple problem: I have an SVN repo inside our firewall. I have an SVN repo outside our …

svn replication git-svn
How to change committed User name in bitbucket?

How to change commit username in bitbucket account ? To change in git I have used this command git filter-branch -f …

git git-svn bitbucket bitbucket-api
removing local git repositary from Xcode Project?

I had selected local git repositary when I created xcode Project. But when import to SVN and commit, it commits …

xcode git xcode4.2 git-svn
How to remove subversion remote in git?

I have a git repository that was originally created using git-svn. Now I have a git server that I push …

git git-svn
Is it possible to make git svn dcommit result in a single svn commit?

According to the manual, git dcommit “will create a revision in SVN for each commit in git.” But is there …

svn git git-svn
Git tag for a subfolder of a repository

I use Git to import a SVN repository. Then I created my own project as a subfolder in the repository. …

git svn git-svn git-tag
Git svn clone: How to defer fetch of revision history

I often have the case that I want to work on a SVN repository right away. But an ordinary git …

git git-svn clone git-clone
gitolite push error -> remote: ENV GL_RC not set

I am trying to push content from a workstation to a server. But it gives me an error. Please look …

git git-svn msysgit gitolite
Should I have to add files to git every time I want to commit?

I'm new to git, coming from SVN world. So far, it seems a lot more useful, but I am still …

svn git git-svn