Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Removing an SVN location from Eclipse using Subclipse

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?

like image 978
david99world Avatar asked Aug 23 '10 08:08

david99world


People also ask

Where is SVN repository in Eclipse?

#1) Right-click on the project folder in the project explorer, and click on Team -> Share. #2) In the following window, select SVN and click next. #3) The next window will ask you for your SVN repository URL and credentials, enter that and click finish to add and commit.

Where does Eclipse store SVN password?

On Windows this is located in %APPDATA%\Subversion\auth. On Linux and OSX it is located in ~/. subversion/auth.

How do I view SVN history in eclipse?

Window -> Preferences -> Team -> SVN -> Default number of log messages. Or you can press the ">|" button to see the complete history.


1 Answers

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

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

like image 163
Sean Patrick Floyd Avatar answered Oct 05 '22 22:10

Sean Patrick Floyd