Revision: 72301
          http://sourceforge.net/p/brlcad/code/72301
Author:   starseeker
Date:     2019-02-01 12:59:16 +0000 (Fri, 01 Feb 2019)
Log Message:
-----------
Write out more introspection data from cvs->git conversion.

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/cvs2git/README.sh

Modified: brlcad/trunk/misc/repoconv/cvs2git/README.sh
===================================================================
--- brlcad/trunk/misc/repoconv/cvs2git/README.sh        2019-01-31 21:29:47 UTC 
(rev 72300)
+++ brlcad/trunk/misc/repoconv/cvs2git/README.sh        2019-02-01 12:59:16 UTC 
(rev 72301)
@@ -49,6 +49,11 @@
 # for subsequent fast-imports that will reference them as parents:
 git show-ref --heads --tags > ../brlcad_cvs_git-sha1.txt
 
+# List all blob SHA1 hashes, so we can detect in subsequent processing if SVN 
is
+# referencing an object we don't have from the git conversion.
+# (This line from https://stackoverflow.com/a/25954360/2037687)
+git rev-list --objects --all | git cat-file --batch-check='%(objectname) 
%(objecttype) %(rest)' | grep '^[^ ]* blob' | cut -d" " -f1,3- > 
../brlcad_cvs_git_all_blob_sha1.txt
+
 # Comparing this to the svn checkout:
 git archive --format=tar --prefix=brlcad_cvs-r29886/ HEAD | gzip > 
../brlcad_cvs-r29886.tar.gz
 # (assuming a local brlcad rsynced svn copy)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to