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 do I migrate an SVN repository with history to a new Git repository?

I read the Git manual, FAQ, Git - SVN crash course, etc. and they all explain this and that, but …

svn git version-control git-svn
See changes to a specific file using git

I know that I can use the git diff command to check the changes, but, as far as I understood, …

git git-svn
How can I remove an SSH key?

I currently have an old SSH key uploaded on a server. The problem is I lost my ~/.ssh directory (with …

git ssh git-svn ssh-keys ssh-keygen
How to remove origin from git repository

Basic question: How do I disassociate a git repo from the origin from which it was cloned? git branch -a …

git git-svn
No newline at end of file

When doing a git diff it says "No newline at end of file". Ok, there is no newline at end …

git git-svn
failed to push some refs to [email protected]

I am getting this error when I am trying push my files into heroku rep. Ive set autocrlf = false already …

git heroku git-svn
How to git-svn clone the last n revisions from a Subversion repository?

Problem How do you create a shallow copy with git-svn from a Subversion repository, e.g. how do you pull …

git svn git-svn git-clone svn-checkout
How can I combine two commits into one commit?

I have a branch 'firstproject' with 2 commits. I want to get rid of these commits and make them appear as …

git merge branch git-svn rebase
Pushing an existing Git repository to SVN

I've been doing all my work in Git and pushing to GitHub. I've been very happy with both the software …

svn git git-svn
Checkout remote branch using git svn

I have checked out a svn repository using git svn. Now I need to checkout one of the branches and …

git git-svn