[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Test case for issue #3471: svn up touches file w/ lock & svn:keywords property

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Mon, 13 Sep 2010 14:48:52 +0530

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/
Received on 2010-09-13 11:19:35 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.