Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Tagging in Git

Hi,

I just realized that push doesn't push tags by default.
So you also need to do change that the first time you push a tag:
Team->Remote->Configure Push to Upstream
Advanced->Edit Advanced
Add all Branches Spec
Add all Tags Spec
Finish

Or if you don't want the default push to push all branches and tags, you can push tags without changing the push configuration by:
Team->Remote->Push
Next
Add all Tags Spec
Finish

Roland

On Tue, Nov 8, 2011 at 7:07 PM, Roland Schulz <roland@xxxxxxx> wrote:
Hi Vivian,

you open the history view (Team->Show in History) and make sure to show all changes in the the whole repository ( barrel) and show all branches and tags (last icon). Than you find the tag (if you use the search function make sure to search for comment). Than you right click create tag. The message cannot be empty. Than you push.

Roland


On Tue, Nov 8, 2011 at 3:34 PM, Vivian Kong <vivkong@xxxxxxxxxx> wrote:

Hi Roland,

Is it easy to tag in Git? I have a tag (v201109141529) in ptp_4_1 that I'd like to tag it as PTP_4_1_0. Do you know how this can be done in EGit?

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab




--
ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
865-241-1537, ORNL PO BOX 2008 MS6309



--
ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
865-241-1537, ORNL PO BOX 2008 MS6309

Back to the top