From: PJ Weisberg <pj@irregularexpressions.net>
To: Sebastien Tardif <sebastien_tardif@oxfordcorp.com>
Cc: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: Updated tags on repo are not updated when pull
Date: Mon, 2 Apr 2012 16:29:44 -0700 [thread overview]
Message-ID: <CAJsNXTk8R0yjad0T9605v-CMMdCA+C0v3Rqt65h_k6MK88UD9g@mail.gmail.com> (raw)
In-Reply-To: <27353249354D994D8E42D75D75FBA614896543@OASBEVEXM01.oaifield.onasgn.com>
On Mon, Apr 2, 2012 at 12:16 PM, Sebastien Tardif
<sebastien_tardif@oxfordcorp.com> wrote:
> Default pull behavior does bring new tag that are hitting the revisions involved in the pull, in other words all tags that would point to log entries that are pulled.
>
> I have tag like: LATEST_UIT, LATEST_QA, LATEST_CONTINOUS_BUILD
>
> But with this incoherent behavior of not having the already pulled tag been updated when doing a pull, my developers end-up with misleading information in their log since their tags point to old pointer.
>
> Please fix.
There's a discussion in the git-tag man page about titled "On
Re-tagging," the upshot of which is:
'Just admit you screwed up, and use a different
name. Others have already seen one tag-name, and if you keep the
same name, you may be in the situation that two people both have
"version X", but they actually have different "X"'s. So just call
it "X.1" and be done with it.'
You could use branches instead of tags for your 'latest X' things. A
branch is basically a tag that moves.
-PJ
Gehm's Corollary to Clark's Law: Any technology distinguishable from
magic is insufficiently advanced.
next prev parent reply other threads:[~2012-04-02 23:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 19:16 Updated tags on repo are not updated when pull Sebastien Tardif
2012-04-02 23:29 ` PJ Weisberg [this message]
[not found] ` <27353249354D994D8E42D75D75FBA6148965A9@OASBEVEXM01.oaifield.onasgn.com>
2012-04-03 12:00 ` Sebastien Tardif
2012-04-03 13:45 ` Marc Branchaud
2012-04-03 19:44 ` PJ Weisberg
2012-04-03 23:39 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAJsNXTk8R0yjad0T9605v-CMMdCA+C0v3Rqt65h_k6MK88UD9g@mail.gmail.com \
--to=pj@irregularexpressions.net \
--cc=git@vger.kernel.org \
--cc=sebastien_tardif@oxfordcorp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).