Re: [PATCH] Make svn_apply_autoprops.py Windows-compatible

2024-04-25 Thread Khairul Azhar Kasmiran
> Would you care to send that one as well? Yes, but there's another (probably routine) fix that I'd like to make in a separate unrelated patch and then I'll send that one in. -- Khairul On Thu, Apr 25, 2024 at 8:42 PM Daniel Sahlberg wrote: > > Den tors 25 apr. 2024 kl 14:03 skrev Khairul

Re: [PATCH] Make svn_apply_autoprops.py Windows-compatible

2024-04-25 Thread Daniel Sahlberg
Den tors 25 apr. 2024 kl 14:03 skrev Khairul Azhar Kasmiran < kaza...@gmail.com>: > > Any reason to keep it at this version instead of making the necessary > changes to support Python 3? > > I have already made the necessary changes for Python 3 locally (and I > just found out today that the

Re: [PATCH] Make svn_apply_autoprops.py Windows-compatible

2024-04-25 Thread Khairul Azhar Kasmiran
> Any reason to keep it at this version instead of making the necessary changes > to support Python 3? I have already made the necessary changes for Python 3 locally (and I just found out today that the changes are compatible with both Python 2 and 3 afaik), but I'm adhering to "A patch

Re: [PATCH] Make svn_apply_autoprops.py Windows-compatible

2024-04-25 Thread Daniel Sahlberg
Den tors 25 apr. 2024 kl 12:30 skrev Khairul Azhar Kasmiran < kaza...@gmail.com>: > Oops sorry I should have used a raw string. Patch reattached. > > [[[ > Make svn_apply_autoprops.py Windows-compatible. > > * contrib/client-side/svn_apply_autoprops.py: Add default Windows > Subversion

Re: [PATCH] Make svn_apply_autoprops.py Windows-compatible

2024-04-25 Thread Khairul Azhar Kasmiran
Oops sorry I should have used a raw string. Patch reattached. [[[ Make svn_apply_autoprops.py Windows-compatible. * contrib/client-side/svn_apply_autoprops.py: Add default Windows Subversion configuration path. (process_autoprop_lines): Use `ON` instead of `*` for boolean properties.

Re: [PATCH] Make svn_apply_autoprops.py Windows-compatible

2024-04-25 Thread Khairul Azhar Kasmiran
Thanks everyone for the comments! > * HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config I think reading from this registry key should be done in a different patch (probably not done by me) since it significantly complicates matters. > To make the script compatible with Windows needs to

Re: [PATCH] Make svn_apply_autoprops.py Windows-compatible

2024-04-25 Thread Branko Čibej
On 25. 04. 24 00:29, Jun Omae wrote: Hi, On Tue, Apr 23, 2024 at 8:42 PM Khairul Azhar Kasmiran wrote: I've reattached the patch as a .txt file. On 2024/04/23 10:46:41 Khairul Azhar Kasmiran wrote: Hi everyone! This is a patch to make `contrib/client-side/svn_apply_autoprops.py`