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

Re: CVS update: subversion/subversion/tests-common libsvn_test_editor.dsp etc.

From: Branko Èibej <brane_at_xbc.nu>
Date: 2000-11-03 03:54:57 CET

> Log:
> Add MSVC project files for building the client and libraries.
> Modify .cvsignore files to not complain about the new build dirs.

So, here we go. With the attached patch to APR (Greg S, hint, hint), we
can build the command line client and required (static) libraries on Win32.

It doesn't work, of course :-), but that's just a debugging matter.
Anyone looking at the Date: header will understand why I'm not about to
delve into that right now.

Believe it or not, except for the missing apr_sleep, the build went
smoothly.Yea, verily, ye have followed the Commandments of Portability,
and so shall ye all be admitted to the Temple as soon as I've got the
damn thing working ...

Index: apr/time/win32/time.c
===================================================================
RCS file: /home/cvspublic/apache-2.0/src/lib/apr/time/win32/time.c,v
retrieving revision 1.13
diff -u -p -r1.13 time.c
--- apr/time/win32/time.c 2000/08/06 06:07:33 1.13
+++ apr/time/win32/time.c 2000/11/03 02:51:13
@@ -230,3 +230,7 @@ apr_status_t apr_put_os_exp_time(apr_exp
     return APR_SUCCESS;
 }
 
+void apr_sleep(apr_interval_time_t t)
+{
+ Sleep(t/1000);
+}

-- 
Brane �ibej
    home:   <brane_at_xbc.nu>             http://www.xbc.nu/brane/
    work:   <branko.cibej_at_hermes.si>   http://www.hermes-softlab.com/
     ACM:   <brane_at_acm.org>            http://www.acm.org/
Received on Sat Oct 21 14:36:14 2006

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.