[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
David A. Greene
greened at obbligato.org
Mon Feb 28 11:22:56 PST 2011
Owen Anderson <resistor at mac.com> writes:
> It doesn't work because git-svn assumes that all of your branches
> begin at the same position in the SVN tree, i.e. llvm/branches/*. The
> problem is that we have some branches in llvm/branches/*, some in
> llvm/branches/Apple/*, some in llvm/branches/ggrief/*, etc. The end
> result is that git-svn gets horribly confused.
But all of the public-facing branches (I think RELEASE_* are the only
branches most people care about) are in llvm/tags/* (or will be in
llvm/tags/RELEASE_29/* for 2.9), right?
So I guess it will be a problem if 3.0 is in llvm/tags/RELEASE_30/*.
This is perhaps one reason not to use the branching scheme Bill
proposed. That's not a very satisfactory result.
-Dave
More information about the llvm-dev
mailing list