This is probably a stupid question, but I haven’t done this before in Svn.
I have a working copy of trunk on which I’ve been doing some heavy refactoring. The trunk itself has moved on quite a bit in the meantime, and I’m not ready to merge yet. I want to shelve my current changes to a new branch that doesn’t yet exist.
What is the correct procedure here? Thanks
Find the revision of your working copy is based on:
Copy that revision of trunk to a branch on the server with
and then switch your WC to the branch
Then you can commit your current changes to the branch.