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
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: Introduce a new build.conf predicate when, which names the post-configure

Re: svn commit: r1376992 - /subversion/trunk/subversion/libsvn_repos/repos.c

2012-08-27 Thread Daniel Shahaf
cmpil...@apache.org wrote on Fri, Aug 24, 2012 at 17:02:25 -: Author: cmpilato Date: Fri Aug 24 17:02:24 2012 New Revision: 1376992 URL: http://svn.apache.org/viewvc?rev=1376992view=rev Log: * subversion/libsvn_repos/repos.c (create_hooks): Tweak 'start-commit' template text,

Re: svn commit: r1376992 - /subversion/trunk/subversion/libsvn_repos/repos.c

2012-08-27 Thread Daniel Shahaf
C. Michael Pilato wrote on Mon, Aug 27, 2012 at 09:13:26 -0400: On 08/27/2012 08:45 AM, Daniel Shahaf wrote: cmpil...@apache.org wrote on Fri, Aug 24, 2012 at 17:02:25 -: Author: cmpilato Date: Fri Aug 24 17:02:24 2012 New Revision: 1376992 URL: http://svn.apache.org/viewvc?rev

Re: svn commit: r1378043 - /subversion/trunk/build.conf

2012-08-29 Thread Daniel Shahaf
Thanks! br...@apache.org wrote on Tue, Aug 28, 2012 at 09:46:06 -: Author: brane Date: Tue Aug 28 09:46:05 2012 New Revision: 1378043 URL: http://svn.apache.org/viewvc?rev=1378043view=rev Log: * build.conf: Attempt do document target declaration parameters. Modified:

Re: svn commit: r1380608 - in /subversion/trunk/subversion: include/ libsvn_ra_local/ libsvn_repos/ mod_dav_svn/ svnserve/

2012-09-04 Thread Daniel Shahaf
s...@apache.org wrote on Tue, Sep 04, 2012 at 12:43:41 -: Author: stsp Date: Tue Sep 4 12:43:40 2012 New Revision: 1380608 URL: http://svn.apache.org/viewvc?rev=1380608view=rev Log: Fix issue #4113, convert SVNHooksEnv and svnserve.conf[hooks-env] to use a common configuration files.

Re: svn commit: r1381808 - in /subversion/trunk/subversion/libsvn_fs_fs: fs_fs.c fs_fs.h

2012-09-07 Thread Daniel Shahaf
I think this fix is wrong. svn_fs_fs__read_noderev() should return the parsed noderev as is --- if it's a revision file and the noderev contains an is-fresh-txn-root field, then it needs to reflect that. stef...@apache.org wrote on Thu, Sep 06, 2012 at 23:52:17 -: Author: stefan2 Date: Thu

Re: svn commit: r1381808 - in /subversion/trunk/subversion/libsvn_fs_fs: fs_fs.c fs_fs.h

2012-09-08 Thread Daniel Shahaf
Stefan Fuhrmann wrote on Sat, Sep 08, 2012 at 01:32:54 +0200: On Fri, Sep 7, 2012 at 9:36 PM, Daniel Shahaf danie...@elego.de wrote: I think this fix is wrong. svn_fs_fs__read_noderev() should return the parsed noderev as is --- if it's a revision file and the noderev contains

Re: svn commit: r1382806 - /subversion/branches/1.6.x/STATUS

2012-09-10 Thread Daniel Shahaf
cmpil...@apache.org wrote on Mon, Sep 10, 2012 at 12:52:32 -: Author: cmpilato Date: Mon Sep 10 12:52:32 2012 New Revision: 1382806 URL: http://svn.apache.org/viewvc?rev=1382806view=rev Log: On the '1.6.x' branch: * STATUS (r1338810 group): Add r1339154, resolving danielsh's

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

2012-09-10 Thread Daniel Shahaf
stef...@apache.org wrote on Fri, Sep 07, 2012 at 00:14:28 -: Author: stefan2 Date: Fri Sep 7 00:14:28 2012 New Revision: 1381814 URL: http://svn.apache.org/viewvc?rev=1381814view=rev Log: Fix a performance issue created by directory deltification: rep streams don't support mark /

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

2012-09-10 Thread Daniel Shahaf
stef...@apache.org wrote on Fri, Sep 07, 2012 at 00:22:46 -: Author: stefan2 Date: Fri Sep 7 00:22:45 2012 New Revision: 1381817 URL: http://svn.apache.org/viewvc?rev=1381817view=rev Log: Follow-up to r1381814. * subversion/libsvn_fs_fs/fs_fs.c (get_dir_contents): expanded_size

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

2012-09-10 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Sep 08, 2012 at 13:51:39 -: Author: stefan2 Date: Sat Sep 8 13:51:39 2012 New Revision: 1382304 URL: http://svn.apache.org/viewvc?rev=1382304view=rev Log: Fix a minor issue with props deltification: Deltify against a props representation instead of

Re: svn commit: r1383480 - in /subversion/trunk/subversion: svn/cl.h svn/log-cmd.c svn/main.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout tests/cmdline/log_tests.py

2012-09-20 Thread Daniel Shahaf
s...@apache.org wrote on Tue, Sep 11, 2012 at 16:58:41 -: Author: stsp Date: Tue Sep 11 16:58:40 2012 New Revision: 1383480 URL: http://svn.apache.org/viewvc?rev=1383480view=rev Log: Allow mulitple --search options with 'svn log'. Log messages are shown if they match any of the

Re: svn commit: r1384899 - /subversion/branches/inheritable-props/subversion/libsvn_ra/compat.c

