Displaying 4 results from an estimated 4 matches for "cremebrulee".
2011 Mar 02
0
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
...y
directory. I tried something like this but it breaks due to the
restrictions:
git svn init --stdlayout https://<user>@llvm.org/svn/llvm-project/llvm \
--ignore-paths="^.*(Apple|PowerPC.*|SVA|eh-experimental|ggreif|non-call-eh|parallel|release_.*|vector_llvm|wendling|May2007|checker|cremebrulee|start|RELEASE_1.*|RELEASE_2[0-7])"
Obviously, replace <user> with whatever it needs to be to allow dcommit
to work.
Ideally we'd have clang and llvm-gcc git mirrors as well via the
--prefix argument to git-svn init, but let's not get ahead of ourselves.
:)
It appears that ther...
2011 Mar 01
2
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Matthieu,
On Tue, Mar 1, 2011 at 8:02 AM, Matthieu Moy
<Matthieu.Moy at grenoble-inp.fr> wrote:
> At some point in the past, an anti-git-svn system had been set up on
> llvm.org. Has this been disabled since? I don't manage to do much with
> git-svn:
Maybe sure. Anton said it is disabled to access upper directories with svn.
Thus, we (accessing llvm.org remotely) cannot do
2011 Mar 08
4
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
...kdown of the root repository
> directory.
Surely not (at the server)
> git svn init --stdlayout https://<user>@llvm.org/svn/llvm-project/llvm \
> --ignore-paths="^.*(Apple|PowerPC.*|SVA|eh-experimental|ggreif|non-call-eh|parallel|release_.*|vector_llvm|wendling|May2007|checker|cremebrulee|start|RELEASE_1.*|RELEASE_2[0-7])"
Several problems here:
1. Bunch of additional branches / tags are created due to multiple
branch points. I don't recall for llvm, but for clang we'll end with
two tags per each release. Something like:
$ git branch -r
trunk
tags/RELEASE_26
tags/...
2011 Mar 08
2
[LLVMdev] How to make release branch available in git (topic changed)
...sitory
>> directory.
> Surely not (at the server)
>
>> git svn init --stdlayout https://<user>@llvm.org/svn/llvm-project/llvm \
>> --ignore-paths="^.*(Apple|PowerPC.*|SVA|eh-experimental|ggreif|non-call-eh|parallel|release_.*|vector_llvm|wendling|May2007|checker|cremebrulee|start|RELEASE_1.*|RELEASE_2[0-7])"
> Several problems here:
> 1. Bunch of additional branches / tags are created due to multiple
> branch points. I don't recall for llvm, but for clang we'll end with
> two tags per each release. Something like:
> $ git branch -r
>...