Philip Martin wrote:
+  mu_ts_after_update = os.path.getmtime(mu_path)
+  if (mu_ts_before_update != mu_ts_after_update):
+    print("The timestamp of 'mu' before and after update does not match.")
+    raise svntest.Failure

Why is this an failure?

In the previous versions of subversion ie., 1.5.x or 1.4.x the keyword will not expand, but this is not the case with 1.6.x in which it gets expanded for the first update. This is what the issue #3471 is about and the committed patch tests that.

Yes, the sleep delay is required.

Thank You.
--
Senthil Kumaran S
http://www.stylesen.org/

Reply via email to