350386 - BUILD_CVS_WRITE_USER used too much
diff --git a/releng.control/commonVariations.shsource b/releng.control/commonVariations.shsource
index 33da20e..500dfad 100644
--- a/releng.control/commonVariations.shsource
+++ b/releng.control/commonVariations.shsource
@@ -114,10 +114,18 @@
 #   if protocol was pserver, but could be removed in that
 #   case, if desired.
 export CVS_RSH=${CVS_RSH:-ssh}
+
 export BUILD_CVS_READ_PROTOCOL=${BUILD_CVS_READ_PROTOCOL:-pserver}
 export BUILD_CVS_READ_USER=${BUILD_CVS_READ_USER:-anonymous}
-export BUILD_CVS_WRITE_PROTOCOL=${BUILD_CVS_WRITE_PROTOCOL:-ext}
-export BUILD_CVS_WRITE_USER=${BUILD_CVS_WRITE_USER:-david_williams}
+
+# Note: a real committer id is required to tag map files. 
+# This is hard to do automatically, running under wtpBuild user id. 
+# if anonymous is used, no tagging of map files will be attempted.
+# export BUILD_CVS_WRITE_PROTOCOL=${BUILD_CVS_WRITE_PROTOCOL:-ext}
+# export BUILD_CVS_WRITE_USER=${BUILD_CVS_WRITE_USER:-realCommitterID}
+export BUILD_CVS_WRITE_PROTOCOL=${BUILD_CVS_WRITE_PROTOCOL:-pserver}
+export BUILD_CVS_WRITE_USER=${BUILD_CVS_WRITE_USER:-anonymous}
+
 export BUILD_CVS_SERVER=${BUILD_CVS_SERVER:-dev.eclipse.org}
 
 export BUILD_CVS_ROOT=${BUILD_CVS_ROOT:-/cvsroot/webtools}