Revision: 76452
          http://sourceforge.net/p/brlcad/code/76452
Author:   starseeker
Date:     2020-07-23 20:26:49 +0000 (Thu, 23 Jul 2020)
Log Message:
-----------
Prune down output to a space separated number/name pair

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

Modified: brlcad/trunk/misc/repoconv/NOTES
===================================================================
--- brlcad/trunk/misc/repoconv/NOTES    2020-07-23 20:04:19 UTC (rev 76451)
+++ brlcad/trunk/misc/repoconv/NOTES    2020-07-23 20:26:49 UTC (rev 76452)
@@ -299,7 +299,7 @@
 ###############################################################################
 SVN ids to revision numbers can be captured as follows to a file:
 
-svn log file:///home/user/brlcad_code | grep "|" | grep "^r[0-9][0-9 ]" | grep 
-v \(no\ author\) | awk -F "|" '{print $1 $2}' > rev_map
+svn log file:///home/user/brlcad_code | grep "|" | grep "^r[0-9][0-9 ]" | grep 
-v \(no\ author\) | awk -F "|" '{print $1 $2}' | sed -e 's/r//' | sed -e 's/ 
$//' | sed -e 's/  / /' > rev_map
 
 This may be enough information pre-notes-merge in repowork to allow us to
 assign one additional property - the cvs/svn commit author name.

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