Displaying 4 results from an estimated 4 matches for "ggrief".
Did you mean:
grief
2011 Feb 28
5
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
...ould be but I'm
> not a git-svn expert.
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.
--Owen
2011 Feb 28
0
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Chad Colgur <colgur at gmail.com> writes:
> Will the 2.9 branch be reflected in the git mirrors?
I really, really hope this is the case. The official git mirror
documentation says it is only trunk because the current branching scheme
in not suitable for git. I don't understand why that would be but I'm
not a git-svn expert.
My very short reading of the git-svn manpage makes
2011 Feb 28
0
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
...tor 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.
What options were used with git-svn init? It certainly can support
multiple branch/tag directories:
init
--tags=<tags_subdir>
--branches=<branches_subdir>
You can specify more than one --tags and/or --branche...
2011 Feb 28
1
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Hi Bill,
Will the 2.9 branch be reflected in the git mirrors?
Thanks,
Chad
On Sun, Feb 27, 2011 at 5:43 PM, Bill Wendling <wendling at apple.com> wrote:
> This is a reminder that we will be branching for LLVM 2.9 in one week!
> 07:00:00 p.m. Sunday March 6, 2011 PST / 03:00:00 a.m. Monday March 7, 2011
> GMT
> What this means for you:
> Please keep a watch on all of your