Re: [PATCH] Fix tests failing on Debian due to lack of 'python' command.

2021-01-26 Thread M. Buecher
On 2021-01-26 08:47, Karl Fogel wrote: On recent versions of Debian GNU/Linux, the 'python' command doesn't normally exist. Instead, there are separate 'python3' and 'python2' commands. Side note: There are additional packages to set either python2 or python3 as the "default" Python. This cha

Re: [PATCH] check-mime-type.pl

2021-01-17 Thread M. Buecher
Dear all, is anyone able to re-review and commit. Regards Maddes On 2020-12-21 16:22, M. Buecher wrote: Hello Daniel, Dear all, thanks for your detailed review, Daniel. Finally got some more leisure time to care about it. I deceided to concentrate on the first part to handle property

Re: [PATCH] check-mime-type.pl

2020-12-21 Thread M. Buecher
Hello Daniel, Dear all, thanks for your detailed review, Daniel. Finally got some more leisure time to care about it. I deceided to concentrate on the first part to handle property-modified files plus your overall comments. Left the Windows support aside as this has to be fine-tuned a lot, as I

[PATCH] fix check-mime-type.pl: also check property-modified files

2020-06-02 Thread M. Buecher
Dear Subversion developers, please apply the attached patch for the hook script check-mime-type.pl. The patch also checks files that have their properties changed, so nobody can circumvent the policy via committing changes. I have been using it on Linux (and with additional changes on Windows)