Re: svn commit: r1100704 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-09 Thread Greg Stein
On May 9, 2011 10:48 AM, "Julian Foad" wrote: > > Hyrum K Wright wrote: > > On Sun, May 8, 2011 at 3:34 AM, wrote: > > > -for (i = relpath_depth(local_relpath); i > op_depth; --i) > > > +for (i = (int)relpath_depth(local_relpath); i > op_depth; --i) > > > > > > -for (i = relpath_

Re: svn commit: r1100704 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-09 Thread Philip Martin
Julian Foad writes: > Alternatively... I'd like to change all our uses of apr_int64_t for > (wc_id, repos_id, op_depth) to plain "int". I think that would be > better because it would only occupy one syllable of thought-space rather > than eight syllables. And I believe there's no functional or

Re: svn commit: r1100704 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-09 Thread Julian Foad
Hyrum K Wright wrote: > On Sun, May 8, 2011 at 3:34 AM, wrote: > > -for (i = relpath_depth(local_relpath); i > op_depth; --i) > > +for (i = (int)relpath_depth(local_relpath); i > op_depth; --i) > > > > -for (i = relpath_depth(current_relpath); i > op_depth; i--) > > +for (

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

2011-05-09 Thread Bert Huijben
> -Original Message- > From: Hyrum K Wright [mailto:hy...@hyrumwright.org] > Sent: maandag 9 mei 2011 16:32 > To: dev@subversion.apache.org > Cc: comm...@subversion.apache.org > Subject: Re: svn commit: r1100704 - > /subversion/trunk/subversion/libsvn_wc/wc_db.c

Re: svn commit: r1100704 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

2011-05-09 Thread Hyrum K Wright
On Sun, May 8, 2011 at 3:34 AM, wrote: > Author: rhuijben > Date: Sun May  8 08:34:56 2011 > New Revision: 1100704 > > URL: http://svn.apache.org/viewvc?rev=1100704&view=rev > Log: > * subversion/libsvn_wc/wc_db.c >  (scan_addition_txn, >   wclock_obtain_cb, >   svn_wc__db_wclock_obtain, >   svn_