2012-09-20 Thread Daniel Shahaf
cmpil...@apache.org wrote on Fri, Sep 14, 2012 at 19:50:46 -: Author: cmpilato Date: Fri Sep 14 19:50:45 2012 New Revision: 1384899 URL: http://svn.apache.org/viewvc?rev=1384899view=rev Log: On the 'inheritable-props' branch: Fix the fallback logic for svn_ra_get_inherited_props() to

svn-role reintegrates Re: svn commit: r1392727 - in /subversion/branches/1.7.x: ./ STATUS subversion/libsvn_ra/ra_loader.h subversion/libsvn_ra_serf/options.c subversion/libsvn_ra_serf/serf.c subversi

2012-10-03 Thread Daniel Shahaf
svn-r...@apache.org wrote on Tue, Oct 02, 2012 at 04:02:25 -: Author: svn-role Date: Tue Oct 2 04:02:24 2012 New Revision: 1392727 URL: http://svn.apache.org/viewvc?rev=1392727view=rev Log: Reintegrate the 1.7.x-serf-server-root-segfaults branch: Shall we make svn-role run 'svn

Re: svn commit: r1396329 - /subversion/branches/http-dynamic-prop-namespaces/BRANCH-README

2012-10-10 Thread Daniel Shahaf
cmpil...@apache.org wrote on Tue, Oct 09, 2012 at 21:12:27 -: +the name. Subversion tries to ensure that its property names employ +only character whichs are valid in XML Names, but there's one area in ... + svn0 = $(SVN_DAV_PROP_NS_EXTENSIBLE)/svn:config It seems that the obvious next

Re: svn commit: r1396609 - /subversion/trunk/tools/hook-scripts/persist-ephemeral-txnprops.py

2012-10-10 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, Oct 10, 2012 at 14:06:33 -: Author: cmpilato Date: Wed Oct 10 14:06:32 2012 New Revision: 1396609 URL: http://svn.apache.org/viewvc?rev=1396609view=rev Log: * tools/hook-scripts/persist-ephemeral-txnprops.py New pre-commit hook script which copies

Re: svn commit: r1396744 - in /subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ ra_serf: ra_serf.h xml.c

