Error during Rename in Repository ...
I was using Rename in Repository to get my (migrated) project names to match the component names that we desire. This worked for 5 of the 6 projects. But during one, I received and error. It now looks like this project is disassociated from the stream.
One of the the team advisor messages suggested a fresh Load to the component. This fails with a message about
"Folder NEWNAME cannot be loaded into sandbox WORKSPACE because it overlaps with OLDNAME which comes from the same server workspace and is loaded in the chosen sandbox."
I need help.
One of the the team advisor messages suggested a fresh Load to the component. This fails with a message about
"Folder NEWNAME cannot be loaded into sandbox WORKSPACE because it overlaps with OLDNAME which comes from the same server workspace and is loaded in the chosen sandbox."
I need help.
5 answers
I wonder if you accidentally clicked the option immediately above or below "Rename in Repository" which would be "Move in Repository" or "Delete in Repository".
It might narrow down the problem to do a Show Files command (on the context menu) first against the Stream, then against your Repository Workspace, then just look at the plain old Navigator and see what projects are really located where.
I am not sure if "Reverse" applies to this kind of rename operation but you could look at "How do I remove a change set from a stream?" question on
http://jazz.net/library/article/126
You can always Reload your repository workspace but be warned that will wipe out local changes. (Hopefully your change is just a rename). Instead of rename in repository you could rename in your Eclipse workspace and just checkin/deliver as a standard change set.
If the client won't let you fix things up you may need to submit a bug
It might narrow down the problem to do a Show Files command (on the context menu) first against the Stream, then against your Repository Workspace, then just look at the plain old Navigator and see what projects are really located where.
I am not sure if "Reverse" applies to this kind of rename operation but you could look at "How do I remove a change set from a stream?" question on
http://jazz.net/library/article/126
You can always Reload your repository workspace but be warned that will wipe out local changes. (Hopefully your change is just a rename). Instead of rename in repository you could rename in your Eclipse workspace and just checkin/deliver as a standard change set.
If the client won't let you fix things up you may need to submit a bug
It sounds like the rename may have happened on the server but didn't happen locally. What you could do is start the Eclipse client on a fresh workspace and load everything there. If that works as expected, you could try deleting the NEWNAME and OLDNAME folders from your old workspace and try the load there (or, of you are concerned about losing data, you could just move the folders to another location)