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

Compiling subversin for Apache-2.2/win

From: Vadim Chekan <kot.begemot_at_gmail.com>
Date: 2005-12-12 06:03:05 CET

Hi all,

I managed to compile subversion 1.3.0-rc4 for Apache-2.2 on Windows,
using Visual Studio-2005.

The problem is that it can't create "bdb" repo.
libsvn_subr/io.c:dir_make()
...
status = apr_stat (&finfo, path_apr, APR_FINFO_PROT, pool);
which calls apr\file_io\win32\filestat.c:more_finfo()
and returns APR_INCOMPLETE and the finction terminates with message
"Can't stat directory"

What's the point in attempt to set SGID on Win platform? Or is it a
big in apr-1.2?

Vadim.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 12 06:03:45 2005

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.