I am trying to rename a Java package that is tracked in SVN. It all seems to work. It moves the code to the new package, etc. However, that's when the nightmare begins, the fun starts depending on your perspective. Getting rid of the old package is hard.
I get into a circular war of "out of date" or "does not exist" messages.
I try delete, cleanup, synchronize, override and commit, update, override and update, everything damn thing I can think of to get rid of the old package.
So, my question is: apparently there is a right way and a wrong way to rename a package.
I'm using SpringSource ToolSuite, if that matters.
Every once in awhile I can get it done in 15 or 20 tries, other times, I just abandon the entire thing.
Why is renaming a package such a problem for SVN.
svn move com\example\test test\example\com?