On Tue, Jun 17, 2008 at 3:22 PM, croceldon <croceldon_at_gmail.com> wrote:
>> Also, if you use the "update" command not from the submenu but the main
>> menu, that will always update to HEAD.
>
> I think this was my problem. Here's what I did to make this work. I
> made a copy of my working directory, then modified all the files the
> way I wanted. I then updated my working directory to the latest
> revision. Then, I copied the changed files from the copy of my
> working directory to my actual working directory and committed from
> there. I'm sure there's a better way, but this is the only thing I
> could get to work.
>
> In the future, what's the actual process I should take when I want to
> roll back to a different version? I think I must have missed a step
> with my initial attempt....
See the links I gave you. You need to start with a WC updated to HEAD,
then perform a "reverse merge" to undo the changes made after the
point where you want to revert to.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-06-17 21:33:17 CEST