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

Re: svn rev 7611: FAIL (i386-unknown-freebsdelf5.0 static ra_local)

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-11-03 08:00:40 CET

brane@xbc.nu wrote:

>BUILD: Revision 7611 on i386-unknown-freebsdelf5.0 static
>
>
...

>Running all tests in merge_tests.py...FAILURE
>
>
(fails everywhere else, too)

I think this is a consequence of the move to use apr_tmp_dir_get in
revision 7609. Both of my test machines have /tmp and /home on mounted
on different volumes; now apr_file_renams on Unix just calls rename(2),
which does not support cross-volume renames and returns EXDEV instead.

I think this is an APR misfeature. The docs on apr_file_rename say that
"Moving files or directories across devices may not be possible," but I
think the workaround is so simple that APR should just implement it
internally The Windows implementation of apr_file_rename does revert to
copy+delete on cross-volume renames.

Thoughts?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 3 08:01:15 2003

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.