llvm-gcc4 now available on a subversion mirror

We are pleased to announce that it is now possible to download the sources of the llvm-gcc4 front end from a read-only mirror using subversion. To check out the code the first time use;

svn co svn://anonsvn.opensource.apple.com/svn/llvm dst-directory

After that, the code can be be updated in the destination directory using;

svn update

The mirror is brought up to date every evening. Unfortunately, the current posting is a bit out of date but we should be caught up tomorrow.

Cheers,

– Jim