Re: [PATCH] Use svn_opt_parse_change_to_range() in svnbench program.

2024-06-05 Thread Nathan Hartman
On Sat, Jun 1, 2024 at 4:09 PM Timofey Zhakov wrote: > > Hi all, > > In one of my previous patches, I factored-out the > svn_opt_parse_change_to_range > from the svn program into the libsvn_subr library and added unit tests on it. > However, a similar code block exists in the svnbench program, so

[PATCH] Use svn_opt_parse_change_to_range() in svnbench program.

2024-06-01 Thread Timofey Zhakov
Hi all, In one of my previous patches, I factored-out the svn_opt_parse_change_to_range from the svn program into the libsvn_subr library and added unit tests on it. However, a similar code block exists in the svnbench program, so I think it could be replaced with this function. [[[ Use svn_opt_p