I have a c# solution with a bunch of projects. One of them resides in a folder that does not match the project name (for reasons I can't know since the guy who did it left before I arrived). My beloved ReSharper plugin goes all grumpy on me and draws blue swiggly lines under the namespace declarations and groans: "Namespace does not correspond to file location, should be..." And I agree. But the file location is wrong, not the namespace.
How can do I change the folder name of the project without breaking subversion integration and whatnot? I'm using the AnkhSvn pluging, but also have TortoiseSVN installed and would be comfortable to use either as long as the solution stays sane.
Any tips?