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.

A true, robust, git svn externals solution?

When you check out a git repository that contains svn externals, it will simply ignore them. What people have done …

git git-svn svn-externals
Git SVN Is Unable to Fetch from SVN Repository

I'd like to use SVN and Git together. I have an svn repository, and I'm trying to fetch to a …

svn git git-svn
git-svn clone checkouts wrong repo?

So I am trying to switch to git, by using git-svn. I am having a svn repo called myrepo from …

git-svn
Does Git-Svn Store Svn Passwords?

I'm using git-svn with a couple of work projects and I've noticed that for just about every action I take, …

svn git-svn
Delete a svn-Branch via git?

I'am using git as scm of choice but have to use a svn-repo. I can create a svn-remote-branch like this: …

git git-svn
Git gc using excessive memory, unable to complete

Final update and fix: The solution here turned out to be a combination of two things: using Windows Git rather …

git git-svn git-gc
fatal: git-write-tree: error building trees

I'm trying to import a large subversion repository into git using git-svn (so that I can work in git but …

git git-svn corruption msysgit
Author not defined when importing SVN repository into Git

I'm trying to import our SVN repository into Git. When I run either this command: git svn --authors-file=/path/to/…

git git-svn
Cloning git repository from svn repository, results in file-less, remote-branch-less git repo

Working SVN repo I'm starting a git repo to interact with a svn repo. The svn repository is set and …

git repository git-svn git-clone
Speeding up the initial git-svn fetch

I have a big repository, 100,000+ revisions with a very high branching factor. The initial fetch of the full SVN repository …

svn git git-svn