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

Re: svn commit: rev 1461 - trunk/subversion/mod_dav_svn

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-03-08 17:00:12 CET

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

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.