Changing the Resource Location of an existing Eclipse project

Viewed 21199

I have wanted to do this a few times, for various reasons.

Firstly in the case where I have specified the Location incorrectly when I created the project. This project is part of a larger project, and I either want to go up or down a directory level to include more or less other stuff.

Secondly in the case where I have an existing eclipse project. I want to reuse the project on a different source tree (actually a different subversion branch of the same project).

The Resource Location field seems to be read only. The only way of achieving the above that I've found is creating a new project. Does anyone have any way of doing this?

Edit: I only want to change the Resource Location, not move the whole project.

2 Answers
Related