[PATCH] D62369: [ADT] Enable set_difference() to be used on StringSet

Mike Pozulp via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 6 17:03:37 PDT 2019


mmpozulp added a comment.

I'm fighting with svn. I ran `svn co https://user@llvm.org/svn/llvm-project/llvm/trunk llvm` which took about 90 minutes to checkout the repo. If I run `svn up` it hangs for ~10 minutes on a poll() call (which I discovered by running `strace`) then emits an error

  $ svn up
  Updating '.':
  svn: E175002: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not read status line: Secure connection truncated (https://llvm.org)

I'm running svn 1.7.14

  $ svn --version
  svn, version 1.7.14 (r1542130)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62369/new/

https://reviews.llvm.org/D62369





More information about the llvm-commits mailing list