You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Ph. Marek" <ph...@bmlv.gv.at> on 2004/12/22 14:17:01 UTC

Re: [PATCH] saving timestamps as properties

> > 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

Re: [PATCH] saving timestamps as properties

Posted by Julian Foad <ju...@btopenworld.com>.
Ph. Marek wrote:
> PS: Julian, do you still get the error in special_tests 3?

I don't know.  Sorry, I'm not working on Subversion at the moment.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org