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

Re: subversion-1.8.0-rc2: diff_test 60 fails

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 28 May 2013 13:31:17 +0100

Tobias Bading <tbading_at_web.de> writes:

> b) '{ while true; do echo "" >t; ls -l --full-time t; rm t; done; } |
> uniq' prints exactly *two* lines per second, one every 0.5 seconds,
> exact down to the millisecond.

I have an Ubuntu 12.04 machine and I see the expected behaviour: lots of
different timestamps. I have run the Subversion tests on Ubuntu 10.04 in
the past without a problem.

If you do a Subversion checkout of something like
http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_wc do
you see all the working files with different timestamps? If you then
remove the working files and run 'svn revert -R' all the files should be
restored in a fraction of a second. Do they all have different
timestamps?

You could also try mounting a tmpfs filesystem:

     sudo mount -t tmpfs tmpfs /mnt

Do you get the same timestamp behaviour on that filesystem?

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2013-05-28 14:31:54 CEST

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

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