Re: svn commit: r1411629 - /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c

2012-11-24 Thread Hyrum K Wright
Sure, if philip thinks it's appropriate. On Sat, Nov 24, 2012 at 1:08 AM, Daniel Shahaf wrote: > Revert r1412515 then? > > Hyrum K Wright wrote on Fri, Nov 23, 2012 at 15:29:32 -0500: > > I did a little poking and fixed this in r1413046. > > > > > > On

Re: svn commit: r1411629 - /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c

2012-11-23 Thread Hyrum K Wright
I did a little poking and fixed this in r1413046. On Fri, Nov 23, 2012 at 2:18 PM, Hyrum K Wright wrote: > This test isn't cleaning up after itself (or before a subsequent run). > The first time I run it in a working copy, it passes, but the next time, I > get the following err

Re: svn commit: r1411629 - /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c

2012-11-23 Thread Hyrum K Wright
This test isn't cleaning up after itself (or before a subsequent run). The first time I run it in a working copy, it passes, but the next time, I get the following error: $ ./fs-test 37 subversion/tests/libsvn_fs/fs-test.c:4908: (apr_err=160033) subversion/tests/svn_test_fs.c:183: (apr_err=160033

Re: [Subversion Wiki] Update of "FS2_Design" by brane

2012-10-24 Thread Hyrum K Wright
On Wed, Oct 24, 2012 at 11:25 PM, Apache subversion Wiki wrote: > Dear Wiki user, > > You have subscribed to a wiki page or wiki category on "Subversion Wiki" for > change notification. > > The "FS2_Design" page has been changed by brane: > http://wiki.apache.org/subversion/FS2_Design?action=diff

Re: svn commit: r1390438 - in /subversion/trunk: ./ subversion/include/private/ subversion/libsvn_ra_svn/ subversion/libsvn_subr/ tools/client-side/svn-bench/ tools/dist/

2012-10-11 Thread Hyrum K Wright
On Wed, Oct 10, 2012 at 1:46 PM, Hyrum K Wright wrote: > On Wed, Sep 26, 2012 at 8:39 AM, wrote: >> Author: stefan2 >> Date: Wed Sep 26 12:38:59 2012 >> New Revision: 1390438 >> >> URL: http://svn.apache.org/viewvc?rev=1390438&view=rev >> Log: >

Re: svn commit: r1387696 - /subversion/trunk/subversion/libsvn_wc/conflicts.c

2012-10-11 Thread Hyrum K Wright
On Wed, Sep 19, 2012 at 2:06 PM, wrote: > Author: stsp > Date: Wed Sep 19 18:06:13 2012 > New Revision: 1387696 > > URL: http://svn.apache.org/viewvc?rev=1387696&view=rev > Log: > * subversion/libsvn_wc/conflicts.c > (read_prop_conflicts): New helper to prepare for the times when new > conf

Re: svn commit: r1390438 - in /subversion/trunk: ./ subversion/include/private/ subversion/libsvn_ra_svn/ subversion/libsvn_subr/ tools/client-side/svn-bench/ tools/dist/

2012-10-10 Thread Hyrum K Wright
On Wed, Sep 26, 2012 at 8:39 AM, wrote: > Author: stefan2 > Date: Wed Sep 26 12:38:59 2012 > New Revision: 1390438 > > URL: http://svn.apache.org/viewvc?rev=1390438&view=rev > Log: > Merge second batch of changes from the 10Gb branch. These add the > svn-bench tool. ... > Modified: subversion/tru

Re: svn commit: r1349944 - /subversion/trunk/gen-make.py

2012-06-13 Thread Hyrum K Wright
On Wed, Jun 13, 2012 at 6:10 PM, wrote: > Author: rhuijben > Date: Wed Jun 13 16:10:25 2012 > New Revision: 1349944 > > URL: http://svn.apache.org/viewvc?rev=1349944&view=rev > Log: > * gen-make.py >  Make the --with-neon= and --without-neon arguments on gen-make.py optional, >  just like how ./c

Re: svn commit: r1349661 - /subversion/trunk/subversion/libsvn_subr/cache-memcache.c

2012-06-13 Thread Hyrum K Wright
On Wed, Jun 13, 2012 at 9:22 AM, wrote: > Author: gstein > Date: Wed Jun 13 07:22:00 2012 > New Revision: 1349661 > > URL: http://svn.apache.org/viewvc?rev=1349661&view=rev > Log: > Followup to r1349277: old APRs do not have APR_INT16_MAX > > * subversion/libsvn_subr/cache-memcache.c: >  (...): d

Re: svn commit: r1348782 - /subversion/trunk/subversion/tests/cmdline/blame_tests.py

2012-06-11 Thread Hyrum K Wright
Greg, As soon as I do the merge, this will fix the last test failure on the ev2-export branch. It looks like we've got a solid commit editor driving Ev2. My next target, hopefully for this week, is to implement replay using Ev2. Since this is about reading data, and is mainly server-side, I plan

Re: svn commit: r1348770 - /subversion/trunk/subversion/libsvn_subr/pool.c

2012-06-11 Thread Hyrum K Wright
On Mon, Jun 11, 2012 at 11:33 AM, wrote: > Author: ivan > Date: Mon Jun 11 09:33:36 2012 > New Revision: 1348770 > > URL: http://svn.apache.org/viewvc?rev=1348770&view=rev > Log: > Fix compiler warning. > > * subversion/libsvn_subr/pool.c >  (abort_on_pool_failure): Add return statement to make c

Re: svn commit: r1342682 - /subversion/branches/javahl-ra/subversion/bindings/javahl/native/InputStream.cpp

2012-05-25 Thread Hyrum K Wright
ill send them as patches on separate threads. > > Thank you for the guidance, > > Vladimir > > > On Fri, May 25, 2012 at 12:06 PM, Hyrum K Wright > wrote: >> >> Is this change specific to the branch, or is is beneficial for general >> JavaHL use?  If the latter,

Re: svn commit: r1342682 - /subversion/branches/javahl-ra/subversion/bindings/javahl/native/InputStream.cpp

2012-05-25 Thread Hyrum K Wright
Is this change specific to the branch, or is is beneficial for general JavaHL use? If the latter, it should be committed to trunk first, then backported to the branch. I realize you don't (yet) have commit privileges to trunk. The way this would usually work is that you'd post the patch, somebod

Re: svn commit: r1342676 - in /subversion/branches/javahl-ra/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/ tests/org/apache/subversion/javahl/

