[LLVMdev] type-system-rewrite branch near landing

Chris Lattner clattner at apple.com
Fri Jul 8 09:35:11 PDT 2011


On Jul 8, 2011, at 12:05 AM, Jay Foad wrote:

>>>  ~/svn/llvm-project/llvm/branches$ svn up
>>>  svn: Server sent unexpected return value (403 Forbidden) in response
>>> to REPORT request for '/svn/llvm-project/!svn/vcc/default'
>> 
>> I think that explicitly returns Forbidden just to avoid the strain on
>> the server; if you have any write access, you should have write access
>> to everything.
> 
> Off topic, but what really annoys me is:
> 
> ~/svn/llvm-project/llvm$ svn up trunk/
> svn: Server sent unexpected return value (403 Forbidden) in response
> to REPORT request for '/svn/llvm-project/!svn/vcc/default'
> ~/svn/llvm-project/llvm$ ( cd trunk/ ; svn up )
> At revision 134691.
> 
> It's a pain having to cd around just to do svn updates.

Sorry, I don't know what causes that.  We were having problems with people accidentally checking out the entire repo instead of just a single branch, perhaps the fix for that is over-aggressive.

-Chris



More information about the llvm-dev mailing list