Re: svn commit: r1102912 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/prop_commands.c libsvn_wc/externals.c libsvn_wc/wc_db.c tests/libsvn_wc/db-test.c

2011-05-14 Thread Branko Čibej
On 14.05.2011 14:01, Greg Stein wrote: > On Sat, May 14, 2011 at 04:00, Bert Huijben wrote: >> >>> -Original Message- >>> From: Greg Stein [mailto:gst...@gmail.com] >>> Sent: zaterdag 14 mei 2011 7:06 >>> To: dev@subversion.apache.org >>> Subject: Re: svn commit: r1102912 - in /subversion/

Re: svn commit: r1103177 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2011-05-14 Thread Greg Stein
On Sat, May 14, 2011 at 16:26, Hyrum K Wright wrote: > On Sat, May 14, 2011 at 7:29 PM, Greg Stein wrote: >... >>>... >>> +  struct set_changelist_baton_t scb = { new_changelist, changelist_filter, >>> +                                        depth }; >>> +  int final_queries[] = { STMT_DROP_CHAN

Re: svn commit: r1103177 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2011-05-14 Thread Hyrum K Wright
On Sat, May 14, 2011 at 7:29 PM, Greg Stein wrote: > On Sat, May 14, 2011 at 14:19,   wrote: >>... >> +++ subversion/trunk/subversion/libsvn_wc/wc_db.c Sat May 14 18:19:11 2011 >> @@ -2466,10 +2466,18 @@ run_final_query(void *baton, >>                 svn_wc__db_wcroot_t *wcroot, >>              

Re: svn commit: r1103177 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2011-05-14 Thread Greg Stein
On Sat, May 14, 2011 at 14:19, wrote: >... > +++ subversion/trunk/subversion/libsvn_wc/wc_db.c Sat May 14 18:19:11 2011 >... > @@ -4944,11 +4952,105 @@ svn_wc__db_op_modified(svn_wc__db_t *db, >   NOT_IMPLEMENTED(); >  } > > +/* */ > +static svn_error_t * > +populate_targets_tree(svn_wc__db_wcro

Re: svn commit: r1103177 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c

2011-05-14 Thread Greg Stein
On Sat, May 14, 2011 at 14:19, wrote: >... > +++ subversion/trunk/subversion/libsvn_wc/wc_db.c Sat May 14 18:19:11 2011 > @@ -2466,10 +2466,18 @@ run_final_query(void *baton, >                 svn_wc__db_wcroot_t *wcroot, >                 apr_pool_t *scratch_pool) >  { > -  int *finalize_idx = b

RE: svn commit: r1102912 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/prop_commands.c libsvn_wc/externals.c libsvn_wc/wc_db.c tests/libsvn_wc/db-test.c

2011-05-14 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: zaterdag 14 mei 2011 14:36 > To: Greg Stein > Cc: dev@subversion.apache.org > Subject: RE: svn commit: r1102912 - in /subversion/trunk/subversion: > include/private/svn_wc_private.h libsvn_client/prop_commands.c > l

RE: svn commit: r1102912 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/prop_commands.c libsvn_wc/externals.c libsvn_wc/wc_db.c tests/libsvn_wc/db-test.c

2011-05-14 Thread Bert Huijben
They would have to live in a layer below base if we want them in nodes (op depth -1 or MAXINT?) And there are only a few places where we do want to see them. Certainly not as just another node in a directory, but only accessible directly via its path. They are 'external' and really from a differen

Re: svn commit: r1102912 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/prop_commands.c libsvn_wc/externals.c libsvn_wc/wc_db.c tests/libsvn_wc/db-test.c

2011-05-14 Thread Greg Stein
On Sat, May 14, 2011 at 04:00, Bert Huijben wrote: > > >> -Original Message- >> From: Greg Stein [mailto:gst...@gmail.com] >> Sent: zaterdag 14 mei 2011 7:06 >> To: dev@subversion.apache.org >> Subject: Re: svn commit: r1102912 - in /subversion/trunk/subversion: >> include/private/svn_wc_p

Vulnerability in APR: CVE-2011-0419

2011-05-14 Thread Hyrum K Wright
To interested persons: Apache Subversion uses the Apache Portable Runtime (APR) to provide platform-specific and other utility services. APR announced the availability of APR 1.4.4, which addresses CVE-2011-0419, a potential unconstrained recursion bug in the apr_fnmatch(). An attacker could pot

Re: svn commit: r1102837 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

2011-05-14 Thread Daniel Shahaf
I reported on IRC errors upgrading format-19 working copies, this commit was in response to those reports. Greg Stein wrote on Sat, May 14, 2011 at 01:02:39 -0400: > On Fri, May 13, 2011 at 14:09, wrote: > > Author: rhuijben > > Date: Fri May 13 18:09:06 2011 > > New Revision: 1102837 > > > > UR

RE: svn commit: r1102912 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/prop_commands.c libsvn_wc/externals.c libsvn_wc/wc_db.c tests/libsvn_wc/db-test.c

2011-05-14 Thread Bert Huijben
> -Original Message- > From: Greg Stein [mailto:gst...@gmail.com] > Sent: zaterdag 14 mei 2011 7:06 > To: dev@subversion.apache.org > Subject: Re: svn commit: r1102912 - in /subversion/trunk/subversion: > include/private/svn_wc_private.h libsvn_client/prop_commands.c > libsvn_wc/externals

RE: svn commit: r1102619 - /subversion/trunk/subversion/libsvn_client/externals.c

2011-05-14 Thread Bert Huijben
> -Original Message- > From: Greg Stein [mailto:gst...@gmail.com] > Sent: zaterdag 14 mei 2011 7:00 > To: dev@subversion.apache.org > Subject: Re: svn commit: r1102619 - > /subversion/trunk/subversion/libsvn_client/externals.c > > On Fri, May 13, 2011 at 05:13, wrote: > > Author: rhuij