2012-05-25 Thread Hyrum K Wright
A couple stylistic nits on the log message: On Fri, May 25, 2012 at 10:12 AM, wrote: > Author: vmpn > Date: Fri May 25 15:12:56 2012 > New Revision: 1342676 > > URL: http://svn.apache.org/viewvc?rev=1342676&view=rev > Log: > On the javahl-ra branch: > > Brought RA implementation up to date with

Re: svn commit: r1341031 - /subversion/trunk/subversion/svn/props.c

2012-05-21 Thread Hyrum K Wright
On Mon, May 21, 2012 at 9:03 AM, wrote: > Author: stsp > Date: Mon May 21 14:03:46 2012 > New Revision: 1341031 > > URL: http://svn.apache.org/viewvc?rev=1341031&view=rev > Log: > Make 'svn proplist' print property lists in sorted order. > Avoids random output ordering with APR-1.4.6. If we do t

Re: svn commit: r1334244 - in /subversion/trunk/subversion: include/svn_editor.h libsvn_delta/compat.c libsvn_delta/editor.c libsvn_fs/editor.c libsvn_repos/commit.c

2012-05-05 Thread Hyrum K Wright
On Fri, May 4, 2012 at 5:49 PM, wrote: > Author: gstein > Date: Fri May  4 22:49:31 2012 > New Revision: 1334244 > > URL: http://svn.apache.org/viewvc?rev=1334244&view=rev > Log: > Add a set of target/resulting children to the alter_directory() call. > > For rataionel, see: http://s.apache.org/Ic

Re: svn commit: r1333326 - in /subversion/trunk/subversion: include/private/svn_hash_private.h libsvn_fs_fs/temp_serializer.c libsvn_subr/hash.c

2012-05-03 Thread Hyrum K Wright
On Thu, May 3, 2012 at 2:16 AM, wrote: > Author: stefan2 > Date: Thu May  3 07:16:11 2012 > New Revision: 126 > > URL: http://svn.apache.org/viewvc?rev=126&view=rev > Log: > Introduce private API functions that wrap apr_hash_make_custom > and return hash tables that are 2 to 4 times faste

Re: svn commit: r1331652 - /subversion/trunk/subversion/libsvn_delta/compat.c

2012-04-30 Thread Hyrum K Wright
On Mon, Apr 30, 2012 at 10:02 PM, Greg Stein wrote: > > On Apr 30, 2012 9:38 PM, "Hyrum K Wright" wrote: >>... > > >> > +/* Insert a new change for RELPATH, or return an existing one.  */ >> > +static struct change_node * >> > +insert_cha

Re: svn commit: r1331652 - /subversion/trunk/subversion/libsvn_delta/compat.c

2012-04-30 Thread Hyrum K Wright
On Fri, Apr 27, 2012 at 8:50 PM, wrote: > Author: gstein > Date: Sat Apr 28 01:50:35 2012 > New Revision: 1331652 > > URL: http://svn.apache.org/viewvc?rev=1331652&view=rev > Log: > For the Ev2 shims: > > Revamp the Ev2/Ev1 shims by using struct change_node rather than the > funky "operation" rec

Re: svn commit: r1331242 - in /subversion/trunk/subversion: include/svn_error.h libsvn_subr/error.c

2012-04-27 Thread Hyrum K Wright
On Fri, Apr 27, 2012 at 1:32 AM, wrote: > Author: gstein > Date: Fri Apr 27 06:32:40 2012 > New Revision: 1331242 > > URL: http://svn.apache.org/viewvc?rev=1331242&view=rev > Log: > Fix error tracing to record file/line properly. > > When code said: >  return svn_error_trace(foo()); > > It would

Re: svn commit: r1329897 - in /subversion/trunk/subversion: bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java include/svn_wc.h libsvn_wc/update_editor.c svn/notify.c tests/

2012-04-24 Thread Hyrum K Wright
On Tue, Apr 24, 2012 at 1:07 PM, Hyrum K Wright wrote: > On Tue, Apr 24, 2012 at 1:01 PM,   wrote: >> Author: rhuijben >> Date: Tue Apr 24 18:01:23 2012 >> New Revision: 1329897 >> >> URL: http://svn.apache.org/viewvc?rev=1329897&view=rev >> Log: >&g

Re: svn commit: r1329897 - in /subversion/trunk/subversion: bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java include/svn_wc.h libsvn_wc/update_editor.c svn/notify.c tests/

2012-04-24 Thread Hyrum K Wright
On Tue, Apr 24, 2012 at 1:01 PM, wrote: > Author: rhuijben > Date: Tue Apr 24 18:01:23 2012 > New Revision: 1329897 > > URL: http://svn.apache.org/viewvc?rev=1329897&view=rev > Log: > Following up on r1329876, report updated files that had only their lock > removed > with a specific notify actio

Re: svn commit: r1326307 - in /subversion/trunk: ./ build/ac-macros/ subversion/include/ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/libsvn_subr/ subversion/mod_dav_svn/ subversion

2012-04-16 Thread Hyrum K Wright
On Sun, Apr 15, 2012 at 6:20 AM, wrote: > Author: stefan2 > Date: Sun Apr 15 11:20:58 2012 > New Revision: 1326307 > > URL: http://svn.apache.org/viewvc?rev=1326307&view=rev > Log: > Merge all changes (-r1298521-1326293) from branches/revprop-cache to trunk > and resolve minor conflicts. > > Adde

Re: svn commit: r1325516 - /subversion/trunk/subversion/libsvn_delta/compat.c

2012-04-12 Thread Hyrum K Wright
On Thu, Apr 12, 2012 at 4:07 PM, wrote: > Author: hwright > Date: Thu Apr 12 21:07:28 2012 > New Revision: 1325516 > > URL: http://svn.apache.org/viewvc?rev=1325516&view=rev > Log: > Ev2 shims: Make sure we rel-pathify the value provided in the copyfrom_url > when > fetching the props from the s

Re: svn commit: r1311469 - in /subversion/trunk/subversion: include/svn_config.h libsvn_subr/config.c

2012-04-09 Thread Hyrum K Wright
On Mon, Apr 9, 2012 at 4:34 PM, wrote: > Author: stefan2 > Date: Mon Apr  9 21:34:21 2012 > New Revision: 1311469 > > URL: http://svn.apache.org/viewvc?rev=1311469&view=rev > Log: > Add special API for reading and writing integer settings > (similar to what we already have for bools). > > * subve

Re: svn commit: r1298764 - in /subversion/site/publish: index.html news.html

2012-03-09 Thread Hyrum K Wright
Did you use the 'write-news' target of release.py to generate this template? I thought that it would Do The Right Things, but apparently not... -Hyrum On Fri, Mar 9, 2012 at 3:25 AM, wrote: > Author: stsp > Date: Fri Mar  9 09:25:10 2012 > New Revision: 1298764 > > URL: http://svn.apache.org/

