[cfe-dev] git release branches

NAKAMURA Takumi geek4civic at gmail.com
Sat Mar 26 18:16:35 PDT 2011


Luc,

On Tue, Mar 22, 2011 at 6:12 PM, Luc Bourhis <luc_j_bourhis at mac.com> wrote:
> ~/Developer/llvm/llvm/tools (master)> git branch -r
>  .....
>  origin/release_29
>  .....
>  origin/svn-tags/RELEASE_29
>
> What is the difference between those two branches? Which one shall somebody like use, who just want to use clang, not contribute to it?

svn-tags/RELEASE_29 is broken and you may ignore it.
It is orphan from master.

origin/release_29 must be sane, except that it will not be updated
unless master(trunk) is updated.

Please make a tag (or tagging branch) manually locally on
origin/release_29 for now. ;)

...Takumi




More information about the cfe-dev mailing list