SVN Aug 8th vs. Git Sep 10th

8 views
Skip to first unread message

John Laurence Poole

unread,
Sep 12, 2021, 11:53:31 AM9/12/21
to moonfire-nvr-users
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:
Commits on Sep 10, 2021
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

John Laurence Poole

unread,
Sep 12, 2021, 6:56:47 PM9/12/21
to moonfire-nvr-users
I determined at Github's site that a recent update was to src/stream.rs where "use std::sync::Arc;" was added at line 12:


In my Subversion staged version, the change appears:

jlpoole@ares /usr/local/src/moonfire-nvr.git/trunk/server/src $ cat -n stream.rs |head -n 20 |tail -n 3
   18  use std::sync::Arc;
   19  use url::Url;
   20
jlpoole@ares /usr/local/src/moonfire-nvr.git/trunk/server/src $
I'm going to guess that what was pulled from Subversion is the high watermark, and that something is awry in the Subversion record.
Reply all
Reply to author
Forward
0 new messages