Ok, hopefully this is an easy one.
I'm nearly finished upgrading an old Rails project to Rails 3.2.x. And of course the directory structure is different; in fact I also cleaned house and moved a lot things around.
Yes, on this project, I'm still using Subversion :-(
I don't think I want to attempt a merge unto my development branch or trunk.
Can I, instead, make my new upgrade branch my development branch, and copy it to a new trunk?
What's a good way to avoid the nasty merge and yet maintain my development branch and trunk?
Thanks!
--Mel