[PATCH] Proof-of-concept patch for APR 1.2 support on Windows
From: Sergey A. Lipnevich <sergey_at_optimaltec.com>
Date: 2006-06-28 07:42:08 CEST
Hi All,
I was trying to run Subversion 1.3.x (.1 and .2) on Windows with Apache
I ran the test suite with the following two consistent failures that I
FAIL: stat_tests.py 8: status for unignored file and directory
FAIL: lock_tests.py 19: update handles svn:needs-lock correctly
The compiler I use is from VS 2005.
Sergey.
[
* subversion/libsvn_subr/io.c:
use APR_FREADONLY to detect read-only file attribute on Win32;
replace contents of svn_io_set_file_read_write_carefully with
don't do anything about "executable" attribute on Win32;
if svn_io_stat gets APR_INCOMPLETE status, disregard it if all but
don't try to handle SGID bit on Win32;
remove pre-APR 0.9.5 code related to SGID.
---------------------------------------------------------------------
|
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.