[LLVMdev] [repository] Make LLVM repository Git-clonable

Reid Kleckner rnk at mit.edu
Sat Mar 27 22:05:59 PDT 2010


On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim
<michael.silvanus at gmail.com> wrote:
>> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm
> Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/
> RA layer request failed: Server sent unexpected return value (403
> Forbidden) in response to REPORT request for
> '/svn/llvm-project/!svn/vcc/default' at /usr/lib/git/git-svn line 5047
>
> Any idea if this could be rectified?

Several months ago it was determined that people scraping SVN history
into their DVCS clones were hosing the server, so some attempt was
made to forbid that, which I think you are running into.

Reid



More information about the llvm-dev mailing list