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 to import and keep updated a CVS repository in Git?

There is a central repository in CVS, and I would like to use it with Git locally, and then send …

git cvs git-svn git-cvs
Why is the meaning of “ours” and “theirs” reversed with git-svn

I use git-svn and I noticed that when I have to fix a merge conflict after performing a git svn …

git git-svn
How to bridge git to ClearCase?

I've recently used git svn and enjoyed it very much. Now I'm starting a new project at a different customer. …

git git-svn clearcase
What is the format of an authors file for git svn, specifically for special characters like backslash or underscore?

I am trying to clone Papercut, an smtp server emulator I'm getting the list of SVN authors with svn log …

git git-svn codeplex
git svn clone of a single directory of SVN repository

I am attempting to use git svn to clone a single directory of a SVN repository into a Git repository. …

git svn version-control git-svn
Instructions on using TortoiseGit to interact with an SVN repository?

I've been using TortoiseSVN on Windows for years with local filesystem repositories for my own projects. I'm planning to start …

svn git-svn tortoisegit
Work-around for failing "git svn clone" (requiring full history)

I want to convert a Subversion repository sub-directory (denoted by module here) into a git repository with full history. There …

git svn git-svn
Add svn repo to existing git repo?

I know you can track a svn repo with git by using git svn init, however that is for if …

svn git git-svn
Git-svn: create & push a new branch/tag?

After cloning an SVN repository using git-svn with the -s option (git svn clone http://server/repo -s), how does …

git git-svn
Cloning a Non-Standard Svn Repository with Git-Svn

I'm relatively new to Git, but I've found it so easy to work with at home that I'd like to …

svn git git-svn clone