Tuesday, September 11, 2007

Subclipse stays on one Workspace

I changes my workspace in Eclipse, then find out the SVN doesn't work. I go back to my previous workspace, copy /.metadata to current workspace, then it is working now.

cp -r .metadata/ /home/ji/projects/

or you can try remove the .metadata under your current workspace

rm -r .metadata/

No comments: