Re: Cannot get info for a file that was inside of file-replaced directory
From: Nathan Hartman <hartman.nathan_at_gmail.com>
Date: Sun, 24 Nov 2019 16:01:24 -0500
On Fri, Nov 22, 2019 at 2:00 PM Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
I didn't (much) get into the code yet except for a quick skim through
If my understanding is correct, the change in r1823327 has to do
Prior to r1823327, 'svn info' on an old revision could spend
The performance was sped up considerably by changing the search
$ svn info "$repo/dir/file"@1
My initial thoughts (I have NOT yet tested any of these):
(1) This line in svn_client_info4():
SVN_ERR(same_resource_in_head(&related, pathrev->url, pathrev->rev,
would terminate if any error occurs in same_resource_in_head().
(2) Alternately, perhaps svn_client_info4() should remain as-is and
(3) If all else fails, an admittedly naive and kludgy fix might be to
(4) Optimization: Currently same_resource_in_head() is being called
> P.S. Nathan, are you aware of this syntax? — «svn log --diff -x-wp -c r1823327»
I actually never noticed that 'svn log' has a --diff option!! Thanks
Nathan
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.