Re: svn commit: r1298548 - /subversion/site/publish/download/download.html

2012-03-08 Thread Hyrum K Wright
Since much of this content is autogenerated from tools/dist/templates/download.ezt, you should probably update it, too. -Hyrum On Thu, Mar 8, 2012 at 2:02 PM, wrote: > Author: gstein > Date: Thu Mar  8 20:02:24 2012 > New Revision: 1298548 > > URL: http://svn.apache.org/viewvc?rev=1298548&view=

Re: svn commit: r1296604 - in /subversion/trunk/subversion/libsvn_fs_fs: caching.c fs.h fs_fs.c

2012-03-03 Thread Hyrum K Wright
On Sat, Mar 3, 2012 at 5:31 AM, wrote: > Author: stefan2 > Date: Sat Mar  3 11:31:17 2012 > New Revision: 1296604 > > URL: http://svn.apache.org/viewvc?rev=1296604&view=rev > Log: > Certain operations, e.g. svn ls, will contain timestamp and author > information from many different revisions.  A

Re: svn commit: r1295287 - /subversion/trunk/subversion/libsvn_delta/compat.c

2012-02-29 Thread Hyrum K Wright
On Wed, Feb 29, 2012 at 3:25 PM, wrote: > Author: hwright > Date: Wed Feb 29 21:25:19 2012 > New Revision: 1295287 > > URL: http://svn.apache.org/viewvc?rev=1295287&view=rev > Log: > Ev2 shims: Improve the order we use to drive the shims by keeping track of the > order actions were added, rather

Re: svn commit: r1291568 - /subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c

2012-02-20 Thread Hyrum K Wright
On Mon, Feb 20, 2012 at 9:13 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Tue, Feb 21, 2012 at 03:02:03 -: >> Author: hwright >> Date: Tue Feb 21 03:02:03 2012 >> New Revision: 1291568 >> >> URL: http://svn.apache.org/viewvc?rev=1291568&view=rev >> Log: >> Ev2 shims: Add a no-op shim

Re: svn commit: r1291562 - in /subversion/trunk/subversion: include/private/svn_ra_private.h libsvn_ra/ra_loader.c libsvn_ra/ra_loader.h

