Hi Scott,
I am going to install a test instance and try some tests against a Reolink hooked up to an adjacent Zylex switch and Zylex PoE to see how it fares with my other cameras.  The purpose of this test is to 1) use a fresh (but not high watermark model) camera, and 2) remove any network  issues such as long distances, custom-plugged cable, Ubiquiti segments.  I'm using a duplicate camera of the one I sent you.
Any rate, I become very confused with Git, so I thought I'd try using a Subversion checkout and staged an instance of moonfire-nvr  on my development server, ares.  I checked out "svn co 
https://github.com/scottlamb/moonfire-nvr.git" under /usr/local/src and then within the directory created:
jlpoole@ares /usr/local/src/moonfire-nvr.git $ svn info
Path: .
Working Copy Root Path: /usr/local/src/moonfire-nvr.git
URL: https://github.com/scottlamb/moonfire-nvr.git
Relative URL: ^/
Repository Root: https://github.com/scottlamb/moonfire-nvr.git
Repository UUID: 69f685ad-12d6-831e-7d07-ce57b7db7bff
Revision: 1242
Node Kind: directory
Schedule: normal
Last Changed Author: scott.lamb
Last Changed Rev: 1242
Last Changed Date: 2021-08-13 12:08:19 -0700 (Fri, 13 Aug 2021)
jlpoole@ares /usr/local/src/moonfire-nvr.git $ 
 
(Wow -- the ANSI color codes carried over from a Konsole to Google's web mail interface!)
But, the project shows the most recent change occured:
So, why am I getting a discrepancy in the Subversion pull of August 8th vs. the Web status report of Sep 10th?  Is there something about syncing the Subversion version to Git that I'm missing?
John