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

RE: svn commit: r1501360 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 9 Jul 2013 22:32:25 +0200

> -----Original Message-----
> From: Daniel Shahaf [mailto:d.s_at_daniel.shahaf.name]
> Sent: dinsdag 9 juli 2013 22:06
> To: dev_at_subversion.apache.org
> Cc: commits_at_subversion.apache.org
> Subject: Re: svn commit: r1501360 -
> /subversion/trunk/subversion/libsvn_wc/wc_db.c
>
> rhuijben_at_apache.org wrote on Tue, Jul 09, 2013 at 16:09:33 -0000:
> > @@ -13532,6 +13533,9 @@ wclock_obtain_cb(svn_wc__db_wcroot_t *wc
> > + if (enforce_empty_wq)
> > + svn_wc__db_verify_no_work(wcroot->sdb);
>
> Missing SVN_ERR wrapper.
>
> > @@ -13679,9 +13683,6 @@ svn_wc__db_wclock_obtain(svn_wc__db_t *d
> > - if (db->enforce_empty_wq)
> > - SVN_ERR(svn_wc__db_verify_no_work(wcroot->sdb));

Good catch.
(writing patch now)

        Bert
Received on 2013-07-09 22:33:29 CEST

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.