Mark Phippard wrote:
> 1) Create branch with URL to URL copy
> 2) Switch to branch
> 3) Commit to branch
> 4) Switch back to where you started
>
> The problem is that step 2 is really an update. Unless the WC was
> entirely at the revision that was used when creating the branch, the
> switch operation will do an update locally. This could include creating
> conflicts.
Good point. If the branch is created from anything but your working copy
then if, for example, you add a file in your WC and then switch to your
branch it will "un-add" the file and you'll have to re-add it again
after the switch. Same goes for deletes. So you pretty-well need to
copy from your WC to URL, and then revert.
-Nathan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Aug 3 19:58:36 2005