[dropping operations@ as we should not be cross-posting between private and public]
On Fri, Mar 18, 2022 at 12:03 AM Craig McClanahan <craig...@apache.org> wrote: > On Thu, Mar 17, 2022 at 6:23 AM sebb <seb...@gmail.com> wrote: > >> Whilst Whimsy could be updated to prevent updates, the board agenda >> code is due to be replaced by another system. >> >> Also the agenda can be updated directly from SVN. > > >> After using git for many many years, my SVN fu is out of date - but can > SVN be told to prevent updates after a certain time? > svn does not provide for per-file access control (just per-dir and per-repo). git provides no access control beyond per-repo. And I have never seen an access control system that is time-based. Cheers, -g