Re: svn commit: r1150875 - /subversion/trunk/subversion/libsvn_auth_gpg_agent/gpg_agent.c

2011-07-25 Thread Daniel Shahaf
This function uses p in two places now, don't you need to re-initialize it to NULL before the second usage? s...@apache.org wrote on Mon, Jul 25, 2011 at 20:07:30 -: Author: stsp Date: Mon Jul 25 20:07:30 2011 New Revision: 1150875 URL: http://svn.apache.org/viewvc?rev=1150875view=rev

Re: svn commit: r1151916 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2011-07-28 Thread Daniel Shahaf
julianf...@apache.org wrote on Thu, Jul 28, 2011 at 16:37:56 -: Author: julianfoad Date: Thu Jul 28 16:37:55 2011 New Revision: 1151916 URL: http://svn.apache.org/viewvc?rev=1151916view=rev Log: Revert r1151672 and r1151680 which made the test suite fail to run all or many of the

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

2011-08-03 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, Aug 03, 2011 at 14:00:39 -: + (As an aside, Serf's potential as a platform for future + improvement remains unproven and doubtful. For example, HTTPv2 + removes canonical resource URLs, which works against the caching + proxy concept that

Re: svn commit: r1155044 - in /subversion/trunk/subversion/bindings/ctypes-python: csvn/repos.py csvn/wc.py test/localrepos.py test/remoterepos.py test/wc.py

2011-08-08 Thread Daniel Shahaf
julianf...@apache.org wrote on Mon, Aug 08, 2011 at 18:32:08 -: +++ subversion/trunk/subversion/bindings/ctypes-python/test/remoterepos.py Mon Aug 8 18:32:07 2011 @@ -46,17 +46,24 @@ class RemoteRepositoryTestCase(unittest. dumpfile =

Re: svn commit: r1160601 - /subversion/trunk/subversion/libsvn_subr/magic.c

2011-08-23 Thread Daniel Shahaf
Backport? s...@apache.org wrote on Tue, Aug 23, 2011 at 09:59:42 -: Author: stsp Date: Tue Aug 23 09:59:42 2011 New Revision: 1160601 URL: http://svn.apache.org/viewvc?rev=1160601view=rev Log: * subversion/libsvn_subr/magic.c (svn_magic__cookie_t): Put a dummy byte into this

Re: svn commit: r1166184 - /subversion/branches/fs-successor-ids/subversion/libsvn_fs_fs/fs_fs.c

2011-09-07 Thread Daniel Shahaf
This will assert with % cat $REPOS/db/format 6 layout linear % s...@apache.org wrote on Wed, Sep 07, 2011 at 13:53:59 -: Author: stsp Date: Wed Sep 7 13:53:59 2011 New Revision: 1166184 URL: http://svn.apache.org/viewvc?rev=1166184view=rev Log: On the fs-successor-ids branch, shard

Re: svn commit: r1166247 - in /subversion/branches/fs-successor-ids/subversion/libsvn_fs_fs: fs.h fs_fs.c

2011-09-07 Thread Daniel Shahaf
On Wednesday, September 07, 2011 4:16 PM, s...@apache.org wrote: + /* Create successor-ID data for revision zero. */ SVN_ERR(svn_io_file_open(file, path_successor_ids(fs, 0, pool), APR_WRITE | APR_BUFFERED | APR_CREATE,

Re: svn commit: r1166247 - in /subversion/branches/fs-successor-ids/subversion/libsvn_fs_fs: fs.h fs_fs.c

2011-09-07 Thread Daniel Shahaf
The code does not create the index for r1000 (the first revision of a non-first shard). On Wednesday, September 07, 2011 4:16 PM, s...@apache.org wrote: Author: stsp Date: Wed Sep 7 16:16:47 2011 New Revision: 1166247 URL: http://svn.apache.org/viewvc?rev=1166247view=rev Log: On the

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

2011-09-07 Thread Daniel Shahaf
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_t *sorted_hash; + apr_pool_t *iterpool; + int i; + + /*

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

2011-09-12 Thread Daniel Shahaf
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=1169837view=rev Log: A couple of minor improvements to the Ev2-delta editor shim. *

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

2011-09-12 Thread Daniel Shahaf
on branches, then merge ^/subversion/branches/performance. But as I see it such changes make the code less readable for no gain. Hyrum K Wright wrote on Mon, Sep 12, 2011 at 13:05:58 -0500: On Mon, Sep 12, 2011 at 12:35 PM, Daniel Shahaf d...@daniel.shahaf.name wrote: hwri...@apache.org wrote

Re: svn commit: r1169851 - /subversion/trunk/subversion/tests/svn_test_main.c

2011-09-12 Thread Daniel Shahaf
How is that different from using svn_error_raise_on_malfunction()? i.e., from passing --trap-assertion-failures ? hwri...@apache.org wrote on Mon, Sep 12, 2011 at 18:03:42 -: Author: hwright Date: Mon Sep 12 18:03:41 2011 New Revision: 1169851 URL:

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

2011-09-13 Thread Daniel Shahaf
(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=1170324view=rev Log: * subversion/include/svn_editor.h (svn_editor_set_props): Add

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 Daniel Shahaf
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 prop_args *p_args = apr_palloc(db-eb-edit_pool, sizeof(*p_args));

Re: svn commit: r1173137 - in /subversion/trunk: build.conf subversion/tests/libsvn_subr/ subversion/tests/libsvn_subr/spillbuf-test.c

2011-09-21 Thread Daniel Shahaf
gst...@apache.org wrote on Tue, Sep 20, 2011 at 13:29:07 -: Author: gstein Date: Tue Sep 20 13:29:06 2011 New Revision: 1173137 URL: http://svn.apache.org/viewvc?rev=1173137view=rev Log: Initial test for the new spill buffer code. * build.conf: (spillbuf-test): new test. adjust

Re: svn commit: r1173759 - in /subversion/trunk/subversion: include/private/svn_subr_private.h libsvn_repos/reporter.c libsvn_subr/spillbuf.c tests/libsvn_subr/spillbuf-test.c

2011-09-21 Thread Daniel Shahaf
gst...@apache.org wrote on Wed, Sep 21, 2011 at 17:02:35 -: Author: gstein Date: Wed Sep 21 17:02:34 2011 New Revision: 1173759 URL: http://svn.apache.org/viewvc?rev=1173759view=rev Log: Rename the private APIs to include a double-underscore, per convention. We have no solid

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

2011-09-22 Thread Daniel Shahaf
Hyrum K Wright wrote on Thu, Sep 22, 2011 at 07:49:17 +0100: On Thu, Sep 22, 2011 at 3:31 AM, danie...@apache.org wrote: Author: danielsh Date: Thu Sep 22 02:31:06 2011 New Revision: 1173935 URL: http://svn.apache.org/viewvc?rev=1173935view=rev Log: *

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

2011-09-22 Thread Daniel Shahaf
phi...@apache.org wrote on Thu, Sep 22, 2011 at 13:56:04 -: Author: philip Date: Thu Sep 22 13:56:03 2011 New Revision: 1174142 URL: http://svn.apache.org/viewvc?rev=1174142view=rev Log: * STATUS: Propose r1174111 (with danielsh via IRC). Modified:

Re: svn commit: r1174166 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/cleanup.c libsvn_wc/upgrade.c libsvn_wc/wc_db.c libsvn_wc/wc_db.h

2011-09-22 Thread Daniel Shahaf
Please edit the log message of r1174139 to mention it was reverted, thanks. ne...@apache.org wrote on Thu, Sep 22, 2011 at 14:40:25 -: Author: neels Date: Thu Sep 22 14:40:25 2011 New Revision: 1174166 URL: http://svn.apache.org/viewvc?rev=1174166view=rev Log: Revert r1174139. (No

Re: svn commit: r1175256 - /subversion/site/publish/docs/release-notes/1.7.html

2011-09-24 Thread Daniel Shahaf
jcor...@apache.org wrote on Sat, Sep 24, 2011 at 20:52:12 -: +div class=h3 id=windows-case-change +h3Changing case of file and directory names on Windows + a class=sectionlink href=#windows-case-change +title=Link to this sectionpara;/a +/h3 + +pSubversion on Windows now fully

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

2011-09-27 Thread Daniel Shahaf
Paul Burba wrote on Mon, Sep 26, 2011 at 20:03:26 -0400: On Fri, Sep 23, 2011 at 1:16 AM, danie...@apache.org wrote: Author: danielsh Date: Fri Sep 23 05:16:21 2011 New Revision: 1174517 URL: http://svn.apache.org/viewvc?rev=1174517view=rev Log: * STATUS: Re-tweak my vote on the

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

2011-10-10 Thread Daniel Shahaf
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=1181166view=rev Log: * STATUS: Note the deletion rev of a few old branches, in case folks wish to resurrect them

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

2011-10-11 Thread Daniel Shahaf
Hyrum K Wright wrote on Tue, Oct 11, 2011 at 10:08:21 -0300: On Mon, Oct 10, 2011 at 7:20 PM, Daniel Shahaf d...@daniel.shahaf.name 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

Re: svn commit: r1186144 - in /subversion/branches/1.7.x: ./ STATUS subversion/libsvn_fs_fs/fs_fs.c

2011-10-19 Thread Daniel Shahaf
People who are bitten by this will not be able to commit anything with this revision applied. Should we add a way to turn off the new validation? For svn.a.o I'll just patch it locally, but I suppose not everyone who runs servers also compiles them from source... hwri...@apache.org wrote on

Re: svn commit: r1186283 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2011-10-19 Thread Daniel Shahaf
Please revert. The if (1) is there to make merging the revprop-packing branch easier. If you don't like the if (1) line, feel free to delete *just that line* and leave the {} block intact... hwri...@apache.org wrote on Wed, Oct 19, 2011 at 15:49:49 -: Author: hwright Date: Wed Oct 19

Re: svn commit: r1186252 - in /subversion/branches/1.7.x-r1180154: ./ subversion/include/svn_sorts.h subversion/libsvn_client/merge.c subversion/libsvn_subr/mergeinfo.c subversion/libsvn_subr/sorts.c

2011-10-19 Thread Daniel Shahaf
Paul, pbu...@apache.org wrote on Wed, Oct 19, 2011 at 14:57:54 -: Author: pburba Date: Wed Oct 19 14:57:54 2011 New Revision: 1186252 URL: http://svn.apache.org/viewvc?rev=1186252view=rev Log: On the 1.7.x-r1180154 branch: Merge r1180154 from trunk. * src-branch-1.7.x Mergeinfo

Re: svn commit: r1186252 - in /subversion/branches/1.7.x-r1180154: ./ subversion/include/svn_sorts.h subversion/libsvn_client/merge.c subversion/libsvn_subr/mergeinfo.c subversion/libsvn_subr/sorts.c

2011-10-19 Thread Daniel Shahaf
Paul Burba wrote on Wed, Oct 19, 2011 at 14:58:06 -0400: It may be a moot point now, since this has already been backported, but I adjusted the log message to better explain what I meant: http://svn.apache.org/viewvc?view=revisionrevision=1186252 Hopefully that clears things up, let me know

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

2011-10-21 Thread Daniel Shahaf
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=1187160view=rev Log: Ev2 shims: Allow callers to pass the kind of a node when building a delta editor tree. Most

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 Daniel Shahaf
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=1188256view=rev Log: Create a struct to hold the ever-growing collection of Ev2 shim callbacks. *

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 Daniel Shahaf
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 d...@daniel.shahaf.name 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

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 Daniel Shahaf
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 d...@daniel.shahaf.name 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 d...@daniel.shahaf.name wrote: hwri

Re: svn commit: r1189725, r1189726 - in /subversion/branches/1.7.x: ./ STATUS [..files..]

2011-10-27 Thread Daniel Shahaf
r1189725 was committed with a 1.6.x client, hence the extra mergeinfo. r1189726 was committed with the same client, except that I ran 'svn revert -R subversion CHANGES' to get rid of the extra mergeinfo before committing. Sorry for the noise. On Thursday, October 27, 2011 12:53 PM,

Re: svn commit: r1190215 - /subversion/site/publish/mailing-lists.html

2011-10-28 Thread Daniel Shahaf
phi...@apache.org wrote on Fri, Oct 28, 2011 at 09:05:57 -: Author: philip Date: Fri Oct 28 09:05:57 2011 New Revision: 1190215 URL: http://svn.apache.org/viewvc?rev=1190215view=rev Log: * publish/mailing-lists.html (subscribing, unsubscribing): Add spam note. Modified:

Re: svn commit: r1197998 - in /subversion/trunk/subversion: libsvn_client/patch.c tests/cmdline/patch_tests.py

2011-11-05 Thread Daniel Shahaf
On Saturday, November 05, 2011 5:54 PM, s...@apache.org wrote: Author: stsp Date: Sat Nov 5 17:54:31 2011 New Revision: 1197998 URL: http://svn.apache.org/viewvc?rev=1197998view=rev Log: Make 'svn patch' ignore /dev/null patch target paths to improve compatibility with patches

Re: svn commit: r1198129 - /subversion/trunk/subversion/tests/libsvn_delta/editor-test.c

2011-11-06 Thread Daniel Shahaf
hwri...@apache.org wrote on Sun, Nov 06, 2011 at 04:41:04 -: Author: hwright Date: Sun Nov 6 04:41:04 2011 New Revision: 1198129 URL: http://svn.apache.org/viewvc?rev=1198129view=rev Log: Fix build after r1198127. Apparently gen-make doesn't include C files in the dependency graph,

Re: svn commit: r1200837 - in /subversion/trunk/subversion: svn/commit-cmd.c svn/copy-cmd.c svn/delete-cmd.c svn/import-cmd.c svn/mkdir-cmd.c svn/move-cmd.c tests/cmdline/basic_tests.py

2011-11-11 Thread Daniel Shahaf
On Friday, November 11, 2011 12:07 PM, phi...@apache.org wrote: Modified: subversion/trunk/subversion/svn/delete-cmd.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/delete-cmd.c?rev=1200837r1=1200836r2=1200837view=diff

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

2011-11-13 Thread Daniel Shahaf
On Friday, November 11, 2011 6:07 PM, phi...@apache.org wrote: Author: philip Date: Fri Nov 11 18:07:52 2011 New Revision: 1201002 URL: http://svn.apache.org/viewvc?rev=1201002view=rev Log: Fix an unitialised memory read identified by valgrind. This occurs during merge_tests.py 35.

Re: svn commit: r1201824 - in /subversion/trunk/subversion: libsvn_client/diff.c libsvn_ra/ra_loader.c tests/cmdline/diff_tests.py

2011-11-14 Thread Daniel Shahaf
s...@apache.org wrote on Mon, Nov 14, 2011 at 18:59:06 -: Author: stsp Date: Mon Nov 14 18:59:06 2011 New Revision: 1201824 URL: http://svn.apache.org/viewvc?rev=1201824view=rev Log: Fix issue #2873, svn diff -c N on a file added in revision N does not create patch. When adding a

Re: svn commit: r1202783 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2011-11-16 Thread Daniel Shahaf
On Wednesday, November 16, 2011 5:06 PM, phi...@apache.org wrote: Author: philip Date: Wed Nov 16 17:06:50 2011 New Revision: 1202783 URL: http://svn.apache.org/viewvc?rev=1202783view=rev Log: * subversion/libsvn_fs_fs/fs_fs.c (rep_write_contents_close): Log root cause, rather than a

Re: svn commit: r1202799 - in /subversion/trunk/subversion/svn: cl.h main.c status-cmd.c status.c

2011-11-16 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, Nov 16, 2011 at 17:29:42 -: Author: cmpilato Date: Wed Nov 16 17:29:42 2011 New Revision: 1202799 URL: http://svn.apache.org/viewvc?rev=1202799view=rev Log: For issue #1935 (svn status too verbose with svn:externals definitions), make 'svn status'

Re: svn commit: r1202799 - in /subversion/trunk/subversion/svn: cl.h main.c status-cmd.c status.c

2011-11-17 Thread Daniel Shahaf
C. Michael Pilato wrote on Thu, Nov 17, 2011 at 08:56:03 -0500: On 11/16/2011 05:29 PM, Daniel Shahaf wrote: cmpil...@apache.org wrote on Wed, Nov 16, 2011 at 17:29:42 -: Author: cmpilato Date: Wed Nov 16 17:29:42 2011 New Revision: 1202799 URL: http://svn.apache.org/viewvc?rev

Re: svn commit: r1202799 - in /subversion/trunk/subversion/svn: cl.h main.c status-cmd.c status.c

2011-11-17 Thread Daniel Shahaf
C. Michael Pilato wrote on Thu, Nov 17, 2011 at 11:12:45 -0500: On 11/17/2011 09:23 AM, Daniel Shahaf wrote: C. Michael Pilato wrote on Thu, Nov 17, 2011 at 08:56:03 -0500: Ah, right. File externals. I wonder, is this change enough? I don't want to skip over modified file externals

Re: svn commit: r1204035 - in /subversion/branches/moves-scan-log/subversion: include/svn_wc.h libsvn_client/update.c

2011-11-19 Thread Daniel Shahaf
s...@apache.org wrote on Sat, Nov 19, 2011 at 18:34:53 -: Author: stsp Date: Sat Nov 19 18:34:52 2011 New Revision: 1204035 URL: http://svn.apache.org/viewvc?rev=1204035view=rev Log: On the moves-scan-log branch, change the way data about server-side moves is returned from the log

Re: svn commit: r1205726 - /subversion/trunk/subversion/libsvn_fs_base/reps-strings.c

2011-11-24 Thread Daniel Shahaf
cmpil...@apache.org wrote on Thu, Nov 24, 2011 at 05:45:25 -: Author: cmpilato Date: Thu Nov 24 05:45:24 2011 New Revision: 1205726 URL: http://svn.apache.org/viewvc?rev=1205726view=rev Log: Plug a memory leak in the fs-base deltification logic. Twice in a decade I've seen this code

Re: svn commit: r1213681 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2011-12-13 Thread Daniel Shahaf
On Tue, Dec 13, 2011, at 13:30, s...@apache.org wrote: Author: stsp Date: Tue Dec 13 13:30:33 2011 New Revision: 1213681 URL: http://svn.apache.org/viewvc?rev=1213681view=rev Log: * subversion/libsvn_fs_fs/fs_fs.c (recover_body): svn_fs_fs__del_rep_reference() will assert if

Re: svn commit: r1213746 - in /subversion/branches/1.7.x: ./ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/libsvn_subr/ subversion/svnserve/ subversion/tests/cmdline/

2011-12-13 Thread Daniel Shahaf
I've fixed my environment such that in the future these merges will be done using a 1.7.x svn. danie...@apache.org wrote on Tue, Dec 13, 2011 at 15:48:05 -: Author: danielsh Date: Tue Dec 13 15:48:04 2011 New Revision: 1213746 URL: http://svn.apache.org/viewvc?rev=1213746view=rev Log:

Re: svn commit: r1214697 - in /subversion/trunk/subversion: include/ libsvn_fs/ libsvn_fs_base/ libsvn_fs_fs/ libsvn_repos/ svnadmin/ tests/cmdline/

2011-12-15 Thread Daniel Shahaf
s...@apache.org wrote on Thu, Dec 15, 2011 at 11:03:08 -: Author: stsp Date: Thu Dec 15 11:03:08 2011 New Revision: 1214697 URL: http://svn.apache.org/viewvc?rev=1214697view=rev Log: New and improved implementation of 'hotcopy' for FSFS. ... Modified:

Re: svn commit: r1220742 - /subversion/trunk/subversion/tests/cmdline/copy_tests.py

2011-12-19 Thread Daniel Shahaf
phi...@apache.org wrote on Mon, Dec 19, 2011 at 13:45:42 -: Author: philip Date: Mon Dec 19 13:45:42 2011 New Revision: 1220742 URL: http://svn.apache.org/viewvc?rev=1220742view=rev Log: * subversion/tests/cmdline/copy_tests.py (changed_dir_data_should_match_checkout): Fix spurious

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

2011-12-22 Thread Daniel Shahaf
Merge to 1.7.x? On Thu, Dec 22, 2011, at 05:17, dongsh...@apache.org wrote: Author: dongsheng Date: Thu Dec 22 05:17:05 2011 New Revision: 1222040 URL: http://svn.apache.org/viewvc?rev=1222040view=rev Log: Making up for the missing single quotation mark. Obvious fix. Modified:

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

2011-12-23 Thread Daniel Shahaf
s...@apache.org wrote on Fri, Dec 23, 2011 at 00:35:16 -: + An informative error message helps people more than an assert (which + in case of TSVN can mean crashing the Windows Explorer). I thought the svn_error_malfunction_handler_t stuff addressed that issue?

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

2011-12-23 Thread Daniel Shahaf
On Fri, Dec 23, 2011, at 13:01, Stefan Sperling wrote: On Fri, Dec 23, 2011 at 01:48:18PM +0200, Daniel Shahaf wrote: s...@apache.org wrote on Fri, Dec 23, 2011 at 00:35:16 -: + An informative error message helps people more than an assert (which + in case of TSVN can mean

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

2011-12-23 Thread Daniel Shahaf
On Fri, Dec 23, 2011, at 14:50, Stefan Sperling wrote: On Fri, Dec 23, 2011 at 02:26:40PM +0200, Daniel Shahaf wrote: On Fri, Dec 23, 2011, at 13:01, Stefan Sperling wrote: On Fri, Dec 23, 2011 at 01:48:18PM +0200, Daniel Shahaf wrote: s...@apache.org wrote on Fri, Dec 23, 2011 at 00:35

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

2011-12-24 Thread Daniel Shahaf
rhuij...@apache.org wrote on Fri, Dec 23, 2011 at 15:07:32 -: Author: rhuijben Date: Fri Dec 23 15:07:32 2011 New Revision: 1222699 URL: http://svn.apache.org/viewvc?rev=1222699view=rev Log: * dev/subversion/libsvn_ra_svn/cyrus_auth.c (get_sasl_errno_msg): Use apr to retrieve the

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

2011-12-24 Thread Daniel Shahaf
s...@apache.org wrote on Fri, Dec 23, 2011 at 14:41:21 -: Author: stsp Date: Fri Dec 23 14:41:20 2011 New Revision: 1222693 URL: http://svn.apache.org/viewvc?rev=1222693view=rev Log: * subversion/libsvn_wc/wc_db.c (read_children_info): Now that the repos_id problem is better

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

2011-12-24 Thread Daniel Shahaf
Stefan Sperling wrote on Fri, Dec 23, 2011 at 15:18:05 +0100: On Fri, Dec 23, 2011 at 04:10:07PM +0200, Daniel Shahaf wrote: On Fri, Dec 23, 2011, at 14:50, Stefan Sperling wrote: On Fri, Dec 23, 2011 at 02:26:40PM +0200, Daniel Shahaf wrote: On Fri, Dec 23, 2011, at 13:01, Stefan

Re: svn commit: r1227828 - in /subversion/trunk/tools/examples: SvnCLBrowse get-location-segments.py

2012-01-05 Thread Daniel Shahaf
C. Michael Pilato wrote on Thu, Jan 05, 2012 at 16:00:50 -0500: On 01/05/2012 03:54 PM, danie...@apache.org wrote: Author: danielsh Date: Thu Jan 5 20:54:09 2012 New Revision: 1227828 URL: http://svn.apache.org/viewvc?rev=1227828view=rev Log: Fix the swig-py examples. When

Re: svn commit: r1228253 - in /subversion/trunk/subversion: svnadmin/main.c tests/cmdline/svnadmin_tests.py tests/cmdline/svntest/main.py

2012-01-06 Thread Daniel Shahaf
cmpil...@apache.org wrote on Fri, Jan 06, 2012 at 16:38:59 -: + {lock, subcommand_lock, {0}, N_ + (usage: svnadmin lock REPOS_PATH PATH USERNAME COMMENT-FILE [TOKEN]\n\n +Lock PATH by USERNAME setting comments from COMMENT-FILE.\n +If provided, use TOKEN as lock token.\n), +

Re: svn commit: r1228253 - in /subversion/trunk/subversion: svnadmin/main.c tests/cmdline/svnadmin_tests.py tests/cmdline/svntest/main.py

2012-01-06 Thread Daniel Shahaf
Filed as issue #4092. http://subversion.tigris.org/issues/show_bug.cgi?id=4092 C. Michael Pilato wrote on Fri, Jan 06, 2012 at 13:21:36 -0500: On 01/06/2012 12:10 PM, Daniel Shahaf wrote: cmpil...@apache.org wrote on Fri, Jan 06, 2012 at 16:38:59 -: + {lock, subcommand_lock, {0}, N_

Re: svn commit: r1230127 - /subversion/site/publish/mailing-lists.html

2012-01-11 Thread Daniel Shahaf
danie...@apache.org wrote on Wed, Jan 11, 2012 at 16:21:02 -: Author: danielsh Date: Wed Jan 11 16:21:02 2012 New Revision: 1230127 URL: http://svn.apache.org/viewvc?rev=1230127view=rev Log: * mailing-lists.html: use a non-breaking hyphen Modified:

Re: svn commit: r1230127 - /subversion/site/publish/mailing-lists.html

2012-01-11 Thread Daniel Shahaf
Julian Foad wrote on Wed, Jan 11, 2012 at 16:52:37 +: Daniel Shahaf wrote: Log: * mailing-lists.html: use a non-breaking hyphen   pTo subscribe to the lists above, simply send email -  to emLISTNAME/em-subscr...@subversion.apache.org +  ! -- U+2011 NON-BREAKING HYPHEN

Re: svn commit: r1232085 - /subversion/trunk/contrib/server-side/mod_setlocale/mod_setlocale.c

2012-01-16 Thread Daniel Shahaf
Thanks for the fix. I saw some discussion on IRC -- are there outstanding problems not addressed by the below commit? On Mon, Jan 16, 2012, at 18:08, ne...@apache.org wrote: Author: neels Date: Mon Jan 16 18:08:13 2012 New Revision: 1232085 URL:

Re: svn commit: r1232085 - /subversion/trunk/contrib/server-side/mod_setlocale/mod_setlocale.c

2012-01-16 Thread Daniel Shahaf
Specifically, I saw mentions of segfaults in backscroll, but I don't think this commit prevents any segfaults.. (both setlocale() and ap_log_error() would handle a NULL argument here) On Mon, Jan 16, 2012, at 22:25, Daniel Shahaf wrote: Thanks for the fix. I saw some discussion on IRC

Re: svn commit: r1231988 - in /subversion/site/publish/docs/community-guide: repro-template.bat repro-template.sh

2012-01-16 Thread Daniel Shahaf
cmpil...@apache.org wrote on Mon, Jan 16, 2012 at 13:12:20 -: Modified: subversion/site/publish/docs/community-guide/repro-template.sh URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/repro-template.sh?rev=1231988r1=1231987r2=1231988view=diff

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

2012-01-17 Thread Daniel Shahaf
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=1232614view=rev Log: On the ev2-export branch: Implement export with an Ev2 editor, and use that inplace of the delta

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

2012-01-17 Thread Daniel Shahaf
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=1232634view=rev Log: On the ev2-export branch: Replace one hack with another, which allows us to remove the vestigal

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

2012-01-19 Thread Daniel Shahaf
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=1233566view=rev Log: Add a public wrapper around our spillbuf-backed stream. * subversion/include/svn_io.h

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

2012-01-19 Thread Daniel Shahaf
Hyrum K Wright wrote on Thu, Jan 19, 2012 at 21:47:51 -0600: On Thu, Jan 19, 2012 at 8:40 PM, Daniel Shahaf danie...@elego.de wrote: I do wonder if the to disk threshold should be in the public signature, but don't have offhand a use-case justifying that. We could, but I figured callers

Re: svn commit: r1235831 - /subversion/trunk/subversion/libsvn_ra_serf/util.c

2012-01-25 Thread Daniel Shahaf
gst...@apache.org wrote on Wed, Jan 25, 2012 at 17:15:05 -: Author: gstein Date: Wed Jan 25 17:15:05 2012 New Revision: 1235831 URL: http://svn.apache.org/viewvc?rev=1235831view=rev Log: Improve the handle of the ssl-authority-files config option: allow leading and trailing whitespace

Re: svn commit: r1235831 - /subversion/trunk/subversion/libsvn_ra_serf/util.c

2012-01-25 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Jan 25, 2012 at 19:26:33 +0200: gst...@apache.org wrote on Wed, Jan 25, 2012 at 17:15:05 -: Author: gstein Date: Wed Jan 25 17:15:05 2012 New Revision: 1235831 URL: http://svn.apache.org/viewvc?rev=1235831view=rev Log: Improve the handle of the ssl

Re: svn commit: r1238862 - /subversion/trunk/subversion/svnrdump/dump_editor.c

2012-01-31 Thread Daniel Shahaf
hwri...@apache.org wrote on Tue, Jan 31, 2012 at 23:40:06 -: Author: hwright Date: Tue Jan 31 23:40:06 2012 New Revision: 1238862 URL: http://svn.apache.org/viewvc?rev=1238862view=rev Log: Ev2 shims: Add a prop fetching function for svnrdump. This prevents crashes, but doesn't

Re: svn commit: r1239033 - in /subversion/branches/multi-layer-moves: BRANCH-README subversion/libsvn_wc/wc-queries.sql subversion/libsvn_wc/wc_db.c subversion/tests/libsvn_wc/op-depth-test.c

2012-02-01 Thread Daniel Shahaf
phi...@apache.org wrote on Wed, Feb 01, 2012 at 10:04:15 -: Added: subversion/branches/multi-layer-moves/BRANCH-README URL: http://svn.apache.org/viewvc/subversion/branches/multi-layer-moves/BRANCH-README?rev=1239033view=auto

Re: svn commit: r955136 - in /subversion/trunk/subversion: include/ libsvn_fs/ libsvn_fs_base/ libsvn_fs_fs/ tests/libsvn_fs/

2010-06-16 Thread Daniel Shahaf
Philip Martin wrote on Wed, 16 Jun 2010 at 11:17 -: danie...@apache.org writes: == --- subversion/trunk/subversion/include/svn_fs.h (original) +++ subversion/trunk/subversion/include/svn_fs.h Wed Jun 16

Re: svn commit: r956941 - /subversion/trunk/subversion/libsvn_subr/io.c

2010-06-22 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, 22 Jun 2010 at 19:18 -: @@ -3665,7 +3667,7 @@ temp_file_create(apr_file_t **new_file, #endif } -/* Wrapper for apr_file_name_get(). */ +/* Wrapper for apr_file_name_get(), passing out a UTF8-encoded filename. */ svn_error_t *

Re: svn commit: r957094 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs*/ subversion/libsvn_ra*/ ...

2010-06-23 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, 23 Jun 2010 at 04:22 -: Author: cmpilato Date: Wed Jun 23 01:22:00 2010 New Revision: 957094 URL: http://svn.apache.org/viewvc?rev=957094view=rev Log: Finish issue #3661: RA get-locks inefficiencies. * build.conf (svnserve): Add dependency on

Re: svn commit: r957094 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_client/ subversion/libsvn_fs*/ subversion/libsvn_ra*/ ...

2010-06-24 Thread Daniel Shahaf
C. Michael Pilato wrote on Wed, 23 Jun 2010 at 22:43 -: Daniel Shahaf wrote: - SVN_ERR(svn_ra_svn_write_cmd(conn, pool, get-locks, c, path)); + /* Figure out the repository abspath from PATH. */ + abs_path = svn_path_url_add_component2(sess-url, path, pool); + SVN_ERR

Re: svn commit: r958889 - /subversion/trunk/subversion/tests/svn_test_main.c

2010-06-30 Thread Daniel Shahaf
The next function in the file (svn_test_add_dir_cleanup()) needs the same fix. rhuij...@apache.org wrote on Tue, 29 Jun 2010 at 12:06 -: Author: rhuijben Date: Tue Jun 29 09:06:51 2010 New Revision: 958889 URL: http://svn.apache.org/viewvc?rev=958889view=rev Log: *

Re: svn commit: r959090 - in /subversion/trunk/subversion/tests/manual: ./ README permutations.py tree-conflicts-add-vs-add.py

2010-06-30 Thread Daniel Shahaf
ne...@apache.org wrote on Tue, 29 Jun 2010 at 23:22 -: + p = Permutations(('A', 'B'), (1, 2, 3), ('-',), (x, y)) + print All items: + while p.next(): +print p.row Does this duplicate the functionality of itertools.product()?

Re: svn commit: r965046 - in /subversion/branches/atomic-revprop: ./ BRANCH-README

2010-07-18 Thread Daniel Shahaf
Yesterday on IRC there were comments suggesting that branch commits are getting less review. For this branch, I'd like to merge it to trunk shortly --- as soon as the API's are implemented --- so please don't skip reviewing it only because the work isn't happening on trunk. It will be merged to

Re: svn commit: r966770 - in /subversion/trunk/subversion/libsvn_wc: copy.c log.c log.h merge.c workqueue.c workqueue.h

2010-07-22 Thread Daniel Shahaf
rhuij...@apache.org wrote on Thu, Jul 22, 2010 at 17:44:41 -: Author: rhuijben Date: Thu Jul 22 17:44:41 2010 New Revision: 966770 URL: http://svn.apache.org/viewvc?rev=966770view=rev Log: Replace the file-move loggy operation with a file-move wq operation. This to move away from

Re: svn commit: r967212 - in /subversion/branches/atomic-revprop/subversion: include/svn_repos.h libsvn_repos/deprecated.c libsvn_repos/fs-wrap.c

2010-07-23 Thread Daniel Shahaf
C. Michael Pilato wrote on Fri, Jul 23, 2010 at 15:15:37 -0400: On 07/23/2010 03:13 PM, danie...@apache.org wrote: Author: danielsh Date: Fri Jul 23 19:13:52 2010 New Revision: 967212 [...] * subversion/libsvn_repos/deprecated.c (svn_repos_fs_change_rev_prop3): Reimplement

Re: svn commit: r978841 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svnrdump_tests_data/ svnrdump_tests_data/revision0.dump

2010-07-24 Thread Daniel Shahaf
artag...@apache.org wrote on Sat, Jul 24, 2010 at 10:18:58 -: + # Create a dump file using svnrdump + r, svnrdump_dumpfile, err = svntest.main.run_svnrdump(sbox.repo_url) + + # Check error code + if (r != 0): +raise svntest.Failure('Result code not 0') + + # Check the output

Re: svn commit: r978841 - in /subversion/trunk/subversion/tests/cmdline: svnrdump_tests.py svnrdump_tests_data/ svnrdump_tests_data/revision0.dump

2010-07-24 Thread Daniel Shahaf
Ramkumar Ramachandra wrote on Sat, Jul 24, 2010 at 16:58:34 +0530: Hi Daniel, Daniel Shahaf writes: Please don't add Review by before I've actually reviewed the patch, thanks :-) Um, right. I guess I misunderstood you when you asked me to put the 'Review by' in your previous email

Re: svn commit: r979002 - in /subversion/branches/svnrload/subversion/svnrload: ./ load_editor.c load_editor.h parse_dumpstream.c svnrload.c

2010-07-25 Thread Daniel Shahaf
artag...@apache.org wrote on Sun, 25 Jul 2010 at 11:44 -: Author: artagnon Date: Sun Jul 25 08:44:21 2010 New Revision: 979002 URL: http://svn.apache.org/viewvc?rev=979002view=rev Log: Add svnrload: currently a heavy WIP, with most of the code imported from svnrdump *

Re: svn commit: r979011 - in /subversion/branches/svnrload: build.conf subversion/svnrload/ subversion/svnrload/load_editor.c subversion/svnrload/parse_dumpstream.c subversion/svnrload/svnrload.c

2010-07-25 Thread Daniel Shahaf
artag...@apache.org wrote on Sun, 25 Jul 2010 at 12:21 -: Author: artagnon Date: Sun Jul 25 09:20:55 2010 New Revision: 979011 URL: http://svn.apache.org/viewvc?rev=979011view=rev Log: Add a build.conf and get svnrload to build * build.conf (svnrdump): Add new section to build

Re: svn commit: r979002 - in /subversion/branches/svnrload/subversion/svnrload: ./ load_editor.c load_editor.h parse_dumpstream.c svnrload.c

2010-07-25 Thread Daniel Shahaf
Doing the work on trunk or on a branch is orthogonal to my point. Ramkumar Ramachandra wrote on Sun, 25 Jul 2010 at 16:02 -: Hi Daniel, Daniel Shahaf writes: i.e., you could have done 'svn cp ../svnrdump/svnrdump.c svnrload.c', and similarly for the other files. The benefits

Re: svn commit: r979303 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2010-07-26 Thread Daniel Shahaf
Ramkumar Ramachandra wrote on Mon, Jul 26, 2010 at 22:17:44 +0530: rhuij...@apache.org writes: + def diff_props(dict1, dict2, name, match): I wrote some 'dict diffing' code a long time ago in run_and_verify_info(). Maybe it's relevant to this thread...

Re: svn commit: r979193 - in /subversion/branches/performance/subversion: include/private/svn_cache.h libsvn_subr/cache-membuffer.c

2010-07-27 Thread Daniel Shahaf
Hi Stefan, stef...@apache.org wrote on Mon, Jul 26, 2010 at 08:30:08 -: Author: stefan2 Date: Mon Jul 26 08:30:08 2010 New Revision: 979193 URL: http://svn.apache.org/viewvc?rev=979193view=rev Log: Provide a memcached-like implementation of svn_cache_t that does not have the same

Re: svn commit: r982415 - in /subversion/trunk/subversion/libsvn_ra_serf: commit.c replay.c serf.c update.c

2010-08-05 Thread Daniel Shahaf
rhuij...@apache.org wrote on Wed, Aug 04, 2010 at 22:20:30 -: Author: rhuijben Date: Wed Aug 4 22:20:30 2010 New Revision: 982415 URL: http://svn.apache.org/viewvc?rev=982415view=rev Log: Following up on r982398, fix a few more mostly theoretical error leaks. Thanks; review below.

Re: svn commit: r982415 - in /subversion/trunk/subversion/libsvn_ra_serf: commit.c replay.c serf.c update.c

2010-08-05 Thread 'Daniel Shahaf'
Bert Huijben wrote on Thu, Aug 05, 2010 at 08:50:15 +0200: -Original Message- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: donderdag 5 augustus 2010 8:13 To: d...@subversion.apache.org Cc: commits@subversion.apache.org; Daniel Shahaf Subject: Re: svn commit

Re: svn commit: r982929 - /subversion/trunk/subversion/svnrdump/load_editor.c

2010-08-06 Thread Daniel Shahaf
artag...@apache.org wrote on Fri, Aug 06, 2010 at 11:05:58 -: Author: artagnon Date: Fri Aug 6 11:05:58 2010 New Revision: 982929 URL: http://svn.apache.org/viewvc?rev=982929view=rev Log: * subversion/svnrdump/load_editor.c (apply_textdelta, close_node): Move the call to close_file

Re: svn commit: r983807 - in /subversion/branches/atomic-revprop/subversion: include/svn_error.h libsvn_subr/error.c

2010-08-10 Thread Daniel Shahaf
(I intended to commit that to trunk) Julian Foad wrote on Tue, Aug 10, 2010 at 12:17:24 +0100: On Mon, 2010-08-09, danie...@apache.org wrote: +/** Return TRUE if @a err's chain contains the error code @a apr_err. + * + * @since New in 1.7. + */ +svn_boolean_t

Re: svn commit: r983807 - in /subversion/branches/atomic-revprop/subversion: include/svn_error.h libsvn_subr/error.c

2010-08-10 Thread Daniel Shahaf
Julian Foad wrote on Tue, Aug 10, 2010 at 13:48:20 +0100: On Tue, 2010-08-10 at 15:04 +0300, Daniel Shahaf wrote: I can see several options: * forbid passing SVN_NO_ERROR * return FALSE on SVN_NO_ERROR * reture (apr_err == APR_SUCCESS ? TRUE : FALSE) on SVN_NO_ERROR Right now

Re: svn commit: r983807 - in /subversion/branches/atomic-revprop/subversion: include/svn_error.h libsvn_subr/error.c

2010-08-10 Thread Daniel Shahaf
Julian Foad wrote on Tue, Aug 10, 2010 at 14:33:24 +0100: On Tue, 2010-08-10, Daniel Shahaf wrote: +++ subversion/libsvn_subr/error.c (working copy) @@ -274,9 +274,8 @@ { svn_error_t *child; - if (! err ! apr_err) -/* The API doesn't specify the behaviour when ERR

Re: svn commit: r106 - trunk/www: . cn-project-pages/snippets

2010-08-17 Thread Daniel Shahaf
-1 on this change: it adds a link to openCollabNet to our tigris HOMEPAGE, without any prior discussion. jrepenning_cn: please revert this asap, and avoid making changes to our Website in this manner. jrepenning...@tigris.org wrote on Mon, Aug 16, 2010 at 17:24:52 -0700: Author: jrepenning_cn

Re: svn commit: r986510 - in /subversion/trunk/subversion: bindings/javahl/native/SVNClient.cpp include/svn_client.h libsvn_client/delete.c libsvn_client/deprecated.c libsvn_client/externals.c libsvn_

2010-08-19 Thread Daniel Shahaf
rhuij...@apache.org wrote on Tue, Aug 17, 2010 at 22:25:09 -: +++ subversion/trunk/subversion/include/svn_client.h Tue Aug 17 22:25:09 2010 @@ -2162,6 +2166,7 @@ svn_client_status5(svn_revnum_t *result_ + svn_boolean_t depth_as_sticky, s/depth_as_sticky/depth_is_sticky/g

Re: svn commit: r1002313 - /subversion/trunk/subversion/tests/cmdline/prop_tests.py

2010-09-28 Thread Daniel Shahaf
pbu...@apache.org wrote on Tue, Sep 28, 2010 at 18:38:19 -: + # Run propget -vR svn:mergeinfo and collect the stdout. + exit_code, pg_stdout, pg_stderr = svntest.actions.run_and_verify_svn( +None, None, [], 'propget', SVN_PROP_MERGEINFO, '-vR', wc_dir) + exit_code and pg_stderr

Re: svn commit: r1002313 - /subversion/trunk/subversion/tests/cmdline/prop_tests.py

2010-09-28 Thread Daniel Shahaf
Paul Burba wrote on Tue, Sep 28, 2010 at 18:06:36 -0400: On Tue, Sep 28, 2010 at 3:30 PM, Daniel Shahaf d...@daniel.shahaf.name wrote: pbu...@apache.org wrote on Tue, Sep 28, 2010 at 18:38:19 -: +  # Run propget -vR svn:mergeinfo and collect the stdout. +  exit_code, pg_stdout

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

2010-09-30 Thread Daniel Shahaf
s...@apache.org wrote on Thu, Sep 30, 2010 at 20:05:54 -: +++ subversion/site/publish/docs/community-guide/releasing.part.html Thu Sep 30 20:05:53 2010 @@ -1096,7 +1096,7 @@ manager.)/p -div class=h3 id=releasing-not +div class=h2 id=releasing-not h2How emnot/em to make a Subversion

Re: svn commit: r1367683 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2012-08-13 Thread Daniel Shahaf
phi...@apache.org wrote on Tue, Jul 31, 2012 at 17:14:58 -: Author: philip Date: Tue Jul 31 17:14:58 2012 New Revision: 1367683 URL: http://svn.apache.org/viewvc?rev=1367683view=rev Log: Fix issue 4213, svnadmin recover fails on old format repositories. *

Re: svn commit: r1374357 - in /subversion/trunk: Makefile.in build.conf build/ac-macros/apache.m4 build/generator/gen_base.py build/generator/gen_make.py build/generator/templates/makefile.ezt

2012-08-21 Thread Daniel Shahaf
A few comments on read-through (but without checking out-of-mail context): br...@apache.org wrote on Fri, Aug 17, 2012 at 16:58:22 -: Author: brane Date: Fri Aug 17 16:58:22 2012 New Revision: 1374357 URL: http://svn.apache.org/viewvc?rev=1374357view=rev Log: Followup to r1374198:

  1   2   3   4   5   6   7   >