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

Re: [PATCH] saving timestamps as properties

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2004-12-22 15:17:01 CET

> > This causes a regression test failure on my system (Subversion r11892 on
> > Linux):
> >
> > FAIL: special_tests.py 3: import and export a symlink
>
> I tested with a clean subversion 1.1.1 tree with bdb, a tree with my patch
> with bdb and fsfs, and it's always the same:
> merge_tests.py 2,8,10,12,13,15 fail.
> But that happens with a clean 1.1.1 tree as well - so if there are external
> dependencies (libraries or some such), they may be the cause.
>
> I see the same behaviour with and without my patch.
I justed re-tested with subversion 1.1.2 and got FAILs on the same tests as
before (ie merge_tests.py 2,8,10,12,13,15).
Looking through tests.log I noticed that the FAILs were caused by my
ramfs-mount on subversion/tests/client/cmdline/working_copies.
The ramfs-mount works ok for the repositories, but these tests try to move
files from the current directory into the .svn-directories - which fails, as
they are on another filesystem.

Using the harddisk for working_copies solved the problem.

So I got the following results:
 - clean tree and
 - patched tree
 - with bdb and
 - with fsfs
shows no failed tests.

The patches are the same as before (see
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=82866 or
http://subversion.tigris.org/issues/show_bug.cgi?id=1256).
They apply without fuzz or warnings.

Regards,

Phil

PS: Julian, do you still get the error in special_tests 3?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 22 15:18:08 2004

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.