<div dir="ltr">Thanks Galina, this gives me a clue as to what the actual problem is.  I'll investigate tomorrow.</div><br><div class="gmail_quote"><div dir="ltr">On Mon, May 30, 2016 at 4:32 PM Galina Kistanova <<a href="mailto:gkistanova@gmail.com">gkistanova@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hello Zachary,<br><br>I do not think the svn revert would help in your case, as it seems your problem is in unreliable access to the SVN server.<br>Here is what I see in the log (<a href="http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc2015/builds/18885/steps/svn-llvm/logs/stdio" target="_blank">http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc2015/builds/18885/steps/svn-llvm/logs/stdio</a>):<br><br>Updating '.':<br>svn: E175012: Unable to connect to a repository at URL '<a href="http://llvm.org/svn/llvm-project/llvm/trunk" target="_blank">http://llvm.org/svn/llvm-project/llvm/trunk</a>'<br>svn: E175012: Connection timed out<br><br>And then, on top of that you have issues with your file system:<br><br>exceptions.WindowsError: [Error 5] Access is denied: u'C:\\buildbot\\lldb-windows-x86\\lldb-windows-x86\\llvm\\tools\\lldb\\packages\\Python\\lldbsuite\\test\\functionalities\\attach_resume\\AttachResume'<br><br>Given that, revert would not help at all, as it could fail the same way because of the same reasons.<br>I think your only way is to solve the root problems, i.e. investigate and fix the network issues, and fix whatever holds a lock (antivirus? indexer?).<br><br>Anyway, if you want to run svn revert, you can do so by adding a ShellCommand​ step.<br><br></div>Thanks<br><br></div>Galina<br><br><br><div><div><div class="gmail_extra"><br><div class="gmail_quote"></div></div></div></div></div><div dir="ltr"><div><div><div class="gmail_extra"><div class="gmail_quote">On Fri, May 27, 2016 at 1:24 PM, Zachary Turner <span dir="ltr"><<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>></span> wrote:<br></div></div></div></div></div><div dir="ltr"><div><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Galina,<div><br></div><div>Is there a way to have my builder force an svn revert before every update?  For some reason it keeps getting messed up and having tree conflicts, and this is breaking the update step.</div><div><br></div><div><a href="http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc2015/builds/18885/steps/cmake-configure/logs/stdio" target="_blank">http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc2015/builds/18885/steps/cmake-configure/logs/stdio</a><br></div><div><br></div><div>I logged into the builder and manually did an svn revert earlier, and it was back to being messed up against 3 builds later.</div></div>
</blockquote></div></div></div></div></div></blockquote></div>