Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Push tag in Git repo

Thank you Yong Jiang (and Linda).

Regards,
Brian

Brian Payton

DTP PMC Lead
Data Tools Development
IBM Silicon Valley Laboratory





From:        Yong Jiang <yjiang@xxxxxxxxxxx>
To:        "dtp-dev@xxxxxxxxxxx" <dtp-dev@xxxxxxxxxxx>
Date:        08/12/2011 01:36 AM
Subject:        [dtp-dev] Push tag in Git repo
Sent by:        dtp-dev-bounces@xxxxxxxxxxx




By default, the 'git push' doesnt transfer tags to remote servers.
You will have to explicitly push tags to remote repo after you tag the plugins and update map file. Otherwise DTP build will fail.
 
Command line:
git push origin v201108120600
 
EGit UI:
Team -> Remote -> Push...
Click 'Add All Tags Spec' in Push dialog
cid:image001.png@01CC5688.63098110

 
 
Thanks.
Yong Jiang._______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev


Back to the top