daniel@tigris.org writes:
> Log:
> * subversion/mod_dav_svn/repos.c
>
> (dav_svn_open_stream) fixed minor typo that prevented this from compiling
Thanks, Daniel. I have no idea why it compiled for me (it did, but
obviously I did something wrong... Oh, I probably forgot to build
mod_dav_svn, heh.)
-K
> Modified: trunk/subversion/mod_dav_svn/repos.c
> ==============================================================================
> --- OLD/trunk/subversion/mod_dav_svn/repos.c Fri Mar 8 01:14:10 2002
> +++ NEW/trunk/subversion/mod_dav_svn/repos.c Fri Mar 8 01:14:10 2002
> @@ -1201,7 +1201,7 @@
> resource->pool);
> if (serr != NULL && serr->apr_err == SVN_ERR_FS_NOT_FOUND)
> {
> - svn_error_clear_all (err);
> + svn_error_clear_all (serr);
> serr = svn_fs_make_file(resource->info->root.root,
> resource->info->repos_path,
> resource->pool);
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 8 16:49:36 2002