[LLVMdev] svn down?

Tanya Lattner lattner at apple.com
Tue Aug 11 10:39:07 PDT 2009


On Aug 11, 2009, at 10:05 AM, David Greene wrote:

> On Monday 10 August 2009 17:42, Tanya Lattner wrote:
>> On Aug 10, 2009, at 2:59 PM, David Greene wrote:
>>> I've been getting this on svn update all day:
>>>
>>> svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default'
>>> svn: REPORT of '/svn/llvm-project/!svn/vcc/default': 403 Forbidden
>>> (http://llvm.org)
>>>
>>> Is this related to the server problems that have been going on for a
>>> while?
>>
>> svn is fine. What command are you using?
>>
>> We have done some tuning of the server to prevent abusive  
>> practices :)
>> In particular, svn up/co of the root is no longer allowed.
>
> I am doing this:
>
> svn update llvm/trunk/ llvm/trunk/projects/test-suite llvm-gcc-4.2/ 
> trunk
>
> What's considered "root?"

Here are the rules.
/*/trunk = allow
/ = deny
/* = deny
/*/tags = deny
/*/branches = deny
/*/* = deny
/*/*/tags = deny
/*/*/branches = deny

The * matches only one directory.

If you aren't doing any of those things, send me your IP address and  
I'll make sure you aren't on the bad list ;)

-Tanya


>
>
>                                    -Dave
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090811/c6747351/attachment.html>


More information about the llvm-dev mailing list