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

Re: Help in diagnosing make fsfscheck

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-15 23:24:41 CEST

Looking at your tests.log, it seems that the test failures are
related to situations whereby a file should be locally modified, but
subversion isn't detecting the modification.

Are you perhaps running the tests on a FAT filesystem? FAT has a 2-
second time resolution for timestamps, so it's possible that a script
can append to a file and then ask 'svn' to stat the file all within 2
seconds. Subversion sees no change in timestamp, so it assumes that
the file hasn't changed.

On Jul 15, 2005, at 2:10 PM, Insert Real Name wrote:

> Hello,
> I'm a complete SVN beginner.
>
> I successfully compiled subversion-1.2.1 on my hosting provider's
> machine (a Linux host) with the options --without-berkeley-db --
> with-zlib --with-ssl and then executed 'make fsfscheck'. All the
> tests passed, except the following:
>
> FAIL: diff_tests.py 15: repos-repos diff on item deleted from HEAD
> FAIL: diff_tests.py 19: diff between two file URLs (issue #1311)
> FAIL: diff_tests.py 23: diff a file within a renamed directory
> FAIL: diff_tests.py 24: diff a prop change on a dir named explicitly
> FAIL: diff_tests.py 25: ensure that diff won't show keywords
> FAIL: diff_tests.py 26: show diffs for binary files with --force
> FAIL: externals_tests.py 3: update to lose an external module
> FAIL: externals_tests.py 4: update change to an unmodified
> external module
> FAIL: externals_tests.py 5: update changes to a modified external
> module
> FAIL: externals_tests.py 6: update changes under an external module
> FAIL: externals_tests.py 7: commit and update additional externals
> FAIL: merge_tests.py 1: performing a merge, with mixed results
> FAIL: merge_tests.py 7: merge on deleted directory in target
> FAIL: merge_tests.py 9: merge operations using PREV revision
>
> I'm not sure where to go from here: some of these seem like fairly
> serious failures--but I know very little of subversion so far, I'm
> reading the red-bean book and learning with my own Windows machine.
> I have posted the config.{log,nice,status} from my build are at
> http://lotbiniere.org/subversion along with the full tests.log
>
> Can anyone give me any ideas on what might be wrong and how to
> diagnose it correctly?
>
> --
> Insert Real Name
>
> insertrealname AT yahoo.ca
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 15 23:26:17 2005

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.