[LLVMdev] type-system-rewrite branch near landing
Garrison Venn
gvenn.cfe.dev at gmail.com
Fri Jul 8 09:13:33 PDT 2011
make update?
Well this works for llvm+clang for me, though I must admit I have a non-portable
top level make mod that allows svn update to cross soft links--allows me the ability
to delete said soft link and build only llvm. Anyway without such soft links, llvm +
clang update via "make update". Not sure this covers all your issues.
Garrison
On Jul 8, 2011, at 3:05, 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.
>
> Jay.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list