Revision: 72383
          http://sourceforge.net/p/brlcad/code/72383
Author:   starseeker
Date:     2019-02-09 18:54:38 +0000 (Sat, 09 Feb 2019)
Log Message:
-----------
dercs notes

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/README

Modified: brlcad/trunk/misc/repoconv/README
===================================================================
--- brlcad/trunk/misc/repoconv/README   2019-02-09 16:47:03 UTC (rev 72382)
+++ brlcad/trunk/misc/repoconv/README   2019-02-09 18:54:38 UTC (rev 72383)
@@ -47,3 +47,13 @@
 principle (to be tested) this should mean we can look for any missing blobs
 not present in the git blob set and identify paths that need to be synced
 up before we can proceed.
+
+
+dercs processing:
+
+svnadmin dump code > brlcad_full.dump
+svnadmin create repo_dercs
+./svn_de-rcs brlcad_full.dump brlcad_full_dercs.dump
+# We re-load after doing the dercs step to make sure that SVN
+# agrees we still have a valid repository.
+svnadmin load repo_dercs < brlcad_full_dercs.dump

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