[cfe-dev] [LLVMdev] Reminder: LLVM 2.9 Branching in One Week

Matthieu Moy Matthieu.Moy at grenoble-inp.fr
Mon Feb 28 15:02:44 PST 2011


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/



More information about the cfe-dev mailing list