[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 9 Jul 2013 23:05:38 +0300

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));
Received on 2013-07-09 22:06:15 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.