Re: [PATCH] svn_apply_autoprops.py: Support @-containing filenames

2024-04-28 Thread Daniel Sahlberg
Den sön 28 apr. 2024 kl 16:07 skrev Khairul Azhar Kasmiran < kaza...@gmail.com>: > > Committed in r1917397. > > Hi Daniel, the indentation is somehow off [1]. My editor is showing > that there are tabs there (in attached image). > Doh. Used the wrong tool for the job. Fixed in r1917405. Thanks f

Re: [PATCH] svn_apply_autoprops.py: Support @-containing filenames

2024-04-28 Thread Khairul Azhar Kasmiran
> Committed in r1917397. Hi Daniel, the indentation is somehow off [1]. My editor is showing that there are tabs there (in attached image). [1] https://github.com/apache/subversion/commit/014bf1137790e38c5d9a9ebcaa8eae37a952e720#diff-a8f344ecc1feeea3eae75bf0bdce5784cb1c945e8748015d7d1c4a42e61c8f

Re: [PATCH] svn_apply_autoprops.py: Support @-containing filenames

2024-04-28 Thread Daniel Sahlberg
Den sön 28 apr. 2024 kl 04:18 skrev Khairul Azhar Kasmiran < kaza...@gmail.com>: > Hi everyone! > > Following on from [1], this patch prevents the error "a peg revision > is not allowed here" when svn_apply_autoprops.py handles filenames > containing `@`. Stack Overflow [2] gives the impression th

[PATCH] svn_apply_autoprops.py: Support @-containing filenames

2024-04-27 Thread Khairul Azhar Kasmiran
Hi everyone! Following on from [1], this patch prevents the error "a peg revision is not allowed here" when svn_apply_autoprops.py handles filenames containing `@`. Stack Overflow [2] gives the impression that these filenames are rare -- I have them because I have code that works with npm type pac