Changing the permission checks in libsvn_subr/io.c

2024-01-04 Thread Daniel Sahlberg
Hi, When researching the spurious revert messages reported by Vincent Lefevre [1], I was looking at the code in svn_io__is_finfo_read_only() and svn_io_is_file_executable(). It gets the current UID and GID using the APR function apr_uid_current() and then compares to see if the owner of the file

Re: Switching from SHA1 to a checksum type without known collisions in 1.15 working copy format

2024-01-04 Thread Karl Fogel
On 04 Jan 2024, Daniel Shahaf wrote: Acknowledging receipt. I'll reply substantively when I have the time to swap in the context. Thanks. Yeah, I went through the same context-swapping-in process yesterday before posting! Best regards, -Karl Evgeny's work is on this branch...

Re: Switching from SHA1 to a checksum type without known collisions in 1.15 working copy format

2024-01-04 Thread Daniel Shahaf
Karl Fogel wrote on Wed, 03 Jan 2024 22:13 +00:00: > On 01 Apr 2023, Evgeny Kotkov via dev wrote: >>Daniel Shahaf writes: >> >>> What's the question or action item to/for me? Thanks. >> >>I'm afraid I don't fully understand your question. As you >>probably remember, the change is blocked by