score:55
Window -> show view -> Other... -> SVN repositories
lists the available repositories and lets you delete the one you don't want any more.
score:0
If are you looking for how to remove/clear the unused Urls from the "Add SVN Repository" dialog, the way "under the hood" is to edit/delete the file located under <Eclipse Workspace Location>\.metadata\.plugins\org.tigris.subversion.subclipse.ui\dialog_settings.xml
score:0
Be careful not to deleting the project when removing a repository location, the plugin developers where not smart enough to advidce clearly that the project is delected
score:2
I had to disconnect the local project first, before I was able to discard the svn location using Spring Tool Suite 2.9.2.
- So I closed out the project,
- went to the svn repository perspective,
- discarded the location,
- then I reopened the project.
score:2
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...
score:11
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.
Source: stackoverflow.com
Related Query
- Removing an SVN location from Eclipse using Subclipse
- Removing SVN username and password from Eclipse does not work in Windows 7
- how to check out from svn using Eclipse
- Checkout from SVN to remote location with Eclipse
- Using SVN from Eclipse and the terminal prompt
- Eclipse lunar subclipse windows 8.1 removing svn user credentials
- subclipse broke in sts after I used svn from eclipse
- Using SVN Team integration in Eclipse disables access from terminal
- using subclipse extension points to connect to svn repo from custom plugin
- Move the files from the project folder and compile from new location using Eclipse Plugin
- Using python script to close eclipse and update from svn
- How do you update a file in SVN using Eclipse gui from your local pc
- How to see from where a public method is called in Eclipse using Java?
- Merging of branch to trunk in SVN using Eclipse
- How to layout folders locally and in SVN when using eclipse
- Reconnect Eclipse Project to SVN with Subclipse
- Generating DDL statements of database from Google Cloud Sql using eclipse cause issue in script?
- Simple program to call R from Java using Eclipse and Rserve
- Howto re-attach subclipse when using a new Eclipse on an existing workspace
- Connect Eclipse RSE with remote Linux server using public key attained from Amazon ec2
- When using Eclipse with FindBugs can you mark a bug as not a bug and have it removed from the bug list?
- Using Scala as a scripting language from Eclipse
- Eclipse removing a test folder from the build path
- Removing trailing spaces in eclipse -- FROM THE COMMENTS
- How to Update to Revision using Subclipse SVN plugin?
- Using eclipse comparator from command line
- Using the Eclipse code formatter from own program
- When not to use this server location when using tomcat within Eclipse
- svn command line from eclipse
- How to create new project from GIT repo using Eclipse EGit
More Query from same tag
- eclipse package explorer: file node duplicates type node?
- Run multiple run configuration in eclipse
- how to solve this error {Failed to start component [Connector[HTTP/1.1-8080]]}?
- finding referenced library from import statement in eclipse
- How to click on a non clickable element?
- Can't run Jsp file on Tomcat, Unsupported encoding :
- Automatically deploy .war to Tomcat on source/webcontent modifications in vscode
- Eclipse outline plugin ContentOutlinePage not found
- Retrieve ecore model from .jar file
- Unable to execute dex: wrapper was not properly loaded first
- Headless build should include all dependencies
- google app engine tools for android Eclipse current instructions not working
- How to open a closed diagram in Papyrus
- I want to set a thread inside getView method how should i do it?
- How to customize hot keys in eclipse?
- Error in AsyncTask with ImageView
- Why testing Android application takes long to load on my device or emulator?
- How can I work around Eclipse ADB unable to establish loopback connection?
- No resource identifier found for attribute 'layout_width' in package 'android'
- Eclipse plugin - add mouse listener to an editor everytime its opened
- @Data in project lombok is recognize but not working
- Getting error while creating an instance of JSONObject
- Eclipse popup dialog lacks info after attaching android sources
- how to update eclipse 3.5.2 to eclipse 3.6.2 for latest android?
- JSF Managed Bean Code Assist Eclipse
- Transact-SQL programming tools
- Eclipse does not open my workspace
- Eclipse git: how to push your code to remote git repository in a debian VPS
- can't debug android projects in Eclipse (adt bundle)
- How do i match a specific input within a string in Java?