From 5a1aa01af2965d4c66689faab98bf397b3657a46 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Tue, 25 Feb 2014 09:29:28 -0500 Subject: Get rid of a few more Subversion remnants. Change-Id: I35ff651017e355f92b4f9e6388e90d446f245d0a Reviewed-on: https://code.wireshark.org/review/361 Reviewed-by: Evan Huus Reviewed-by: Alexis La Goutte --- tools/process-x11-fields.pl | 2 -- tools/process-x11-xcb.pl | 2 -- tools/test-common.sh | 5 +---- 3 files changed, 1 insertion(+), 8 deletions(-) (limited to 'tools') diff --git a/tools/process-x11-fields.pl b/tools/process-x11-fields.pl index 45b20f13fe..dd4ec9fb7c 100755 --- a/tools/process-x11-fields.pl +++ b/tools/process-x11-fields.pl @@ -36,8 +36,6 @@ sub add_generated_header { /* It was automatically generated by $0. */ eot ; - # Since this file is checked in, add its SVN revision - print $out "/* \$"."Id"."\$ */\n\n"; # Add license text print $out <> $TMP_DIR/${ERR_FILE}.header - if [ -d .svn ] ; then - echo -e "\nSubversion revision" >> $TMP_DIR/${ERR_FILE}.header - svn log -l 1 >> $TMP_DIR/${ERR_FILE}.header - elif [ -d .git ] ; then + if [ -d .git ] ; then echo -e "\nGit commit" >> $TMP_DIR/${ERR_FILE}.header git log -1 >> $TMP_DIR/${ERR_FILE}.header fi -- cgit v1.2.3