libsvn_cmdline (was: svn_opt_args_to_target_array/svn_client_args_to_target_array issue)

2025-05-27 Thread Timofei Zhakov
> > See? SEE!!?? I *told* you it was a mess. :D > > This stuff should all be in libsvn_subr/cmdline.c. I don't even remember > any more how this happened. I think that at one point I was even > considering creating a new library that would contain only the features > that command-line programs need

Re: svn_opt_args_to_target_array/svn_client_args_to_target_array issue

2025-05-27 Thread Branko Čibej
On 27. 5. 25 18:06, Timofei Zhakov wrote: On Tue, May 27, 2025 at 5:32 PM Timofei Zhakov wrote: Hi, I noticed that there are two different functions in different libraries (libsvn_subr and libsvn_client) which are doing almost the same thing. But, one in subr is permanently dep

Re: svn_opt_args_to_target_array/svn_client_args_to_target_array issue

2025-05-27 Thread Timofei Zhakov
On Tue, May 27, 2025 at 5:32 PM Timofei Zhakov wrote: > Hi, > > I noticed that there are two different functions in different libraries > (libsvn_subr and libsvn_client) which are doing almost the same thing. But, > one in subr is permanently deprecated. > > Fine, it was moved to the client. But

svn_opt_args_to_target_array/svn_client_args_to_target_array issue

2025-05-27 Thread Timofei Zhakov
Hi, I noticed that there are two different functions in different libraries (libsvn_subr and libsvn_client) which are doing almost the same thing. But, one in subr is permanently deprecated. Fine, it was moved to the client. But the thing is the old one (which has been deprecated) is still used i

Re: svn commit: r1925722 - in /subversion/branches/utf8-cmdline-prototype/subversion: include/svn_client.h libsvn_client/cmdline.c

2025-05-27 Thread Daniel Sahlberg
Den tis 27 maj 2025 kl 09:37 skrev Branko Čibej : > On 26. 5. 25 23:15, Timofei Zhakov wrote: > > On Mon, May 26, 2025 at 10:07 PM Branko Čibej wrote: > >> On 26. 5. 25 21:25, Timofei Zhakov wrote: >> >> On Mon, May 26, 2025 at 8:29 PM Branko Čibej wrote: >> >>> On 26. 5. 25 14:07, Timofei Zhako

Re: svn commit: r1925722 - in /subversion/branches/utf8-cmdline-prototype/subversion: include/svn_client.h libsvn_client/cmdline.c

2025-05-27 Thread Branko Čibej
On 26. 5. 25 23:15, Timofei Zhakov wrote: On Mon, May 26, 2025 at 10:07 PM Branko Čibej wrote: On 26. 5. 25 21:25, Timofei Zhakov wrote: On Mon, May 26, 2025 at 8:29 PM Branko Čibej wrote: On 26. 5. 25 14:07, Timofei Zhakov wrote: This is exactly what happened with