[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: I've been wondering why this didn't get to the list.. coz I put email in subject....

From: Peter McNab <mcnab_p_at_melbpc.org.au>
Date: 2006-03-03 11:38:09 CET

KevinGPO wrote:
> Q. What does the "Revert changes from this revision" do in the show log
> window?
>
Exactly what it says. Changes committed in that revision are taken out,
removed, from your working copy.

> Difference between "Update item to revision" & "Revert changes from this
> revision".
>
Update item to revision means the selected item(s) at the revision
number supplied are retrieved from the repo and replace the currently
displayed selected item(s). Note. Any locally changed, uncommitted files
wil not be touched by Subversion.
> I though "Revert changes from this revision" was "Update item to
> revision"
> and I used that and lost changes at that revision. However, no matter how
> many times I tried to update to head revision. it still wasn't up to
> date. I
> was suppose to use "update item to revision" wasn't I? I lost functions I
> wrote two versions ago... and SVN claims my file is up to date.
>
>
>
> version 1: created new function, (commit)
>
> version 2: changed calculation (commit)
>
> now I was interested in seeing what it was like with the old calculation
>
> so I chose "revert changes from this revision" on version 1.
>
> In my working copy those version 1 functions are now missing!
>
>
>
> no matter how many "updates" (right-click option) I do, it doesn't put
> back
> in the version 1 commits.
>
> it's like version 2 minus version 1
>
> how to fix?
>
Hmm.
If you haven't committed anything then you should be able to use "Check
for modifications" and select the changed files then right click and
select "Revert". Your working copy should then be at rev 2.

If you commmittted the changes, making the head rev 3 with the rev 1
stuff missing then revert changes from rev 3. and commit.

Peter.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Mar 3 11:38:43 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.