https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230462
--- Comment #2 from Jan Beich <[email protected]> --- Use /projects/clang700-import branch instead of /head or if you really want /head then try the following $ svn diff --patch-compatible svn://svn.freebsd.org/base/head@r337285 svn://svn.freebsd.org/base/projects/clang700-import@337355 | xz -T0 >/path/to/clang7.diff.xz $ du -Ah /path/to/clang7.diff.xz 7.4M /path/to/clang7.diff.xz $ xzcat /path/to/clang7.diff.xz | patch -Efsp0 -d /usr/src -- You are receiving this mail because: You are the assignee for the bug.
