Title: [92036] trunk/Tools
Revision
92036
Author
[email protected]
Date
2011-07-29 17:53:22 -0700 (Fri, 29 Jul 2011)

Log Message

Add some temporary debug logging messages to try to understand why the
windows bots can't figure out their current SVN revision.

* Scripts/webkitpy/common/checkout/scm/svn.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (92035 => 92036)


--- trunk/Tools/ChangeLog	2011-07-30 00:51:44 UTC (rev 92035)
+++ trunk/Tools/ChangeLog	2011-07-30 00:53:22 UTC (rev 92036)
@@ -1,5 +1,12 @@
 2011-07-29  Adam Barth  <[email protected]>
 
+        Add some temporary debug logging messages to try to understand why the
+        windows bots can't figure out their current SVN revision.
+
+        * Scripts/webkitpy/common/checkout/scm/svn.py:
+
+2011-07-29  Adam Barth  <[email protected]>
+
         Chromium try servers should use downstream test_expectations
         https://bugs.webkit.org/show_bug.cgi?id=65390
 

Modified: trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py (92035 => 92036)


--- trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py	2011-07-30 00:51:44 UTC (rev 92035)
+++ trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py	2011-07-30 00:53:22 UTC (rev 92036)
@@ -218,6 +218,9 @@
         return "svn"
 
     def head_svn_revision(self):
+        _log.debug('Temporary logging to debug bot...')
+        _log.debug(self.checkout_root)
+        _log.debug(os.getcwd())
         return self.value_from_svn_info(self.checkout_root, 'Revision')
 
     # FIXME: This method should be on Checkout.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to