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.
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-svnCurrently, when I run git svn dcommit git creates a separate commit in SVN for every local commit I've made …
git-svn commit dcommitI would like to ditch SVN for Git. My current SVN repository setup has projects under trunk (/trunk/projecta, /trunk/…
svn git git-svnI am trying clone an svn repository using git svn. The repository has daily builds tagged which I want to …
git git-svn msysgitI was using Git to retain a history of my project locally. I was later asked to commit the entire …
git svn tags git-svn tortoisegitI'm trying to convert my svn repo to git, but I'm not having much success. The repository in question does …
git svn git-svnWhile trying to clone an existing Subversion repository using git-svn using standard layout, I got a bunch of W: -empty_…
git git-svn