How to check out projects with the same name diff case?
Thanks to wonder that is the Eclipse refactoring functionality, I somehow shared a project twice with the same name but with two different cases. When I load the component I receive a conflict. Is there any way to delete a project without loading it? I am using RTC 1.0.1 under Windows and Mac. Both the Windows and Mac filesystem are case insensitive.
Thanks!
Thanks!
2 answers
The short answer is "no".
I believe that you have to have a project loaded to delete it from your remote workspace.
To get rid of the project you don't want:
1. Delete any projects that will cause case colisions locally.
2. Run load on your component. Select "Browse the component to set the folders to be loaded" on the first page of the wizard. On the next page of the wizard, select only the project you don't want. Finish the wizard.
3. Select the offending project in the Package Explorer or Navigator. Run 'Team > Delete from Repository' on it. Make sure your change is committed.
You should now be able to load the project that you do want.
e
I believe that you have to have a project loaded to delete it from your remote workspace.
To get rid of the project you don't want:
1. Delete any projects that will cause case colisions locally.
2. Run load on your component. Select "Browse the component to set the folders to be loaded" on the first page of the wizard. On the next page of the wizard, select only the project you don't want. Finish the wizard.
3. Select the offending project in the Package Explorer or Navigator. Run 'Team > Delete from Repository' on it. Make sure your change is committed.
You should now be able to load the project that you do want.
e