The fix to the immediate problem is the following:

--- a/lisp/dvc-fileinfo.el
+++ b/lisp/dvc-fileinfo.el
@@ -762,7 +762,7 @@
 
             (dvc-fileinfo-legacy
              ;; Assume files are known
-             (add-to-list known-files fileinfo))
+             (add-to-list 'known-files fileinfo))
 
             (otherwise
              ;; just ignore

but the routine still fails later on when trying to extract data from
the cl-struct-dvc-fileinfo-legacy..... Perhaps somebody who is familiar
with this part of the code can have a look?


-- 
Bojan Nikolic          ||          http://www.bnikolic.co.uk

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to