You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Scott Ananian" <ca...@lesser-magoo.lcs.mit.edu> on 2001/08/20 18:18:13 UTC

path: apache 2.0 apr_uti_components name change

In the most recent CVS version of apache 2.0, the type
'apr_uri_components' mentioned in subversion/mod_dav_syn/util.c has been
renamed to 'apr_uri_t'.  The following patch against current CVS is
required to allow subversion + mod_dav_svn to compile.
 --s

Cocaine colonel East Timor Flintlock UKUSA Ft. Bragg explosives AES 
direct action World Trade Center Honduras smuggle Dictionary Rule Psix 
              ( http://lesser-magoo.lcs.mit.edu/~cananian )

Index: subversion/mod_dav_svn/util.c
===================================================================
RCS file: /usr/local/tigris/data/helm/cvs/repository/subversion/subversion/mod_dav_svn/util.c,v
retrieving revision 1.16
diff -u -p -r1.16 util.c
--- subversion/mod_dav_svn/util.c	2001/05/30 10:11:02	1.16
+++ subversion/mod_dav_svn/util.c	2001/08/20 18:15:38
@@ -87,7 +87,7 @@ svn_error_t *dav_svn_simple_parse_uri(da
                                       const char *uri,
                                       apr_pool_t *pool)
 {
-  apr_uri_components comp;
+  apr_uri_t 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

Re: path: apache 2.0 apr_uti_components name change

Posted by kf...@collab.net.
"C. Scott Ananian" <ca...@lesser-magoo.lcs.mit.edu> writes:
> In the most recent CVS version of apache 2.0, the type
> 'apr_uri_components' mentioned in subversion/mod_dav_syn/util.c has been
> renamed to 'apr_uri_t'.  The following patch against current CVS is
> required to allow subversion + mod_dav_svn to compile.
>  --s

Applied; thanks for the patch!

-K

> Index: subversion/mod_dav_svn/util.c
> ===================================================================
> RCS file: /usr/local/tigris/data/helm/cvs/repository/subversion/subversion/mod_dav_svn/util.c,v
> retrieving revision 1.16
> diff -u -p -r1.16 util.c
> --- subversion/mod_dav_svn/util.c	2001/05/30 10:11:02	1.16
> +++ subversion/mod_dav_svn/util.c	2001/08/20 18:15:38
> @@ -87,7 +87,7 @@ svn_error_t *dav_svn_simple_parse_uri(da
>                                        const char *uri,
>                                        apr_pool_t *pool)
>  {
> -  apr_uri_components comp;
> +  apr_uri_t 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org