Re: xpatch command-line interface (was: Binary Patch (xpatch))

2024-12-13 Thread Nathan Hartman
On Fri, Dec 13, 2024 at 9:06 AM Timofei Zhakov wrote: > > (snip) > >> >> I think this makes sense. That's what I wrote in a (rough draft) 'svn >> help patch' text for this: >> >> " An xpatch file can be produced with the 'svn diff --xpatch' command.\n" >> " This patch format is specific to Subve

Re: [PATCH] svn_client_patch: Access the patchfile by an apr_file_t instead of using its absolute path (was: xpatch command-line interface (was: Binary Patch (xpatch)))

2024-12-13 Thread Timofei Zhakov
On Fri, Dec 13, 2024 at 6:02 PM Timofei Zhakov wrote: > > On Fri, Dec 13, 2024 at 4:07 PM Timofei Zhakov wrote: > > > > > However, I noticed a little problem in the implementation of patching; The > > > svn_client_patch() function accesses the patchfile by an absolute path > > > instead of a hand

Re: [PATCH] svn_client_patch: Access the patchfile by an apr_file_t instead of using its absolute path (was: xpatch command-line interface (was: Binary Patch (xpatch)))

2024-12-13 Thread Timofei Zhakov
On Fri, Dec 13, 2024 at 4:07 PM Timofei Zhakov wrote: > > > However, I noticed a little problem in the implementation of patching; The > > svn_client_patch() function accesses the patchfile by an absolute path > > instead of a handle to a file. This follows that the file will be opened > > twice.

[PATCH] svn_client_patch: Access the patchfile by an apr_file_t instead of using its absolute path (was: xpatch command-line interface (was: Binary Patch (xpatch)))

2024-12-13 Thread Timofei Zhakov
> However, I noticed a little problem in the implementation of patching; The > svn_client_patch() function accesses the patchfile by an absolute path > instead of a handle to a file. This follows that the file will be opened > twice. Is it possible to modify it, so the svn_client_patch() function >

Re: xpatch command-line interface (was: Binary Patch (xpatch))

2024-12-13 Thread Timofei Zhakov
(snip) > I think this makes sense. That's what I wrote in a (rough draft) 'svn > help patch' text for this: > > " An xpatch file can be produced with the 'svn diff --xpatch' command.\n" > " This patch format is specific to Subversion and can represent all\n" > " types of working copy changes.

Re: Making SVN_DELTA_WINDOW_SIZE configurable

2024-12-13 Thread Nikola Dipanov
On Sat, Dec 7, 2024 at 11:14 PM Johan Corveleyn wrote: > On Fri, Dec 6, 2024 at 12:27 PM Nikola Dipanov < > ndipa...@hudson-trading.com> wrote: > > > > Hi all, > > > > A quick summary first: we’ve found that for certain use cases - > increasing SVN_DELTA_WINDOW_SIZE yields very significant stora

Re: [PR] Fix ra-test execution of svnserve in some build environments. [subversion]

2024-12-13 Thread via GitHub
MarsrockEarth commented on PR #25: URL: https://github.com/apache/subversion/pull/25#issuecomment-2540937694 您的来信已收到 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[PR] Fix ra-test execution of svnserve in some build environments. [subversion]

2024-12-13 Thread via GitHub
notroj opened a new pull request, #25: URL: https://github.com/apache/subversion/pull/25 ``` Fix ra-test execution of svnserve in some build environments. * subversion/tests/libsvn_ra/ra-test.c (open_tunnel): Execute the wrapper with APR_PROGRAM_ENV rather than APR_PROGRAM