[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 1926 - trunk/subversion/svnadmin trunk/subversion/libsvn_fs trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr trunk/subversion/libsvn_client trunk/subversion/clients/cmdline trunk/subversion/tests/libsvn_wc trunk/subversion/tests/libsvn_subr trunk/subversion/libsvn_repos trunk/subversion/libsvn_delta trunk/subversion/libsvn_ra_dav

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-05-11 00:31:17 CEST

Greg Stein <gstein@lyra.org> writes:

> On Fri, May 10, 2002 at 01:32:53PM -0500, philip@tigris.org wrote:
> >...
> > +++ trunk/subversion/libsvn_fs/fs.c Fri May 10 13:32:51 2002
> > @@ -396,7 +396,7 @@
> >
> > /* Create the directory for the new Berkeley DB environment. */
> > apr_err = apr_dir_make (fs->path, APR_OS_DEFAULT, fs->pool);
> > - if (! APR_STATUS_IS_SUCCESS (apr_err))
> > + if (apr_err != APR_SUCCESS)
>
> nit: most of the others have just been 'if (apr_err)'
>
> (this was the only one like this out of the whole batch)

It maches other tests in that function. Yes, I made most of the
changes using perl one-liners, but yes I then looked at every one as
well :)

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 11 00:32:18 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.