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.
When you check out a git repository that contains svn externals, it will simply ignore them. What people have done …
git git-svn svn-externalsI'd like to use SVN and Git together. I have an svn repository, and I'm trying to fetch to a …
svn git git-svnSo I am trying to switch to git, by using git-svn. I am having a svn repo called myrepo from …
git-svnI'm using git-svn with a couple of work projects and I've noticed that for just about every action I take, …
svn git-svnI'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-svnFinal update and fix: The solution here turned out to be a combination of two things: using Windows Git rather …
git git-svn git-gcI'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 msysgitI'm trying to import our SVN repository into Git. When I run either this command: git svn --authors-file=/path/to/…
git git-svnWorking 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-cloneI 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