Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Cannot remove "Subversion" remote

Johannes Ernst June 13, 2013

I converted a SVN repository into Git from the command-line. On the command-line it now says this:

$ git remote
origin

But in SourceTree, the sidebar shows two remotes:

* origin
* Subversion

If I click on "Subversion" and select "Remove Subversion..." from the popup, nothing happens.

How do I get rid of that remote?

1 answer

1 accepted

11 votes
Answer accepted
stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 13, 2013

Yeah the git-svn integration doesn't show up as a real remote in git, SourceTree makes it look like one for simplicity.

The simplest way to get rid of all the old Subversion metadata if you no longer want it is to re-clone the repository, but if you want to clean it out manually you can do this:

  • delete .git/svn
  • remove the 'svn-remote' entry from .git/config

Jerome Bail July 1, 2014

THX!!!!

I was about to ditch SourceTree because it was extremely slow. getting rid of that unused svn reference fix most of them.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events