Revision: 76448
          http://sourceforge.net/p/brlcad/code/76448
Author:   starseeker
Date:     2020-07-23 19:05:17 +0000 (Thu, 23 Jul 2020)
Log Message:
-----------
I thought this was going to be too tricky to be worthwhile, but repowork may 
offer enough flexibility for us to make use of it - make a note on how to get a 
listing that maps between SVN revision numbers and author ids.

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

Modified: brlcad/trunk/misc/repoconv/NOTES
===================================================================
--- brlcad/trunk/misc/repoconv/NOTES    2020-07-23 16:11:32 UTC (rev 76447)
+++ brlcad/trunk/misc/repoconv/NOTES    2020-07-23 19:05:17 UTC (rev 76448)
@@ -296,3 +296,10 @@
 
 gem install bigdecimal -v 1.4.2
 
+###############################################################################
+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
+
+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
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to