svn checkout fails at the svn-test-suite stage of the buildbot bcse of a bug with svn when using http. This was originally identified in this [[ https://bugs.llvm.org/show_bug.cgi?id=36358 | bugzilla ]]report and fixed in this patch - rL329138. A module called LLVMBuildFactory was modified in this patch - rL346382 to handle the svn-test-suite stage but did not account for the need for secure http when running svn-test-suite. The code that did account for this need was replaced with code using the LLVMBuildFactory in this patch - rL346831.
In this patch edits in patch - rL346382 will be changed to also account for this bugzilla