2012-02-20 Thread Hyrum K Wright
On Mon, Feb 20, 2012 at 8:59 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Tue, Feb 21, 2012 at 02:42:56 -: >> +++ subversion/trunk/subversion/libsvn_ra/ra_loader.c Tue Feb 21 02:42:56 >> 2012 >> +svn_error_t * >> +svn_ra__register_editor_shim_callbacks(svn_ra_session_t *session, >>

Re: svn commit: r1242791 - /subversion/trunk/CHANGES

2012-02-10 Thread Hyrum K Wright
If somebody (anybody!) would proof and correct the 1.7.3 section before I roll the tarball, I'd be much obliged. Thanks, -Hyrum On Fri, Feb 10, 2012 at 8:31 AM, wrote: > Author: hwright > Date: Fri Feb 10 14:31:20 2012 > New Revision: 1242791 > > URL: http://svn.apache.org/viewvc?rev=1242791&vi

Re: Ev2: providing checksums of files Re: svn commit: r1241733 - /subversion/trunk/subversion/libsvn_delta/compat.c

2012-02-09 Thread Hyrum K Wright
On Thu, Feb 9, 2012 at 1:05 PM, Daniel Shahaf wrote: > Hyrum K Wright wrote on Thu, Feb 09, 2012 at 12:54:50 -0600: >> (I'll also note that we actually *do* have a checksum by this point, >> only it is the md5 provided by close_file(), and Ev2 uses sha1s >> exclusively,

Re: Ev2: providing checksums of files Re: svn commit: r1241733 - /subversion/trunk/subversion/libsvn_delta/compat.c

2012-02-09 Thread Hyrum K Wright
On Thu, Feb 9, 2012 at 12:24 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Wed, Feb 08, 2012 at 01:55:55 -: >> Author: hwright >> Date: Wed Feb  8 01:55:54 2012 >> New Revision: 1241733 >> >> URL: http://svn.apache.org/viewvc?rev=1241733&view=rev >> Log: >> Ev2 shims: Make sure that i

Re: svn commit: r1241025 - in /subversion/trunk/subversion: include/svn_checksum.h libsvn_subr/checksum.c tests/libsvn_subr/checksum-test.c

2012-02-06 Thread Hyrum K Wright
On Mon, Feb 6, 2012 at 8:50 AM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Mon, Feb 06, 2012 at 14:42:45 -: >> +  checksum = svn_checksum_empty_checksum(svn_checksum_md5, pool); >> +  SVN_TEST_ASSERT(svn_checksum_is_empty_checksum(checksum)); >> + > > That doesn't test much -- both fun

Re: svn commit: r1239617 - in /subversion/trunk/subversion/svn: cl.h diff-cmd.c main.c

2012-02-02 Thread Hyrum K Wright
On Thu, Feb 2, 2012 at 7:46 AM, wrote: > Author: stsp > Date: Thu Feb  2 13:46:11 2012 > New Revision: 1239617 > > URL: http://svn.apache.org/viewvc?rev=1239617&view=rev > Log: > Rename the new --no-diff-properties option to --ignore-properties. > This allows the option to be re-used by other sub

Re: svn commit: r1239553 - in /subversion/trunk/subversion: include/svn_client.h libsvn_client/deprecated.c libsvn_client/diff.c svn/cl.h svn/diff-cmd.c svn/log-cmd.c svn/main.c

2012-02-02 Thread Hyrum K Wright
On Thu, Feb 2, 2012 at 5:35 AM, wrote: > Author: stsp > Date: Thu Feb  2 11:35:09 2012 > New Revision: 1239553 > > URL: http://svn.apache.org/viewvc?rev=1239553&view=rev > Log: > Add --no-diff-properties and --patch options to 'svn diff'. > The --patch option implies --no-diff-properties and --sh

Re: svn commit: r1233566 - in /subversion/trunk/subversion: include/svn_io.h libsvn_subr/stream.c

2012-01-19 Thread Hyrum K Wright
On Thu, Jan 19, 2012 at 8:40 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Thu, Jan 19, 2012 at 20:56:35 -: >> Author: hwright >> Date: Thu Jan 19 20:56:35 2012 >> New Revision: 1233566 >> >> URL: http://svn.apache.org/viewvc?rev=1233566&view=rev >> Log: >> Add a public wrapper around

Re: svn commit: r1232614 - /subversion/branches/ev2-export/subversion/libsvn_client/export.c

2012-01-18 Thread Hyrum K Wright
On Tue, Jan 17, 2012 at 11:05 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Tue, Jan 17, 2012 at 22:32:54 -: >> Author: hwright >> Date: Tue Jan 17 22:32:53 2012 >> New Revision: 1232614 >> >> URL: http://svn.apache.org/viewvc?rev=1232614&view=rev >> Log: >> On the ev2-export branch:

Re: svn commit: r1232634 - /subversion/branches/ev2-export/subversion/libsvn_client/export.c

2012-01-18 Thread Hyrum K Wright
On Tue, Jan 17, 2012 at 11:10 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Tue, Jan 17, 2012 at 23:04:32 -: >> Author: hwright >> Date: Tue Jan 17 23:04:32 2012 >> New Revision: 1232634 >> >> URL: http://svn.apache.org/viewvc?rev=1232634&view=rev >> Log: >> On the ev2-export branch:

Re: svn commit: r1232222 - /subversion/trunk/subversion/tests/cmdline/stat_tests.py

2012-01-16 Thread Hyrum K Wright
On Mon, Jan 16, 2012 at 5:14 PM, wrote: > Author: rhuijben > Date: Mon Jan 16 23:14:48 2012 > New Revision: 123 > > URL: http://svn.apache.org/viewvc?rev=123&view=rev > Log: > * subversion/tests/cmdline/stat_tests.py >  (status_not_present): Remove XFail marker and unrelated comment. I d

Re: svn commit: r1232059 - in /subversion/trunk/contrib/server-side/mod_setlocale: ./ README mod_setlocale.c

2012-01-16 Thread Hyrum K Wright
On Mon, Jan 16, 2012 at 10:37 AM, wrote: > Author: neels > Date: Mon Jan 16 16:37:17 2012 > New Revision: 1232059 > > URL: http://svn.apache.org/viewvc?rev=1232059&view=rev > Log: > Add mod_setlocale to contrib. > > * contrib/server-side/mod_setlocale/mod_setlocale.c, > * contrib/server-side/mod_

Re: svn commit: r1230969 - /subversion/trunk/subversion/libsvn_delta/compat.c

2012-01-13 Thread Hyrum K Wright
On Fri, Jan 13, 2012 at 3:44 AM, wrote: > Author: philip > Date: Fri Jan 13 09:44:41 2012 > New Revision: 1230969 > > URL: http://svn.apache.org/viewvc?rev=1230969&view=rev > Log: > Avoid a compiler warning about shadowing. > > * subversion/libsvn_delta/compat.c >  (ev2_add_directory, ev2_open_di

Re: svn commit: r1223035 - /subversion/trunk/subversion/libsvn_delta/xdelta.c

2011-12-26 Thread Hyrum K Wright
On Sat, Dec 24, 2011 at 6:26 PM, wrote: > Author: stefan2 > Date: Sun Dec 25 00:26:14 2011 > New Revision: 1223035 > > URL: http://svn.apache.org/viewvc?rev=1223035&view=rev > Log: > Store 32 bit offsets in our hash table even under 64 bits > (our delta window size much much smaller then 4GB). >

Re: svn commit: r1215311 - in /subversion/site/publish/docs/javahl/1.7: ./ org/ org/apache/ org/apache/subversion/ org/apache/subversion/javahl/ org/apache/subversion/javahl/callback/ org/apache/subve

2011-12-23 Thread Hyrum K Wright
Finally got around to updating the C API docs for 1.7 in r1222703. -Hyrum On Fri, Dec 16, 2011 at 4:20 PM, Hyrum K Wright wrote: > I can handle them, if you wish. > > For future reference, 'make doc-api' builds the C docs, 'make > doc-javahl' builds the JavaHL

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

2011-12-22 Thread Hyrum K Wright
On Thu, Dec 22, 2011 at 6:31 PM, wrote: > Author: stsp > Date: Fri Dec 23 00:31:51 2011 > New Revision: 1222521 > > URL: http://svn.apache.org/viewvc?rev=1222521&view=rev > Log: > Turn another wc-db assertion people are reporting into a normal error. > > * subversion/libsvn_wc/wc_db.c >  (read_ch

Re: svn commit: r1215311 - in /subversion/site/publish/docs/javahl/1.7: ./ org/ org/apache/ org/apache/subversion/ org/apache/subversion/javahl/ org/apache/subversion/javahl/callback/ org/apache/subve

2011-12-16 Thread Hyrum K Wright
s?  I do not know how to generate those. > > > > On Fri, Dec 16, 2011 at 5:03 PM, Hyrum K Wright > wrote: >> Thanks!  Sorry I didn't get the tuits before you. :( >> >> -Hyrum >> >> On Fri, Dec 16, 2011 at 4:00 PM,   wrote: >>> Aut

Re: svn commit: r1215311 - in /subversion/site/publish/docs/javahl/1.7: ./ org/ org/apache/ org/apache/subversion/ org/apache/subversion/javahl/ org/apache/subversion/javahl/callback/ org/apache/subve

2011-12-16 Thread Hyrum K Wright
Thanks! Sorry I didn't get the tuits before you. :( -Hyrum On Fri, Dec 16, 2011 at 4:00 PM, wrote: > Author: markphip > Date: Fri Dec 16 22:00:01 2011 > New Revision: 1215311 > > URL: http://svn.apache.org/viewvc?rev=1215311&view=rev > Log: > * site/publish/docs/javahl/1.7, > * site/publish/do

Re: svn commit: r1215273 - in /subversion/trunk/subversion: include/private/svn_client_private.h libsvn_client/client.h libsvn_client/ra.c svn/cl.h svn/merge-cmd.c svn/mergeinfo-cmd.c svn/util.c

2011-12-16 Thread Hyrum K Wright
On Fri, Dec 16, 2011 at 3:05 PM, wrote: > Author: julianfoad > Date: Fri Dec 16 21:05:07 2011 > New Revision: 1215273 > > URL: http://svn.apache.org/viewvc?rev=1215273&view=rev > Log: > Reject attempts to merge between unrelated branches, or where the source and > target are different objects wit

Re: svn commit: r1211908 - /subversion/branches/1.7.x/STATUS

2011-12-08 Thread Hyrum K Wright
Did you mean to remove philip's votes? -Hyrum On Thu, Dec 8, 2011 at 8:26 AM, wrote: > Author: rhuijben > Date: Thu Dec  8 14:26:56 2011 > New Revision: 1211908 > > URL: http://svn.apache.org/viewvc?rev=1211908&view=rev > Log: > * STATUS: Fix text. > > Modified: >    subversion/branches/1.7.x/S

Re: svn commit: r1205287 - in /subversion/trunk/subversion/libsvn_wc: status.c update_editor.c util.c wc.h

2011-11-30 Thread Hyrum K Wright
On Wed, Nov 23, 2011 at 2:36 AM, Bert Huijben wrote: > > >> -Original Message- >> From: hwri...@apache.org [mailto:hwri...@apache.org] >> Sent: woensdag 23 november 2011 5:54 >> To: commits@subversion.apache.org >> Subject: svn commit: r1205287 - in /subversion/trunk/subversion/libsvn_wc:

Re: svn commit: r1202338 - /subversion/trunk/subversion/libsvn_client/merge.c

2011-11-15 Thread Hyrum K Wright
On Tue, Nov 15, 2011 at 9:59 AM, wrote: > Author: julianfoad > Date: Tue Nov 15 17:59:03 2011 > New Revision: 1202338 > > URL: http://svn.apache.org/viewvc?rev=1202338&view=rev > Log: > * subversion/libsvn_client/merge.c > (merge_cousins_and_supplement_mergeinfo, merge_locked): Don't allocate a

Re: svn commit: r1189725 - in /subversion/branches/1.7.x: ./ subversion/bindings/javahl/native/ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/libsvn_subr/ subversion/tests/cmdline/

2011-10-27 Thread Hyrum K Wright
On Thu, Oct 27, 2011 at 8:21 AM, Hyrum K Wright wrote: > > > On Thu, Oct 27, 2011 at 7:51 AM, wrote: > >> Author: danielsh >> Date: Thu Oct 27 12:51:08 2011 >> New Revision: 1189725 >> >> URL: http://svn.apache.org/viewvc?rev=1189725&view=rev

Re: svn commit: r1189725 - in /subversion/branches/1.7.x: ./ subversion/bindings/javahl/native/ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/libsvn_subr/ subversion/tests/cmdline/

2011-10-27 Thread Hyrum K Wright
On Thu, Oct 27, 2011 at 7:51 AM, wrote: > Author: danielsh > Date: Thu Oct 27 12:51:08 2011 > New Revision: 1189725 > > URL: http://svn.apache.org/viewvc?rev=1189725&view=rev > Log: > Merge the r1189190 group from trunk: > > * r1189190, r1189395 > Restore backwards compatibility of 'svn status

Re: svn commit: r1189103 - /subversion/trunk/subversion/libsvn_subr/mergeinfo.c

2011-10-26 Thread Hyrum K Wright
On Wed, Oct 26, 2011 at 5:07 AM, wrote: > Author: julianfoad > Date: Wed Oct 26 10:07:01 2011 > New Revision: 1189103 > > URL: http://svn.apache.org/viewvc?rev=1189103&view=rev > Log: > * subversion/libsvn_subr/mergeinfo.c > (svn_mergeinfo_to_string): Simplify by eliminating special-casing of N=

Re: svn commit: r1188357 - /subversion/trunk/subversion/libsvn_delta/compat.c

2011-10-24 Thread Hyrum K Wright
On Mon, Oct 24, 2011 at 3:28 PM, C. Michael Pilato wrote: > On 10/24/2011 04:24 PM, hwri...@apache.org wrote: >> Author: hwright >> Date: Mon Oct 24 20:24:32 2011 >> New Revision: 1188357 > > [...] > >> Modified: subversion/trunk/subversion/libsvn_delta/compat.c >> URL: >> http://svn.apache.org/v

Re: svn commit: r1188256 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_delta/ libsvn_ra_neon/ libsvn_ra_serf/ libsvn_ra_svn/ libsvn_repos/ libsvn_wc/ svnrdump/ svnsync/

2011-10-24 Thread Hyrum K Wright
On Mon, Oct 24, 2011 at 3:13 PM, Daniel Shahaf wrote: > Hyrum K Wright wrote on Mon, Oct 24, 2011 at 15:09:52 -0500: >> On Mon, Oct 24, 2011 at 2:11 PM, Daniel Shahaf >> wrote: >> > Hyrum K Wright wrote on Mon, Oct 24, 2011 at 14:01:20 -0500: >> >> On Mon, Oc

Re: svn commit: r1188256 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_delta/ libsvn_ra_neon/ libsvn_ra_serf/ libsvn_ra_svn/ libsvn_repos/ libsvn_wc/ svnrdump/ svnsync/

2011-10-24 Thread Hyrum K Wright
On Mon, Oct 24, 2011 at 2:11 PM, Daniel Shahaf wrote: > Hyrum K Wright wrote on Mon, Oct 24, 2011 at 14:01:20 -0500: >> On Mon, Oct 24, 2011 at 1:13 PM, Daniel Shahaf >> wrote: >> > hwri...@apache.org wrote on Mon, Oct 24, 2011 at 17:48:07 -: >> >> Autho

Re: svn commit: r1188256 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_delta/ libsvn_ra_neon/ libsvn_ra_serf/ libsvn_ra_svn/ libsvn_repos/ libsvn_wc/ svnrdump/ svnsync/

2011-10-24 Thread Hyrum K Wright
On Mon, Oct 24, 2011 at 1:13 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Mon, Oct 24, 2011 at 17:48:07 -: >> Author: hwright >> Date: Mon Oct 24 17:48:06 2011 >> New Revision: 1188256 >> >> URL: http://svn.apache.org/viewvc?rev=1188256&view=rev >> Log: >> Create a struct to hold the

Re: svn commit: r1187160 - /subversion/trunk/subversion/libsvn_delta/compat.c

2011-10-21 Thread Hyrum K Wright
On Fri, Oct 21, 2011 at 1:29 AM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Fri, Oct 21, 2011 at 01:40:04 -: >> Author: hwright >> Date: Fri Oct 21 01:40:03 2011 >> New Revision: 1187160 >> >> URL: http://svn.apache.org/viewvc?rev=1187160&view=rev >> Log: >> Ev2 shims: Allow callers to

Re: svn commit: r1186791 - /subversion/branches/1.7.x/STATUS

2011-10-20 Thread Hyrum K Wright
On Thu, Oct 20, 2011 at 8:18 AM, wrote: > Author: ivan > Date: Thu Oct 20 13:18:02 2011 > New Revision: 1186791 > > URL: http://svn.apache.org/viewvc?rev=1186791&view=rev > Log: > * STATUS: Cast a -0 vote for the r1185746 change. > > Modified: >    subversion/branches/1.7.x/STATUS > > Modified: s

Re: svn commit: r1186290 - /subversion/branches/moves-scan-log/

2011-10-19 Thread Hyrum K Wright
On Wed, Oct 19, 2011 at 11:03 AM, wrote: > Author: stsp > Date: Wed Oct 19 16:03:11 2011 > New Revision: 1186290 > > URL: http://svn.apache.org/viewvc?rev=1186290&view=rev > Log: > Add a branch to experiment with heuristics for detecting server-side moves > on the client side by scanning the revi

Re: svn commit: r1185894 - /subversion/branches/1.7.x/STATUS

2011-10-18 Thread Hyrum K Wright
On Tue, Oct 18, 2011 at 4:51 PM, wrote: > Author: rhuijben > Date: Tue Oct 18 21:51:42 2011 > New Revision: 1185894 > > URL: http://svn.apache.org/viewvc?rev=1185894&view=rev > Log: > * STATUS: Nominate r1185886 group for 1.7.1 > > Modified: >    subversion/branches/1.7.x/STATUS > > Modified: sub

Re: svn commit: r1182904 - /subversion/trunk/subversion/libsvn_wc/entries.c

2011-10-13 Thread Hyrum K Wright
On Thu, Oct 13, 2011 at 10:25 AM, wrote: > Author: stsp > Date: Thu Oct 13 15:25:16 2011 > New Revision: 1182904 > > URL: http://svn.apache.org/viewvc?rev=1182904&view=rev > Log: > * subversion/libsvn_wc/entries.c >  (write_entry): If a bad base MD5 checksum is found, return a proper error >   me

Re: svn commit: r1182566 - /subversion/branches/tree-read-api/subversion/libsvn_client/tree.c

2011-10-12 Thread Hyrum K Wright
On Wed, Oct 12, 2011 at 3:11 PM, wrote: > Author: julianfoad > Date: Wed Oct 12 20:11:28 2011 > New Revision: 1182566 > > URL: http://svn.apache.org/viewvc?rev=1182566&view=rev > Log: > On the 'tree-read-api' branch: I would very much appreciate a BRANCH-README on this branch. Thanks, -Hyrum >

Re: svn commit: r1182130 - in /subversion/trunk/subversion: libsvn_delta/compat.c libsvn_subr/svn_mutex.c

2011-10-11 Thread Hyrum K Wright
On Tue, Oct 11, 2011 at 5:37 PM, wrote: > Author: stsp > Date: Tue Oct 11 22:37:28 2011 > New Revision: 1182130 > > URL: http://svn.apache.org/viewvc?rev=1182130&view=rev > Log: > Some compiler-warning-driven house-keeping. > > * subversion/libsvn_subr/svn_mutex.c >  (uninit): Rename to ... >  (d

Re: svn commit: r1182125 - /subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c

2011-10-11 Thread Hyrum K Wright
This should fix the recent build breakage which came as a result of merging the mutex branch back to trunk. However, there still remain lots of warnings and brokenness in this code that somebody more familiar with it than I should take a look at. -Hyrum On Tue, Oct 11, 2011 at 5:14 PM, wrote:

Re: svn commit: r1181862 - in /subversion/trunk/subversion/libsvn_subr: kitchensink.c svn_types.c

2011-10-11 Thread Hyrum K Wright
:'( I understand the desire to improve the organization of our code, but a little piece of me is sad that we no longer have kitchensink.c. -Hyrum On Tue, Oct 11, 2011 at 1:04 PM, wrote: > Author: julianfoad > Date: Tue Oct 11 16:04:07 2011 > New Revision: 1181862 > > URL: http://svn.apache.org

Re: svn commit: r1181166 - in /subversion/branches/1.5.x: ./ STATUS subversion/mod_dav_svn/repos.c

2011-10-11 Thread Hyrum K Wright
On Mon, Oct 10, 2011 at 7:20 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Mon, Oct 10, 2011 at 19:39:30 -: >> Author: hwright >> Date: Mon Oct 10 19:39:30 2011 >> New Revision: 1181166 >> >> URL: http://svn.apache.org/viewvc?rev=1181166&view=rev >> Log: >> * STATUS: Note the deletion

Re: svn commit: r1173935 - /subversion/trunk/subversion/include/private/svn_subr_private.h

2011-09-21 Thread Hyrum K Wright
On Thu, Sep 22, 2011 at 3:31 AM, wrote: > Author: danielsh > Date: Thu Sep 22 02:31:06 2011 > New Revision: 1173935 > > URL: http://svn.apache.org/viewvc?rev=1173935&view=rev > Log: > * subversion/include/private/svn_subr_private.h: Doxygen markup fixes. You probably already know this, but stuff

Re: svn commit: r1172411 - /subversion/trunk/subversion/svn/status.c

2011-09-19 Thread Hyrum K Wright
Do you need to update the appropriate schema to reflect this change? -Hyrum On Sun, Sep 18, 2011 at 8:37 PM, wrote: > Author: neels > Date: Mon Sep 19 01:37:21 2011 > New Revision: 1172411 > > URL: http://svn.apache.org/viewvc?rev=1172411&view=rev > Log: > Add moved-to/-from to status --xml. (F

Re: svn commit: r1170836 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_delta/ libsvn_ra_neon/ libsvn_ra_serf/ libsvn_ra_svn/ libsvn_repos/ libsvn_wc/ svnrdump/ svnsync/ tests/libsv

2011-09-14 Thread Hyrum K Wright
On Wed, Sep 14, 2011 at 5:06 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Wed, Sep 14, 2011 at 20:28:39 -: >> @@ -240,12 +243,19 @@ ev2_change_dir_prop(void *dir_baton, >>                      apr_pool_t *scratch_pool) >>  { >>    struct ev2_dir_baton *db = dir_baton; >> -  struct pr

Re: svn commit: r1170324 - /subversion/trunk/subversion/include/svn_editor.h

2011-09-14 Thread Hyrum K Wright
On Tue, Sep 13, 2011 at 5:38 PM, Daniel Shahaf wrote: > (about svn_editor_set_props()) > > hwri...@apache.org wrote on Tue, Sep 13, 2011 at 19:54:14 -: >> Author: hwright >> Date: Tue Sep 13 19:54:14 2011 >> New Revision: 1170324 >> >> URL: http://svn.apache.org/viewvc?rev=1170324&view=rev >>

Re: svn commit: r1166332 - in /subversion/trunk/subversion: libsvn_delta/compat.c tests/libsvn_delta/editor-test.c

2011-09-13 Thread Hyrum K Wright
On Wed, Sep 7, 2011 at 10:52 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Wed, Sep 07, 2011 at 19:36:01 -: >> @@ -276,6 +345,60 @@ ev2_close_edit(void *edit_baton, >>                 apr_pool_t *scratch_pool) >>  { >>    struct ev2_edit_baton *eb = edit_baton; >> +  apr_array_header_

Re: svn commit: r1170205 - /subversion/trunk/subversion/libsvn_client/diff.c

2011-09-13 Thread Hyrum K Wright
On Tue, Sep 13, 2011 at 10:17 AM, Bert Huijben wrote: > > >> -Original Message- >> From: hwri...@apache.org [mailto:hwri...@apache.org] >> Sent: dinsdag 13 september 2011 17:08 >> To: commits@subversion.apache.org >> Subject: svn commit: r1170205 - >> /subversion/trunk/subversion/libsvn_cl

Re: svn commit: r1169837 - /subversion/trunk/subversion/libsvn_delta/compat.c

2011-09-12 Thread Hyrum K Wright
On Mon, Sep 12, 2011 at 12:35 PM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Mon, Sep 12, 2011 at 17:27:29 -: >> Author: hwright >> Date: Mon Sep 12 17:27:28 2011 >> New Revision: 1169837 >> >> URL: http://svn.apache.org/viewvc?rev=1169837&view=rev >> Log: >> A couple of minor improvem

Re: svn commit: r1160330 - /subversion/branches/1.7.x/CHANGES

2011-08-22 Thread Hyrum K Wright
Thank you for introducing subtree mergeinfo onto CHANGES. :( -Hyrum On Mon, Aug 22, 2011 at 11:50 AM, wrote: > Author: stsp > Date: Mon Aug 22 16:50:42 2011 > New Revision: 1160330 > > URL: http://svn.apache.org/viewvc?rev=1160330&view=rev > Log: > * CHANGES (1.7.x branch): Merge from trunk. >

Re: svn commit: r1157682 - /subversion/trunk/subversion/svn/status.c

2011-08-15 Thread Hyrum K Wright
Do we do this other places in our code, or does this introduce a new pattern? It *does* introduce new "format not a string literal, argument types not checked" warnings at compile-time. -Hyrum On Sun, Aug 14, 2011 at 6:06 PM, wrote: > Author: arfrever > Date: Sun Aug 14 23:06:09 2011 > New Rev

Re: svn commit: r1157416 - in /subversion/trunk/subversion/bindings/javahl: src/org/apache/subversion/javahl/JNIError.java src/org/tigris/subversion/javahl/JNIError.java tests/org/apache/subversion/ja

2011-08-13 Thread Hyrum K Wright
Are there backward compat concerns here? IOW, if this is a public class in the tigris package and folks could conceivably be catching it, such catches would now fail, yes? (I'm not familiar enough with the code or its use cases to know if this is a valid concern or not.) -Hyrum On Sat, Aug 13,

Re: svn commit: r1152026 - /subversion/trunk/subversion/libsvn_client/commit.c

2011-07-28 Thread Hyrum K Wright
On Thu, Jul 28, 2011 at 3:35 PM, wrote: > Author: stsp > Date: Thu Jul 28 22:35:57 2011 > New Revision: 1152026 > > URL: http://svn.apache.org/viewvc?rev=1152026&view=rev > Log: > Make commit refuse to commit the copied-half of a move independently of > the delete-half. > > It is still possible t

Re: svn commit: r1146910 - /subversion/branches/1.7.x/STATUS

2011-07-14 Thread Hyrum K Wright
On Thu, Jul 14, 2011 at 4:58 PM, wrote: > Author: arfrever > Date: Thu Jul 14 21:58:56 2011 > New Revision: 1146910 > > URL: http://svn.apache.org/viewvc?rev=1146910&view=rev > Log: > * STATUS: Nominate r1146899 and r1146904. > > Modified: >    subversion/branches/1.7.x/STATUS > > Modified: subve

Re: svn propchange: r1145773 - svn:log

2011-07-12 Thread Hyrum K Wright
On Tue, Jul 12, 2011 at 4:16 PM, wrote: > Author: blair > Revision: 1145773 > Modified property: svn:log > > Modified: svn:log at Tue Jul 12 21:16:32 2011 > -- > --- svn:log (original) > +++ svn:log Tue Jul 12 21:16:32 20

Re: svn commit: r1144869 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_client/status.c libsvn_wc/deprecated.c libsvn_wc/status.c

2011-07-11 Thread Hyrum K Wright
Does this have any impact on issue #3954? http://subversion.tigris.org/issues/show_bug.cgi?id=3954 -Hyrum On Sun, Jul 10, 2011 at 9:45 AM, wrote: > Author: rhuijben > Date: Sun Jul 10 14:45:14 2011 > New Revision: 1144869 > > URL: http://svn.apache.org/viewvc?rev=1144869&view=rev > Log: > Make

Re: svn commit: r1144572 - in /subversion/trunk: ./ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/libsvn_subr/ subversion/tests/cmdline/

2011-07-09 Thread Hyrum K Wright
Was this a merge from somewhere? If so, would it be useful to note that in the log message? -Hyrum On Fri, Jul 8, 2011 at 8:54 PM, wrote: > Author: danielsh > Date: Sat Jul  9 01:54:29 2011 > New Revision: 1144572 > > URL: http://svn.apache.org/viewvc?rev=1144572&view=rev > Log: > Improve erro

Re: svn commit: r1141683 - /subversion/branches/svn_mutex/

2011-06-30 Thread Hyrum K Wright
With such a tantalizing name, I look forward to seeing the BRANCH-README more fully explaining this branches purpose. -Hyrum On Thu, Jun 30, 2011 at 2:43 PM, wrote: > Author: stefan2 > Date: Thu Jun 30 19:43:31 2011 > New Revision: 1141683 > > URL: http://svn.apache.org/viewvc?rev=1141683&view=

Re: svn commit: r1140861 - /subversion/trunk/subversion/svnadmin/main.c

2011-06-29 Thread Hyrum K Wright
On Wed, Jun 29, 2011 at 3:26 AM, Julian Foad wrote: > On Wed, 2011-06-29 at 02:16 +0300, Daniel Shahaf wrote: >> hwri...@apache.org wrote on Tue, Jun 28, 2011 at 21:47:06 -: >> > Author: hwright >> > Date: Tue Jun 28 21:47:06 2011 >> > New Revision: 1140861 >> > >> > URL: http://svn.apache.org

Re: svn commit: r1140622 - /subversion/site/publish/docs/community-guide/releasing.part.html

2011-06-28 Thread Hyrum K Wright
On Tue, Jun 28, 2011 at 11:42 AM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Tue, Jun 28, 2011 at 13:56:03 -: >> +Before a release is officially made public, it must receive three +1 >> votes >> +from members of the Subversion PMC.  In addition, as a matter of project >> +policy, we r

Re: svn commit: r1140406 - /subversion/site/publish/docs/community-guide/releasing.part.html

2011-06-28 Thread Hyrum K Wright
On Tue, Jun 28, 2011 at 11:20 AM, Daniel Shahaf wrote: > hwri...@apache.org wrote on Tue, Jun 28, 2011 at 02:46:36 -: >> +Subversion extends the APR guidelines to cover client/server >> +compatibility questions: >> + >> + >> + >> +A patch or minor number release of a server (or client) never >

Re: svn commit: r1140388 - /subversion/trunk/subversion/libsvn_diff/diff_file.c

2011-06-27 Thread Hyrum K Wright
On Mon, Jun 27, 2011 at 7:25 PM, wrote: > Author: jcorvel > Date: Tue Jun 28 00:25:57 2011 > New Revision: 1140388 > > URL: http://svn.apache.org/viewvc?rev=1140388&view=rev > Log: > Fix a spurious failure of diff-diff3-test 2: '2-way unified diff and trivial > merge', reported by danielsh. > > *

Re: svn commit: r1132966 - in /subversion/trunk: subversion/include/ subversion/libsvn_ra_svn/ subversion/svn/ subversion/svnlook/ subversion/svnsync/ subversion/svnversion/ tools/dev/svnraisetreeconf

2011-06-07 Thread Hyrum K Wright
How does this impact backward compat? If somebody was including just 'svn_wc.h' and expecting to get the contents of svn_version.h, their code will now not compile, yes? This is demonstrated by our own build breakage after r1132965. (You mention a similar cleanup happened early in 1.7 developmen

Re: svn commit: r1130688 - in /subversion/trunk/subversion: libsvn_fs_base/tree.c libsvn_fs_fs/tree.c

2011-06-02 Thread Hyrum K Wright
On Thu, Jun 2, 2011 at 12:49 PM, wrote: > Author: pburba > Date: Thu Jun  2 17:49:36 2011 > New Revision: 1130688 > > URL: http://svn.apache.org/viewvc?rev=1130688&view=rev > Log: > A partial fix for issue #3896 'mergeinfo syntax errors should be treated > gracefully': Tolerate invalid mergeinfo

Re: svn commit: r1130556 - in /subversion/tags/1.6.17: ./ subversion/include/svn_version.h

2011-06-02 Thread Hyrum K Wright
Mike, Thanks for picking up the pieces here. A couple of thoughts: * Since the magic rev for the release is r1128011, the tag should be based on that revision, per HACKING (see [1]) * From that point, we should then merge to the tag the relavant revisions from 1.6.x to make the tag match the rel

Re: svn commit: r1129802 - /subversion/trunk/subversion/libsvn_wc/wc-checks.sql

2011-05-31 Thread Hyrum K Wright
On Tue, May 31, 2011 at 7:03 AM, wrote: > Author: julianfoad > Date: Tue May 31 17:03:44 2011 > New Revision: 1129802 > > URL: http://svn.apache.org/viewvc?rev=1129802&view=rev > Log: > * subversion/libsvn_wc/wc-checks.sql >  (validation_03, validation_04): Use more efficient SQL expressions. I

Re: svn commit: r1125708 - /subversion/trunk/tools/dist/backport.pl

2011-05-21 Thread Hyrum K Wright
On Sat, May 21, 2011 at 7:12 AM, wrote: > Author: danielsh > Date: Sat May 21 14:12:27 2011 > New Revision: 1125708 > > URL: http://svn.apache.org/viewvc?rev=1125708&view=rev > Log: > * tools/dist/backport.pl: New tool to automate merging STATUS entries. I've not reviewed the script, nor do I ha

Re: svn commit: r1125292 - in /subversion/trunk: configure.ac notes/knobs subversion/libsvn_ra/ra_loader.c subversion/svn_private_config.hw

2011-05-21 Thread Hyrum K Wright
On Fri, May 20, 2011 at 2:28 AM, wrote: > Author: ivan > Date: Fri May 20 09:28:57 2011 > New Revision: 1125292 > > URL: http://svn.apache.org/viewvc?rev=1125292&view=rev > Log: > Add DEFAULT_HTTP_LIBRARY define for configuring default HTTP library to use. If this is meant to be at least quasi-p

Re: svn commit: r1125327 - /subversion/trunk/subversion/svndumpfilter/main.c

2011-05-20 Thread Hyrum K Wright
This may be picking nits, but is the format for size_t and apr_size_t guaranteed to be the same on all platforms? -Hyrum On Fri, May 20, 2011 at 4:17 AM, wrote: > Author: philip > Date: Fri May 20 11:17:58 2011 > New Revision: 1125327 > > URL: http://svn.apache.org/viewvc?rev=1125327&view=rev >

Re: svn commit: r1104160 - /subversion/trunk/subversion/libsvn_subr/utf.c

2011-05-18 Thread Hyrum K Wright
2011/5/18 Branko Čibej : > On 17.05.2011 14:16, Hyrum K Wright wrote: >> apr_atomic_xchgptr() and friends are not available on APR 0.9.  (This >> is causing a buildbot build failure.) > > Maybe we should just drop support for APR-0.9 finally? I know that we > sort of &quo

Re: svn commit: r1104610 - in /subversion/trunk/subversion/libsvn_wc: props.c wc_db.c wc_db.h

2011-05-18 Thread Hyrum K Wright
On Wed, May 18, 2011 at 11:13 AM, Bert Huijben wrote: > > >> -Original Message----- >> From: Hyrum K Wright [mailto:hy...@hyrumwright.org] >> Sent: woensdag 18 mei 2011 11:11 >> To: Bert Huijben >> Cc: d...@subversion.apache.org; commits@subversion.a

Re: svn commit: r1104610 - in /subversion/trunk/subversion/libsvn_wc: props.c wc_db.c wc_db.h

2011-05-18 Thread Hyrum K Wright
On Wed, May 18, 2011 at 1:48 AM, Bert Huijben wrote: >> -Original Message- >> From: Hyrum K Wright [mailto:hy...@hyrumwright.org] >> Sent: woensdag 18 mei 2011 1:11 >> To: d...@subversion.apache.org >> Cc: commits@subversion.apache.org >> Su

Re: svn commit: r1104610 - in /subversion/trunk/subversion/libsvn_wc: props.c wc_db.c wc_db.h

2011-05-17 Thread Hyrum K Wright
I understand the desire to get the buildbots green again, and I'm sorry these revisions which I committed broke the bots, but a little patience might have been useful here. We have a long tradition of allowing folks to attempt to fix problems, rather than reverting their commits without consultati

  1   2   >