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 svn workflow - feature branches and merge

I am using git-svn with the following workflow now git clone <SVN TRUNK URL> #done once subsequently when …

git version-control git-svn
git-svn: Cannot setup tracking information; starting point is not a branch

In git 1.7.9.5 I could run the following lines without error: export SVNPASS=readonly git clone [email protected]:dtenenbaum/RGalaxy.…

git git-svn
git svn - clone repo with all externals

I want to use git to clone a svn repository, but unfortunately, where svn checkout gets the repo with all …

git svn git-svn svn-externals
Retroactively Correct Authors with Git SVN?

I have a repository which I have already cloned from Subversion. I've been doing some work in this repository in …

svn git git-svn
How to set Subversion properties with git-svn

Is there a way to set subversion properties on a git repository that was created by git-svn? In my case, …

svn git git-svn collaboration
Convert an SVN checkout to use git (git-svn)

I work with software that is kept in svn for version control. I would like to use git (git-svn) however …

git svn git-svn git-checkout svn-checkout
extract multiple directories using git-filter-branch

I have a big repository which currently contains multiple projects in top level subfolders, say /a, /b, /c, and /d. …

git git-svn git-rebase git-filter-branch
git status takes too long

I'm working on a project where the version control system is SVN and I want to use git. I did …

git git-svn git-status
git-svn "Couldn't find revmap"- what does it mean?

When running git svn clone and often during subsequent git svn fetch operations I get this message for a number …

git git-svn
git svn fetch/rebase error: unable to remap msys-ssl-0.9.8.dll to same address as parent -- 0x678F0000

I recently started getting the following git error on git svn fetch or git svn rebase, but other local git …

git perl dll git-svn msysgit