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

mod_dav_svn compile error

From: Jacob Smullyan <smulloni_at_smullyan.org>
Date: 2001-05-28 06:03:06 CEST

Building subversion with the latest cvs apache 2.0 I encountered an error in
mod_dav_svn/util.c: a reference to a "uri_components" type. I assume this
should be "apr_uri_components", which at least builds and seems to run.

patch follows, in its verbose glory.

Jacob Smullyan smulloni@smullyan.org

Index: util.c
===================================================================
RCS file: /usr/local/tigris/data/helm/cvs/repository/subversion/subversion/mod_dav_svn/util.c,v
retrieving revision 1.14
diff -c -r1.14 util.c
*** util.c 2001/04/24 23:18:09 1.14
--- util.c 2001/05/28 03:56:01
***************
*** 86,92 ****
                                        const char *uri,
                                        apr_pool_t *pool)
  {
! uri_components comp;
    char *path;
    apr_size_t len1;
    apr_size_t len2;
--- 86,92 ----
                                        const char *uri,
                                        apr_pool_t *pool)
  {
! apr_uri_components comp;
    char *path;
    apr_size_t len1;
    apr_size_t len2;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:30 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.