We have completed the move to the new server for LLVM.org. One casualty of this move was that svn.llvm.org was NOT enabled at this time.
There is a new certificate for LLVM.org and HTTPS is enabled for the website. We know of a few issues with some of the webpages but will be working them out over the next few days.
Please do not hesitate to contact llvm-admin@lists.llvm.org with any issues you find. With a large change like this, we expect to have a few bumps and appreciate your patience.
A huge thank you to Anton and Mike for all their hard work!
Unsure whether this is a side effect of the migration or something
planned, but `llvm.org/bugs` stopped to work.
I'm fairly confident this worked before , and there are a few links in
llvm/lib that are now broken:
I'm not particularly worried about these, as they can be fixed, but
probably the web is full of references to bugzilla with the old
address so it would be nice if llvm.org/bugs will automatically
redirect to bugs.llvm.org, if possible.
We have completed the move to the new server for LLVM.org <http://LLVM.org>. One casualty of this move was that *svn.llvm.org <http://svn.llvm.org> was NOT enabled at this time. *
*
There is a new certificate for LLVM.org <http://LLVM.org> and HTTPS is enabled for the website. We know of a few issues with some of the webpages but will be working them out over the next few days.
I now cannot do an svn checkout of the polly repository. It will checkout some files, but then fail:
$ svn co polly-trunk AÂ Â Â polly-trunk/cmake AÂ Â Â polly-trunk/include …
AÂ Â Â polly-trunk/lib/External/isl/config.guess
svn: E175013: Access to ‘/svn/llvm-project/!svn/ver/304069/polly/trunk/lib/External/isl/interface/isl.h.top’ forbidden
After the move I have problems with svn checkout of trunk and 4.0 branch. I get the whole bunch of different errors during checkout, including:
svn: E000054: Error running context: Connection reset by peer
svn: E000060: Operation timed out
svn: E000104: Error retrieving REPORT: Connection reset by peer
svn: E120106: ra_serf: The server sent a truncated HTTP response body.
Sometimes I’m able to complete checkout successfully. But more frequently not.
I see these problems on multiple systems, which used to work well before the site move.
I’ve also switched to https and it solved the problem.
With http, it’s still failing almost always, when I’m behind corporate proxy. And it does work when I’m not behind the proxy. Not sure if it’s a problem of the proxy, or it’s interplay between the proxy and svn server.
I’ve been seeing problems where I am because the domain name is being flagged as new (or possibly forged, parked, etc.). My hope is that these will clear up soon, but I filed a ticket with our vendor regardless. Maybe you can do something similar. -Hal
In my case the checkout starts well, but fails in random places with different messages in about 1-2 minutes. If it was not starting at all, it would be much easier to debug… I’m not sure that firewall is smart enough to stop checkout process from unreliable site after 1-2 minutes of download.