Subversion Migration Completed

Dear LLVMers,

The first phase of the Subversion conversion is complete. The CVS
repository will no longer be available. You will now need to use the
SVN server.

Directions for getting LLVM from the SVN server can be found in the new
Getting Started Guide (http://llvm.org/docs/GettingStarted.html). If
you run a nightly tester, you should update your LLVM tree from SVN to
get the new NewNightlyTester script.

There are a few minor features that are still missing. I believe we
still need to redirect cvsweb to use viewvcs. We also do not have the
URL re-writing rules in places for http://llvm.org/docs to redirect to
the latest documentation stored in the SVN repository. We'll try to get
those as soon as we can.

If you encounter problems, please email the llvmdev list with details.

Thanks for your patience; hopefully everything works okay over the weekend.

Regards,

John Criswell

Can't check out:

svn co http://llvm.org/svn/llvm-project/trunk/llvm llvm
svn: URL 'http://llvm.org/svn/llvm-project/trunk/llvm’ doesn't exist

Apparently, the Getting Started guide is wrong:

svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
A llvm/test
A llvm/test/Archive
A llvm/test/Archive/extract_xpg4.ll

                                                      -Dave

And wasn't the llvm-gcc sources supposed to be there as well?

-bw

Hello, Bill

And wasn't the llvm-gcc sources supposed to be there as well?

Not yet. I think this should be the second stage.

Ah! Okay. :slight_smile:

-bw

David Greene wrote:

Fixed. Thanks for noticing this.

-- John T.

OK. Whenever it happens, please use gcc-version number in name.
For example,
  .../llvm-gcc-4.0

Thanks,