2012-10-10 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, Oct 10, 2012 at 19:07:58 -: + * Add the appropriate serf buckets to AGG_BUCKET representing xml tag open + * with name TAG and attributes ATTRS. XML-escape attributes as necessary. +svn_ra_serf__add_open_tag_attrs_buckets(serf_bucket_t *agg_bucket, +

Re: svn commit: r1397993 - /subversion/branches/http-dynamic-prop-namespaces/BRANCH-README

2012-10-14 Thread Daniel Shahaf
cmpil...@apache.org wrote on Sun, Oct 14, 2012 at 01:44:59 -: Author: cmpilato Date: Sun Oct 14 01:44:59 2012 New Revision: 1397993 URL: http://svn.apache.org/viewvc?rev=1397993view=rev Log: On the 'http-dynamic-prop-namespaces' branch: update BRANCH-README. Modified:

Re: svn commit: r1398004 - /subversion/site/publish/docs/release-notes/1.8.html

2012-10-14 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, Oct 14, 2012 at 04:28:34 -: +However, to fully benefit from the latest a href=#fsfs-deltification +repository size reductions/a, it is recommended to create a new repository, For future reference: no space between '' and 'r' please. +clients may become

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

2012-10-21 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Oct 20, 2012 at 18:35:24 -: Author: stefan2 Date: Sat Oct 20 18:35:24 2012 New Revision: 1400498 URL: http://svn.apache.org/viewvc?rev=1400498view=rev Log: On systems without efficient 64 bit atomics, svnadmin should not attempt to enable revprop

Re: svn commit: r1400423 - /subversion/trunk/subversion/libsvn_fs_fs/structure

2012-10-21 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Oct 20, 2012 at 11:47:11 -: Author: stefan2 Date: Sat Oct 20 11:47:10 2012 New Revision: 1400423 URL: http://svn.apache.org/viewvc?rev=1400423view=rev Log: * subversion/libsvn_fs_fs/structure (Packing revision properties): add short description of

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

2012-10-29 Thread Daniel Shahaf
cmpil...@apache.org wrote on Mon, Oct 29, 2012 at 23:53:21 -: Author: cmpilato Date: Mon Oct 29 23:53:20 2012 New Revision: 1403583 URL: http://svn.apache.org/viewvc?rev=1403583view=rev Log: Fix the cause of a client-side hang in ra_serf's handling of Subversion's custom XML error

Re: svn commit: r1403733 - /subversion/trunk/subversion/libsvn_ra_serf/serf.c

2012-10-30 Thread Daniel Shahaf
i...@apache.org wrote on Tue, Oct 30, 2012 at 15:09:57 -: Author: ivan Date: Tue Oct 30 15:09:56 2012 New Revision: 1403733 URL: http://svn.apache.org/viewvc?rev=1403733view=rev Log: * subversion/libsvn_ra_serf/serf.c (svn_ra_serf__open): Use whitespace instead of '/' as delimiter

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

2012-10-30 Thread Daniel Shahaf
bre...@apache.org wrote on Wed, Oct 31, 2012 at 04:59:43 -: Author: breser Date: Wed Oct 31 04:59:42 2012 New Revision: 1403982 URL: http://svn.apache.org/viewvc?rev=1403982view=rev Log: Fix a compile warning and a memory leak in rep_write_cleanup. * subversion/libsvn_fs_fs/fs_fs.c

Re: svn commit: r1408686 - /subversion/trunk/subversion/svnmucc/svnmucc.c

2012-11-13 Thread Daniel Shahaf
rhuij...@apache.org wrote on Tue, Nov 13, 2012 at 11:57:02 -: Author: rhuijben Date: Tue Nov 13 11:57:01 2012 New Revision: 1408686 URL: http://svn.apache.org/viewvc?rev=1408686view=rev Log: Apply some correctness and debug easing changes on svnmucc. @@ -792,8 +785,10 @@

Re: svn commit: r1409883 - in /subversion/trunk/subversion: libsvn_wc/externals.c tests/cmdline/externals_tests.py

2012-11-15 Thread Daniel Shahaf
ne...@apache.org wrote on Thu, Nov 15, 2012 at 16:57:06 -: Author: neels Date: Thu Nov 15 16:57:05 2012 New Revision: 1409883 URL: http://svn.apache.org/viewvc?rev=1409883view=rev Log: Implement issue #4227: Externals: Multiple definitions for the same path; limitation: only check

Re: svn propchange: r873216 - svn:log

2012-11-16 Thread Daniel Shahaf
FYI Karl: http://svn.apache.org/r1410697 :-) kfo...@apache.org wrote on Fri, Nov 16, 2012 at 22:22:25 -: Author: kfogel Revision: 873216 Modified property: svn:log Modified: svn:log at Fri Nov 16 22:22:25 2012

Re: svn propchange: r873216 - svn:log

2012-11-17 Thread Daniel Shahaf
Karl Fogel wrote on Sat, Nov 17, 2012 at 16:31:08 -0600: Daniel Shahaf d...@daniel.shahaf.name writes: FYI Karl: http://svn.apache.org/r1410697 :-) Oh, thanks! And here I thought I was all thorough because I managed to catch the original commit (r872864) as well as the merge commit

Re: svn commit: r1411296 - /subversion/branches/1.6.x/STATUS

2012-11-19 Thread Daniel Shahaf
stef...@apache.org wrote on Mon, Nov 19, 2012 at 16:45:30 -: @@ -74,7 +74,7 @@ Candidate changes: Branch: ^/subversion/branches/1.6.x-rep_write_cleanup Votes: - +1: breser, danielsh + +1: breser, danielsh, stefan2 If you move this paragraph below the Approved

Re: svn commit: r1411982 - in /subversion/branches/1.6.x: ./ STATUS subversion/libsvn_client/commit_util.c subversion/libsvn_fs_fs/fs_fs.c

2012-11-21 Thread Daniel Shahaf
Bert Huijben wrote on Wed, Nov 21, 2012 at 10:36:43 +0100: -Original Message- From: svn-r...@apache.org [mailto:svn-r...@apache.org] Sent: woensdag 21 november 2012 05:02 To: commits@subversion.apache.org Subject: svn commit: r1411982 - in /subversion/branches/1.6.x: ./

Re: svn commit: r1413015 - in /subversion/trunk/subversion: svn/propedit-cmd.c svn/propset-cmd.c tests/cmdline/prop_tests.py tests/cmdline/stat_tests.py tests/cmdline/svntest/actions.py

2012-11-23 Thread Daniel Shahaf
br...@apache.org wrote on Fri, Nov 23, 2012 at 18:24:42 -: Author: brane Date: Fri Nov 23 18:24:40 2012 New Revision: 1413015 URL: http://svn.apache.org/viewvc?rev=1413015view=rev Log: Fix issue #4261 (require --force to set unknown svn: prop names). +def

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

2012-11-23 Thread Daniel Shahaf
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 Fri, Nov 23, 2012 at 2:18 PM, Hyrum K Wright hy...@hyrumwright.orgwrote: This test isn't cleaning up after itself (or before a subsequent run). The

Re: svn commit: r1415365 - in /subversion/trunk/subversion: svn/info-cmd.c tests/cmdline/info_tests.py

2012-11-29 Thread Daniel Shahaf
cmpil...@apache.org wrote on Thu, Nov 29, 2012 at 20:44:48 -: Author: cmpilato Date: Thu Nov 29 20:44:47 2012 New Revision: 1415365 URL: http://svn.apache.org/viewvc?rev=1415365view=rev Log: Show the ^/foo/bar repository relative URL of the item in 'svn info' output. *

Re: svn commit: r1418830 - in /subversion/trunk/subversion/bindings/swig: core.i python/tests/checksum.py python/tests/run_all.py

2012-12-10 Thread Daniel Shahaf
On Sun, Dec 09, 2012 at 08:05:52AM -, bre...@apache.org wrote: +class ChecksumTestCases(unittest.TestCase): +def test_checksum(self): +# Checking primarily the return type for the svn_checksum_create +# function +val =

Re: svn commit: r1420477 - in /subversion/trunk: build.conf subversion/tests/libsvn_ra/ subversion/tests/libsvn_ra/ra-test.c

2012-12-12 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, Dec 11, 2012 at 22:42:55 -: +[ra-test] +description = Test a few things in libsvn_ra +type = exe +path = subversion/tests/libsvn_ra +sources = ra-test.c +install = test +libs = libsvn_test libsvn_ra libsvn_fs libsvn_delta libsvn_subr + apriconv

Re: svn commit: r1420477 - in /subversion/trunk: build.conf subversion/tests/libsvn_ra/ subversion/tests/libsvn_ra/ra-test.c

2012-12-12 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Dec 12, 2012 at 13:21:07 +0200: julianf...@apache.org wrote on Tue, Dec 11, 2012 at 22:42:55 -: +[ra-test] +description = Test a few things in libsvn_ra +type = exe +path = subversion/tests/libsvn_ra +sources = ra-test.c +install = test +libs

Re: svn commit: r1239966 - in /subversion/trunk/subversion/mod_dav_svn: dav_svn.h mod_dav_svn.c repos.c

2012-02-03 Thread Daniel Shahaf
s...@apache.org wrote on Fri, Feb 03, 2012 at 01:02:08 -: +static const char * +SVNHooksEnv_cmd(cmd_parms *cmd, void *config, const char *arg1) +{ + apr_array_header_t *var; + + var = svn_cstring_split(arg1, =, TRUE, cmd-pool); + if (var var-nelts == 2) +{ With this code, if

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

2012-02-05 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, Feb 05, 2012 at 16:03:51 -: Author: stefan2 Date: Sun Feb 5 16:03:51 2012 New Revision: 1240755 URL: http://svn.apache.org/viewvc?rev=1240755view=rev Log: * STATUS: Add r1240752 and vote for it. Modified: subversion/branches/1.7.x/STATUS

Re: svn commit: r1241050 - /subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

2012-02-06 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Feb 06, 2012 at 17:12:32 +0100: On Mon, Feb 06, 2012 at 05:59:04PM +0200, Daniel Shahaf wrote: This still strips whitespace around ='s in the value: SVNHooksEnv name = x = y will result in setenv(name, x=y, 1) whereas I believe it should result

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

2012-02-09 Thread Daniel Shahaf
stef...@apache.org wrote on Wed, Feb 08, 2012 at 00:44:26 -: Author: stefan2 Date: Wed Feb 8 00:44:26 2012 New Revision: 1241718 URL: http://svn.apache.org/viewvc?rev=1241718view=rev Log: Major improvement in delta window handling: Cache intermediate combined delta windows such that

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

2012-02-09 Thread Daniel Shahaf
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=1241733view=rev Log: Ev2 shims: Make sure that if we are providing content to alter_file(), we are also providing a

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

2012-02-09 Thread Daniel Shahaf
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, so we have to recalculate. I suspect this will be a Only sha1? It allows neither md5

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

2012-02-09 Thread Daniel Shahaf
Hyrum K Wright wrote on Thu, Feb 09, 2012 at 13:16:13 -0600: On Thu, Feb 9, 2012 at 1:05 PM, Daniel Shahaf danie...@elego.de 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

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

2012-02-20 Thread Daniel Shahaf
julianf...@apache.org wrote on Mon, Feb 20, 2012 at 18:20:39 -: Author: julianfoad Date: Mon Feb 20 18:20:39 2012 New Revision: 1291397 URL: http://svn.apache.org/viewvc?rev=1291397view=rev Log: * STATUS: Cast a vote. Modified: subversion/branches/1.7.x/STATUS Modified:

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 Daniel Shahaf
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, + svn_delta_shim_callbacks_t

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

2012-02-20 Thread Daniel Shahaf
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=1291568view=rev Log: Ev2 shims: Add a no-op shim callback registration function for ra_local. *

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

2012-02-26 Thread Daniel Shahaf
stevek...@apache.org wrote on Sun, Feb 26, 2012 at 07:47:02 -: + * r1235831, r1236099 + Tweak the parsing of the ssl-authority-files config option to make it + easier for users to configure. + Justification: + Low impact change to help users. + Notes: + Both r1235831 and

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

2012-02-28 Thread Daniel Shahaf
danie...@apache.org wrote on Tue, Feb 28, 2012 at 06:23:29 -: Author: danielsh Date: Tue Feb 28 06:23:28 2012 New Revision: 1294479 URL: http://svn.apache.org/viewvc?rev=1294479view=rev Log: Check for issue #4129 (bogus predecessor fields in the root node-revision) in 'svnadmin

Re: svn commit: r1294147 - in /subversion/trunk/subversion/tests/cmdline: svnsync_tests.py svntest/sandbox.py

2012-02-28 Thread Daniel Shahaf
danie...@apache.org wrote on Mon, Feb 27, 2012 at 13:27:28 -: Author: danielsh Date: Mon Feb 27 13:27:28 2012 New Revision: 1294147 URL: http://svn.apache.org/viewvc?rev=1294147view=rev Log: Fix the issue found by r1294134: svnserve and mod_dav_svn expect different syntaxes in the

Re: svn commit: r1296056 - /subversion/trunk/subversion/libsvn_client/util.c

2012-03-02 Thread Daniel Shahaf
Eewww: I pressed 'page down' and the picture didn't change. (Duplicate block of code.) Break out a helper function? hwri...@apache.org wrote on Fri, Mar 02, 2012 at 05:33:22 -: Author: hwright Date: Fri Mar 2 05:33:22 2012 New Revision: 1296056 URL:

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

2012-03-04 Thread Daniel Shahaf
Hyrum K Wright wrote on Sat, Mar 03, 2012 at 09:51:07 -0600: On Sat, Mar 3, 2012 at 5:31 AM, stef...@apache.org wrote: Author: stefan2 Date: Sat Mar  3 11:31:17 2012 New Revision: 1296604 URL: http://svn.apache.org/viewvc?rev=1296604view=rev Log: Certain operations, e.g. svn ls,

Re: svn commit: r1296628 - /subversion/trunk/subversion/svnserve/serve.c

2012-03-04 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Mar 03, 2012 at 14:27:51 -: Author: stefan2 Date: Sat Mar 3 14:27:51 2012 New Revision: 1296628 URL: http://svn.apache.org/viewvc?rev=1296628view=rev Log: Make svn ls faster and more streamy on svn:// * subversion/svnserve/serve.c (get_dir):

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

2012-03-04 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Mar 03, 2012 at 10:53:16 -: Author: stefan2 Date: Sat Mar 3 10:53:16 2012 New Revision: 1296596 URL: http://svn.apache.org/viewvc?rev=1296596view=rev Log: * subversion/libsvn_delta/xdelta.c (reverse_match_length): actually return MAX_LEN if MAX_LEN

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

2012-03-05 Thread Daniel Shahaf
Philip Martin wrote on Mon, Mar 05, 2012 at 10:50:29 +: Hyrum K Wright hyrum.wri...@wandisco.com writes: On Sat, Mar 3, 2012 at 5:31 AM, stef...@apache.org wrote: Author: stefan2 Date: Sat Mar  3 11:31:17 2012 New Revision: 1296604 URL:

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

2012-03-05 Thread Daniel Shahaf
Philip Martin wrote on Mon, Mar 05, 2012 at 11:21:21 +: Daniel Shahaf danie...@elego.de writes: What about atomic revprop changes? I don't see what ensures that the old value read by change_rev_prop_body is the most up-to-date value. ffd-revprop_generation is used as part

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

2012-03-05 Thread Daniel Shahaf
Philip Martin wrote on Mon, Mar 05, 2012 at 11:51:05 +: Daniel Shahaf danie...@elego.de writes: Philip Martin wrote on Mon, Mar 05, 2012 at 11:21:21 +: Daniel Shahaf danie...@elego.de writes: What about atomic revprop changes? I don't see what ensures that the old value

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

2012-03-05 Thread Daniel Shahaf
Philip Martin wrote on Mon, Mar 05, 2012 at 12:23:40 +: Daniel Shahaf danie...@elego.de writes: You're right, I misread the code: I mistakenly thought line 2867 will always re-read the revprop-gen file from disk. How about: Index: subversion/libsvn_fs_fs/fs_fs.c

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

2012-03-05 Thread Daniel Shahaf
Philip Martin wrote on Mon, Mar 05, 2012 at 13:58:18 +: Daniel Shahaf danie...@elego.de writes: Philip Martin wrote on Mon, Mar 05, 2012 at 12:23:40 +: Daniel Shahaf danie...@elego.de writes: You're right, I misread the code: I mistakenly thought line 2867 will always re

Re: svn commit: r1298554 - in /subversion/branches/revprop-cache: build/ac-macros/svn-macros.m4 configure.ac

2012-03-09 Thread Daniel Shahaf
stef...@apache.org wrote on Thu, Mar 08, 2012 at 20:07:43 -: Author: stefan2 Date: Thu Mar 8 20:07:43 2012 New Revision: 1298554 URL: http://svn.apache.org/viewvc?rev=1298554view=rev Log: Teach subversion to detect the availability of GCC's atomic built-ins for 64 bit items. This

Re: svn commit: r1298554 - in /subversion/branches/revprop-cache: build/ac-macros/svn-macros.m4 configure.ac

2012-03-09 Thread Daniel Shahaf
stef...@apache.org wrote on Thu, Mar 08, 2012 at 20:07:43 -: Author: stefan2 Date: Thu Mar 8 20:07:43 2012 New Revision: 1298554 URL: http://svn.apache.org/viewvc?rev=1298554view=rev Log: Teach subversion to detect the availability of GCC's atomic built-ins for 64 bit items. This

Re: svn commit: r1302571 - /subversion/trunk/subversion/libsvn_ra_serf/replay.c

2012-03-21 Thread Daniel Shahaf
gst...@apache.org wrote on Mon, Mar 19, 2012 at 17:52:36 -: Author: gstein Date: Mon Mar 19 17:52:36 2012 New Revision: 1302571 URL: http://svn.apache.org/viewvc?rev=1302571view=rev Log: * subversion/libsvn_ra_serf/replay.c: (svn_ra_serf__reply_range): add commentary Modified:

Re: svn commit: r1303016 - in /subversion/trunk/subversion: include/private/svn_client_private.h libsvn_client/merge.c svn/cl.h svn/main.c svn/merge-cmd.c

2012-03-21 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, Mar 20, 2012 at 17:15:23 -: Modified: subversion/trunk/subversion/include/private/svn_client_private.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_client_private.h?rev=1303016r1=1303015r2=1303016view=diff

Re: svn commit: r1303252 - /subversion/branches/inheritable-props/subversion/libsvn_ra/ra_loader.c

2012-03-21 Thread Daniel Shahaf
pbu...@apache.org wrote on Wed, Mar 21, 2012 at 01:48:34 -: +/* Helper for svn_ra_get_file2 and svn_ra_get_dir3 when those APIs need to + find PATH's inherited properties on a legacy server that doesn't have the + SVN_RA_CAPABILITY_INHERITED_PROPS capability. + + All arguments are

Re: svn commit: r1303987 - /subversion/trunk/tools/dist/dist.sh

2012-03-24 Thread Daniel Shahaf
s...@apache.org wrote on Thu, Mar 22, 2012 at 19:04:19 -: Author: stsp Date: Thu Mar 22 19:04:19 2012 New Revision: 1303987 URL: http://svn.apache.org/viewvc?rev=1303987view=rev Log: * tools/dist/dist.sh: Only clean contrib/ notes/ and packages/ if the release being made is a 1.7.x

Re: svn commit: r1303316 - /subversion/trunk/subversion/tests/cmdline/svntest/sandbox.py

2012-03-24 Thread Daniel Shahaf
On Wed, Mar 21, 2012 at 09:01:59AM -, julianf...@apache.org wrote: Author: julianfoad Date: Wed Mar 21 09:01:59 2012 New Revision: 1303316 URL: http://svn.apache.org/viewvc?rev=1303316view=rev Log: * subversion/tests/cmdline/svntest/sandbox.py (Sandbox.get_tempname): Fix a bug:

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

2012-03-25 Thread Daniel Shahaf
s...@apache.org wrote on Fri, Mar 23, 2012 at 14:38:04 -: +helper script. To run this script, you'll need a Subversion trunk working +copy (or a shallow trunk working copy containing the tttools/dist/tt and +ttbuild/generator/tt directories). Run ttrelease.py -h/tt to get a +list of

Re: svn commit: r1305641 - in /subversion/branches/inheritable-props/subversion: libsvn_ra_svn/client.c libsvn_ra_svn/protocol svnserve/serve.c

2012-03-26 Thread Daniel Shahaf
pbu...@apache.org wrote on Mon, Mar 26, 2012 at 22:29:55 -: Author: pburba Date: Mon Mar 26 22:29:55 2012 New Revision: 1305641 URL: http://svn.apache.org/viewvc?rev=1305641view=rev Log: On the inheritable-props branch: Implement getting inherited props over ra_svn. *

Re: svn commit: r1306111 - in /subversion/trunk/subversion: libsvn_ra_svn/client.c svnserve/serve.c

2012-03-28 Thread Daniel Shahaf
gst...@apache.org wrote on Wed, Mar 28, 2012 at 01:51:54 -: Author: gstein Date: Wed Mar 28 01:51:54 2012 New Revision: 1306111 URL: http://svn.apache.org/viewvc?rev=1306111view=rev Log: Fix a problem in the svn protocol's get_dir() functionality. The tuple specification allowed for a

Re: svn commit: r1224836 - in /subversion/trunk: notes/knobs subversion/libsvn_fs_fs/fs_fs.c

2012-03-29 Thread Daniel Shahaf
stef...@apache.org wrote on Mon, Dec 26, 2011 at 23:37:25 -: Author: stefan2 Date: Mon Dec 26 23:37:25 2011 New Revision: 1224836 URL: http://svn.apache.org/viewvc?rev=1224836view=rev Log: Tune FSFS deltification stratey: Use linear deltification on the very top of the deltification

Re: svn commit: r1292246 - /subversion/trunk/subversion/libsvn_repos/hooks.c

2012-03-30 Thread Daniel Shahaf
Bert, rhuij...@apache.org wrote on Wed, Feb 22, 2012 at 11:43:35 -: Author: rhuijben Date: Wed Feb 22 11:43:34 2012 New Revision: 1292246 URL: http://svn.apache.org/viewvc?rev=1292246view=rev Log: Revert r1240999. This patch causes an unexpected behavior change on Windows, where

Re: svn commit: r1292246 - /subversion/trunk/subversion/libsvn_repos/hooks.c

2012-03-30 Thread Daniel Shahaf
Committed in rr1307479 after IRC discussion. See also http://subversion.tigris.org/issues/show_bug.cgi?id=4113#desc3 Daniel Shahaf wrote on Fri, Mar 30, 2012 at 16:44:54 +0300: Bert, rhuij...@apache.org wrote on Wed, Feb 22, 2012 at 11:43:35 -: Author: rhuijben Date: Wed Feb 22 11:43

Re: svn commit: r1307538 - in /subversion/trunk: build.conf subversion/libsvn_subr/crypto.c subversion/libsvn_subr/crypto.h subversion/svn/main.c subversion/tests/libsvn_subr/ subversion/tests/libsvn_

2012-03-30 Thread Daniel Shahaf
cmpil...@apache.org wrote on Fri, Mar 30, 2012 at 17:12:37 -: Author: cmpilato Date: Fri Mar 30 17:12:36 2012 New Revision: 1307538 URL: http://svn.apache.org/viewvc?rev=1307538view=rev Log: For issue #4145 (Master passphrase and encrypted credentials cache), begin adding support for

Re: svn commit: r1307923 - /subversion/trunk/subversion/libsvn_subr/crypto.c

2012-04-01 Thread Daniel Shahaf
gst...@apache.org wrote on Sat, Mar 31, 2012 at 22:24:00 -: @@ -137,9 +159,15 @@ svn_crypto__context_create(svn_crypto__c apr_err = apr_crypto_get_driver(driver, openssl, NULL, apu_err, result_pool); - if (apr_err != APR_SUCCESS || driver == NULL)

Re: svn commit: r1308276 - /subversion/site/publish/faq.html

2012-04-02 Thread Daniel Shahaf
s...@apache.org wrote on Mon, Apr 02, 2012 at 09:53:06 -: Author: stsp Date: Mon Apr 2 09:53:05 2012 New Revision: 1308276 URL: http://svn.apache.org/viewvc?rev=1308276view=rev Log: * site/publish/faq.html (hidden-log): Mention the ^/ URL short cut here. Modified:

Re: svn commit: r1307940 - in /subversion/trunk/subversion/libsvn_subr: crypto.c crypto.h

2012-04-02 Thread Daniel Shahaf
gst...@apache.org wrote on Sat, Mar 31, 2012 at 23:34:14 -: +++ subversion/trunk/subversion/libsvn_subr/crypto.c Sat Mar 31 23:34:14 2012 @@ -33,6 +33,9 @@ +/* 1000 iterations is the recommended minimum, per RFC 2898, section 4.2. */ +#define NUM_ITERATIONS 1000 + Should we store this

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

2012-04-08 Thread Daniel Shahaf
s...@apache.org wrote on Fri, Apr 06, 2012 at 12:00:06 -: Author: stsp Date: Fri Apr 6 12:00:06 2012 New Revision: 1310291 URL: http://svn.apache.org/viewvc?rev=1310291view=rev Log: Teach 'svn diff' to compare arbitrary versioned or unversioned files or directories. The invocation

Re: svn commit: r1310535 - /subversion/trunk/subversion/bindings/swig/ruby/test/test_client.rb

2012-04-08 Thread Daniel Shahaf
joeswat...@apache.org wrote on Fri, Apr 06, 2012 at 18:28:30 -: Author: joeswatosh Date: Fri Apr 6 18:28:30 2012 New Revision: 1310535 URL: http://svn.apache.org/viewvc?rev=1310535view=rev Log: Since the change to the APR hash function, the order that some data are returned from

Re: svn commit: r1325478 - in /subversion/trunk/subversion: include/svn_pools.h libsvn_subr/pool.c

2012-04-13 Thread Daniel Shahaf
stef...@apache.org wrote on Thu, Apr 12, 2012 at 20:02:37 -: Author: stefan2 Date: Thu Apr 12 20:02:36 2012 New Revision: 1325478 URL: http://svn.apache.org/viewvc?rev=1325478view=rev Log: Introduce a new API function to create and initialize a new APR pool allocator. Make its

Re: svn commit: r1327979 - in /subversion/trunk/subversion: include/private/svn_repos_private.h libsvn_fs/fs-loader.c libsvn_repos/fs-wrap.c mod_dav_svn/repos.c

2012-04-19 Thread Daniel Shahaf
Greg Stein wrote on Thu, Apr 19, 2012 at 11:17:19 -0400: Won't this error appear in the response? In which case, you're leaking a server path to the client. No, the code just below the mail's diff context sanitizes the error.

Re: svn commit: r1328595 - /subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db .c

2012-04-22 Thread Daniel Shahaf
as...@apache.org wrote on Sat, Apr 21, 2012 at 07:03:52 -: Author: ashod Date: Sat Apr 21 07:03:51 2012 New Revision: 1328595 URL: http://svn.apache.org/viewvc?rev=1328595view=rev Log: Pristine.db created during db-init. ** Checkpoint: raw code. Not ready for review yet! **

Re: svn commit: r1328595 - /subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db .c

2012-04-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Sun, Apr 22, 2012 at 11:13:14 +0300: As per stsp's earlier review, please do not include unrelated whitespace changes in commits. Oh, ignore me. I didn't notice that I was reviewing the same commit stsp did. Sorry for the noise.

Re: svn commit: r1326337 - /subversion/trunk/subversion/libsvn_subr/svn_named_atomic.c

2012-04-24 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, Apr 15, 2012 at 13:42:44 -: Author: stefan2 Date: Sun Apr 15 13:42:44 2012 New Revision: 1326337 URL: http://svn.apache.org/viewvc?rev=1326337view=rev Log: Fix a macro redefinition warning for SYNCHRONIZE under Windows. *

Re: svn commit: r1329475 - /subversion/trunk/notes/ev2-callbacks-template.c

2012-04-24 Thread Daniel Shahaf
gst...@apache.org wrote on Mon, Apr 23, 2012 at 22:08:37 -: +add_directory_cb(void *baton, +add_file_cb(void *baton, +add_symlink_cb(void *baton, +add_absent_cb(void *baton, +alter_directory_cb(void *baton, +alter_file_cb(void *baton, +alter_symlink_cb(void *baton, +delete_cb(void

Re: svn commit: r1330014 - in /subversion/trunk/subversion: include/svn_editor.h libsvn_delta/editor.c

2012-04-25 Thread Daniel Shahaf
gst...@apache.org wrote on Tue, Apr 24, 2012 at 21:00:49 -: Author: gstein Date: Tue Apr 24 21:00:48 2012 New Revision: 1330014 URL: http://svn.apache.org/viewvc?rev=1330014view=rev Log: Allow an editor implementation to retrieve its baton from outside of the callbacks. *

Re: svn commit: r1329563 - /subversion/trunk/subversion/libsvn_fs/editor.c

2012-04-25 Thread Daniel Shahaf
gst...@apache.org wrote on Tue, Apr 24, 2012 at 06:07:18 -: @@ -94,9 +210,11 @@ add_absent_cb(void *baton, svn_revnum_t replaces_rev, apr_pool_t *scratch_pool) { - struct edit_baton *eb = baton; - - UNUSED(eb); SVN__NOT_IMPLEMENTED(); + /* This is a

Re: svn commit: r1330058 - in /subversion/trunk/subversion: include/svn_error_codes.h include/svn_fs.h libsvn_fs/editor.c libsvn_repos/commit.c

2012-04-25 Thread Daniel Shahaf
gst...@apache.org wrote on Tue, Apr 24, 2012 at 23:33:24 -: Author: gstein Date: Tue Apr 24 23:33:23 2012 New Revision: 1330058 URL: http://svn.apache.org/viewvc?rev=1330058view=rev Log: Rejigger how FS editors are completed and how the commit process works. Modified:

Re: svn commit: r1326337 - /subversion/trunk/subversion/libsvn_subr/svn_named_atomic.c

2012-04-25 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Apr 24, 2012 at 18:15:22 +0300: stef...@apache.org wrote on Sun, Apr 15, 2012 at 13:42:44 -: Author: stefan2 Date: Sun Apr 15 13:42:44 2012 New Revision: 1326337 URL: http://svn.apache.org/viewvc?rev=1326337view=rev Log: Fix a macro redefinition

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

2012-04-25 Thread Daniel Shahaf
gst...@apache.org wrote on Wed, Apr 25, 2012 at 06:08:00 -: Author: gstein Date: Wed Apr 25 06:07:59 2012 New Revision: 1330125 URL: http://svn.apache.org/viewvc?rev=1330125view=rev Log: Interpose the deltify_etc() commit callback in the RA_LOCAL commit process. This will unlock

Re: svn commit: r1330571 - /subversion/trunk/subversion/mod_dav_svn/lock.c

2012-04-25 Thread Daniel Shahaf
s...@apache.org wrote on Wed, Apr 25, 2012 at 21:38:08 -: Author: stsp Date: Wed Apr 25 21:38:08 2012 New Revision: 1330571 URL: http://svn.apache.org/viewvc?rev=1330571view=rev Log: Follow-up to 1330516: Restore client-side output expected by some tests. Should fix failing tests on

Re: svn commit: r1330571 - /subversion/trunk/subversion/mod_dav_svn/lock.c

2012-04-25 Thread Daniel Shahaf
s...@apache.org wrote on Wed, Apr 25, 2012 at 21:38:08 -: Author: stsp Date: Wed Apr 25 21:38:08 2012 New Revision: 1330571 URL: http://svn.apache.org/viewvc?rev=1330571view=rev Log: Follow-up to 1330516: Restore client-side output expected by some tests. Should fix failing tests on

Re: svn commit: r1330571 - /subversion/trunk/subversion/mod_dav_svn/lock.c

2012-04-26 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Apr 26, 2012 at 09:43:42 +0200: On Thu, Apr 26, 2012 at 07:45:48AM +0300, Daniel Shahaf wrote: You need: else if (serr) /* do something */ That is there. It is just not visible in the context of the diff. I did check follow-up commits as well

Re: svn commit: r1325899 - in /subversion/trunk/subversion/libsvn_ra_svn: marshal.c ra_svn.h

2012-04-26 Thread Daniel Shahaf
stef...@apache.org wrote on Fri, Apr 13, 2012 at 18:36:46 -: Author: stefan2 Date: Fri Apr 13 18:36:46 2012 New Revision: 1325899 URL: http://svn.apache.org/viewvc?rev=1325899view=rev Log: Various performance improvements to the ra_svn marshaller. The total effect is roughly a

Re: svn commit: r1325899 - in /subversion/trunk/subversion/libsvn_ra_svn: marshal.c ra_svn.h

2012-04-26 Thread Daniel Shahaf
stef...@apache.org wrote on Fri, Apr 13, 2012 at 18:36:46 -: svn_error_t *svn_ra_svn_write_cstring(svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char *s) { + else +write_number(conn, pool, len, ':'); Error leak Modified:

Re: svn commit: r1331028 - in /subversion/trunk/subversion: include/svn_fs.h libsvn_fs/editor.c

2012-04-27 Thread Daniel Shahaf
gst...@apache.org wrote on Thu, Apr 26, 2012 at 18:47:32 -: Author: gstein Date: Thu Apr 26 18:47:31 2012 New Revision: 1331028 URL: http://svn.apache.org/viewvc?rev=1331028view=rev Log: Clarify that svn_fs_editor_commit() will either commit or abort the transaction. No need to worry

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

2012-04-28 Thread Daniel Shahaf
stef...@apache.org wrote on Sat, Apr 28, 2012 at 13:48:00 -: Author: stefan2 Date: Sat Apr 28 13:48:00 2012 New Revision: 1331763 URL: http://svn.apache.org/viewvc?rev=1331763view=rev Log: The lifetime of the shared-memory based named atomics used for revprop generation communication

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

2012-04-29 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, Apr 29, 2012 at 09:12:49 -: Author: stefan2 Date: Sun Apr 29 09:12:48 2012 New Revision: 1331883 URL: http://svn.apache.org/viewvc?rev=1331883view=rev Log: SvnAdmin should always have revprop caching enabled such that the infrastructure is being set up

Re: svn commit: r1332062 - in /subversion/trunk: notes/api-errata/1.8/ notes/api-errata/1.8/fs001.txt subversion/include/svn_fs.h

2012-04-30 Thread Daniel Shahaf
gst...@apache.org wrote on Mon, Apr 30, 2012 at 06:13:36 -: +++ subversion/trunk/subversion/include/svn_fs.h Mon Apr 30 06:13:35 2012 @@ -865,7 +865,7 @@ svn_fs_begin_txn(svn_fs_txn_t **txn_p, * If @a conflict_p is non-zero, use it to provide details on any * conflicts encountered

Re: svn commit: r1336413 - /subversion/trunk/tools/dist/release.py

2012-05-10 Thread Daniel Shahaf
phi...@apache.org wrote on Wed, May 09, 2012 at 21:36:23 -: +subparser.add_argument('--username', default=getpass.getuser(), +help='''Username for ''' + dist_repos + '''. The default +is the current username''') I think the default

Re: svn commit: r1338810 - /subversion/trunk/subversion/libsvn_repos/replay.c

2012-05-15 Thread Daniel Shahaf
cmpil...@apache.org wrote on Tue, May 15, 2012 at 17:57:36 -: Author: cmpilato Date: Tue May 15 17:57:36 2012 New Revision: 1338810 URL: http://svn.apache.org/viewvc?rev=1338810view=rev Log: Fix issue #4184 (partial svnsync drops properties when converting copies to adds). Again.

Re: svn commit: r1339262 - in /subversion/trunk: ./ build/generator/ build/win32/ notes/ subversion/svnmucc/ subversion/tests/cmdline/svntest/ tools/client-side/svnmucc/ tools/dev/windows-build/

2012-05-16 Thread Daniel Shahaf
cmpil...@apache.org wrote on Wed, May 16, 2012 at 16:44:47 -: Author: cmpilato Date: Wed May 16 16:44:47 2012 New Revision: 1339262 URL: http://svn.apache.org/viewvc?rev=1339262view=rev Log: Finish issue #3308 (Promote 'svnmucc' tool (or functionality) into a fully supported binary).

<    1   2   3   4   5   6   7   >