Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] Fwd: No visual feedback on chosen tag

Forgot the mailing list


---------- Forwarded message ----------
From: Manuel Doninger <manuel@xxxxxxxxxxxx>
Date: Tue, Feb 15, 2011 at 10:33
Subject: Re: [egit-dev] No visual feedback on chosen tag
To: Thomas Hallgren <thomas@xxxxxxx>


That's because you don't really have the tag 0.11.1. If you've checked
out the master branch and do a reset on another commit, then you still
have the master branch checked out, just with another content. As i
said, checkout that tag, and it will be correctly decorated.

Manuel

On Tue, Feb 15, 2011 at 10:21, Thomas Hallgren <thomas@xxxxxxx> wrote:
> Sorry. I miswrote. I don't want to change the branch. I just want what's
> reflected by the 0.11.1 tag. And I seem to be getting that by doing a hard
> reset to the tag, but nothing tells me that that's what I have.
>
> - thomas
>
>
> On 2011-02-15 10:11, Alex Blewitt wrote:
>>
>> You should go into the "branches" menu and select "checkout" of that
>> branch. You haven't changed branches, just the contents of master, by doing
>> the below.
>>
>> Alex
>>
>> Sent from my iPhone 4
>>
>> On 15 Feb 2011, at 09:08, Thomas Hallgren<thomas@xxxxxxx>  wrote:
>>
>>> I have the org.eclipse.egit.core project checked out in my workspace. To
>>> the right of the project name I see "[egit master]". Since what I really
>>> want is the 0.11.1 branch, I choose "Team" ->  "Reset..." ->  "Tags" ->
>>>  "0.11.1". I also check the "Hard" option before I click the "Reset" button.
>>>
>>> The content of the project seems to be replaced, but there's no visible
>>> decoration. How am I supposed to know that I'm now looking at the 0.11.1
>>> tag?
>>>
>>> - thomas
>>>
>>> _______________________________________________
>>> egit-dev mailing list
>>> egit-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/egit-dev
>
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/egit-dev
>


Back to the top