Removing an SVN location from Eclipse using Subclipse

33,211

Solution 1

Window -> show view -> Other... -> SVN repositories

lists the available repositories and lets you delete the one you don't want any more.

Solution 2

Follow these steps:

  • Goto "SVN Repositories Exploring" perspective.
  • You will get "SVN repositories" view.
  • "SVN repositories" view shows list of locations.
  • You can right click on location and select "Discard Location" menu.

Hope this helps.

Solution 3

Open your SVN repository exploring, then right click on the location that you want to remove and click Discard Location

NB. before doing that, disconnect all projects that are connected to this repository location.
To disconnect a project from SVN repository follow this:

Right click on the connected project -> Team -> Disconnect...

Solution 4

I had to disconnect the local project first, before I was able to discard the svn location using Spring Tool Suite 2.9.2.

  1. So I closed out the project,
  2. went to the svn repository perspective,
  3. discarded the location,
  4. then I reopened the project.
Share:
33,211
David
Author by

David

Java Developer with quite a passion for software engineering. Building bits an bobs to make life easier. Github : https://github.com/david99world

Updated on April 28, 2020

Comments

  • David
    David about 4 years

    I have added locations into Eclipse so I can, say, create projects from SVN locations.

    I am no longer using one of the SVN locations, but it still comes up in the list that appears when I go to Team > Create project from SVN location.

    How can I remove this SVN location from the list, using Subclipse?

  • Toskan
    Toskan about 12 years
    well it's good to know that config is there, the problem to remove svn repositories isn't solved with this answer. You just cannot delete repositories there
  • Stephan
    Stephan over 10 years
    Note for the reader: A location can't be discarded if it is connected to a project.