[llvm-dev] can't extract diffs from llvm svn any more

Justin Bogner via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 13 10:56:03 PST 2018


Brooks Davis via llvm-dev <llvm-dev at 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

> 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
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list