Anton Korobeynikov
2011-Feb-28 19:58 UTC
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
> 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 --branches options, in > case your Subversion repository places tags or branches under multiple > paths.The svn repository is free to checkout. So, if you'll find a reasonable combination of cmdline options (which will provide release branches / tags only), then please let us know and we'll add the branches/tags to the repository as well. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Bill Wendling
2011-Feb-28 20:02 UTC
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
On Feb 28, 2011, at 11:58 AM, Anton Korobeynikov wrote:>> 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 --branches options, in >> case your Subversion repository places tags or branches under multiple >> paths. > The svn repository is free to checkout. So, if you'll find a > reasonable combination of cmdline options (which will provide release > branches / tags only), then please let us know and we'll add the > branches/tags to the repository as well. >I am by far not a 'git' expert. (Every time I use git, I mess something up.) I encourage people to create a 2.9 branch in git if it's possible. But unfortunately I won't be able to do it automatically. -bw
Matthieu Moy
2011-Feb-28 23:02 UTC
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Anton Korobeynikov <anton at korobeynikov.info> writes:>> 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 --branches options, in >> case your Subversion repository places tags or branches under multiple >> paths. > The svn repository is free to checkout.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: $ git svn clone http://llvm.org/svn/llvm-project/llvm -T trunk llvm-clone Initialized empty Git repository in /tmp/llvm-clone/.git/ Using higher level of URL: http://llvm.org/svn/llvm-project/llvm => http://llvm.org/svn/llvm-project RA layer request failed: Server sent unexpected return value (403 Forbidden) in response to REPORT request for '/svn/llvm-project/!svn/vcc/default' at /home/moy/local/usr/libexec/git-core/git-svn line 5131 (but I'm not really a git-svn expert either)> So, if you'll find a reasonable combination of cmdline options (which > will provide release branches / tags only), then please let us know > and we'll add the branches/tags to the repository as well.At least one person did that (partly manually): https://github.com/earl/llvm-mirror -- Matthieu Moy http://www-verimag.imag.fr/~moy/
NAKAMURA Takumi
2011-Mar-01 04:03 UTC
[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 git-svn with branches for homebrew. In contrast, I suppose Anton might create branches with git-svn. Or I guess Andreas (aka earl) might know howto. (I guess, Andreas might manipulate lowlevel git to create a branch initially) Andreas and Anton, could you please launch git release branches for llvm.org? ...Takumi ps. afaik llvm.org/git/llvm.git is diverged to https://github.com/earl/llvm-mirror.
Seemingly Similar Threads
- [LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
- [LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
- [LLVMdev] How to make release branch available in git (topic changed)
- [LLVMdev] How to make release branch available in git (topic changed)
- [LLVMdev] svnsync of llvm tree