can't extract diffs from llvm svn any more

It used to be that you could extract the diff for change with a command
like:

svn diff -c 323998 http://llvm.org/svn/llvm-project/cfe/trunk

I now get:

svn: E175013: Access to '/svn/llvm-project/!svn/vcc/default' forbidden

I uses this to extract upstream patches for release version of llvm
products to add to the packages in FreeBSD. If there's another prefered
option please let me know and I'll use that.

-- Brooks

Brooks Davis via llvm-dev <llvm-dev@lists.llvm.org> writes:

It used to be that you could extract the diff for change with a command
like:

svn diff -c 323998 http://llvm.org/svn/llvm-project/cfe/trunk

I now get:

svn: E175013: Access to '/svn/llvm-project/!svn/vcc/default' forbidden

Use https:

  svn diff -c 323998 https://llvm.org/svn/llvm-project/cfe/trunk