Community
Participate
Working Groups
For me it was not clear what the difference is between delete and remove repository using the repository's context menu. I think this will confuse users because in all other toolings for version controls systems you actually can't delete the real repository. You simply can remove it from the view and this is called delete ;)
Of course you can't delete a remote CVS or SVN repository from Eclipse. With DVCS this is different as you always work using a local clone. We could simply add tooltips "Remove repository from workspace" / "Delete repository from disk" to these commands to make this more obvious to novice users.
Adding a tooltip to a context menu doesn't seem to be possible. I have proposed a patch for this, which would change the menu lable "Remove Repository" to "Remove Repository from View": http://egit.eclipse.org/r/#change,3805
Change http://egit.eclipse.org/r/#change,3805 merged.