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

subversion-1.6.11 can not be compiled: dav_new_error incompatible

From: <szukw000_at_arcor.de>
Date: Wed, 2 Jun 2010 13:12:26 +0200 (CEST)

----------------------------------------------------------
httpd-2.2.14/modules/dav/main/mod_dav.h :

DAV_DECLARE(dav_error*) dav_new_error(apr_pool_t *p, int status,
                                      int error_id, const char *desc);
----------------------------------------------------------
httpd-2.3.5-alpha

DAV_DECLARE(dav_error*) dav_new_error(apr_pool_t *p, int status,
                                      int error_id, apr_status_t aprerr,
                                      const char *desc);
----------------------------------------------------------
subversion-1.6.11:

    return dav_new_error(pool, HTTP_BAD_REQUEST,
                         DAV_ERR_LOCK_SAVE_LOCK,
                         "Only 'write' locks are supported.");
      return dav_new_error(repos->pool, HTTP_NOT_FOUND, 0,
                           "could not find activity.");
----------------------------------------------------------

I use httpd-2.3.5-alpha :-(

winfried

Und was machen Sie heute abend? Alles Events Ihrer Gegend auf einen Blick im Arcor.de-Veranstaltungskalender: http://www.arcor.de/rd/footer.events
Received on 2010-06-02 13:13:09 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.