]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change SVN to GIT in various places and simple scripts.
authorIvo Raisr <ivosh@ivosh.net>
Fri, 16 Jun 2017 14:40:58 +0000 (16:40 +0200)
committerIvo Raisr <ivosh@ivosh.net>
Mon, 14 Aug 2017 13:27:27 +0000 (15:27 +0200)
README
README_DEVELOPERS_processes
auxprogs/change-copyright-year
configure.ac
docs/xml/manual-core-adv.xml
docs/xml/manual-writing-tools.xml
gdbserver_tests/README_DEVELOPERS
tests/check_headers_and_includes

diff --git a/README b/README
index 45f2917d3d03419b8284afd9663f4b75343bdf06..6959707d3a7da1b274dd2b747b6023907c2c8286 100644 (file)
--- a/README
+++ b/README
@@ -65,9 +65,9 @@ specified with --prefix= when building.
 
 Building and installing it
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
-To install from the Subversion repository :
+To install from the GIT repository:
 
-  0. Check out the code from SVN, following the instructions at
+  0. Clone the code from GIT, following the instructions at
      http://www.valgrind.org/downloads/repository.html.
 
   1. cd into the source directory.
index c514277aee33fabca105f3e56ea4b66113b5b61b..7277c9cc3c5ab48c48bc6772eeb9ceaf0cd8183a 100644 (file)
@@ -12,8 +12,8 @@ more in details afterwards.
 * Major release production: 
   See docs/internals/release-HOWTO.txt (currently a bit out of date)
 
-* Various guidelines/recommended usage for valgrind SVN
-  See docs/internals/svn-HOWTO.txt
+* Various guidelines/recommended usage for valgrind GIT
+  See docs/internals/git-HOWTO.txt
 
 * Minor/correction release production: TBD
 
@@ -57,12 +57,6 @@ Update of the NEWS file.
 
   Some special cases:
   -------------------
-  Some bugs or changes only touch the VEX SVN repository, so it is not
-  possible to commit the NEWS change together with the code changes.
-  In such a case, first commit the VEX change. Then just after, commit
-  the NEWS change. In the bugzilla status, reference (at least) the Valgrind
-  revision number.
-
   Some changes or bug fixes are very big and might be implemented over
   a significant period. In such a case, update the NEWS as part of the
   final commit.
@@ -78,20 +72,3 @@ Update of the NEWS file.
   fixed in the commit that fixed 307106.
   Change also the status of the duplicated bug  in bugzilla,
   indicating in the comment the commit revision that fixed the 'master bug'.
-
-
-
-Minor/correction release:
-=========================
-Describe here how to do changes and bug fixed in a minor (correction) release
-and how/when to merge the branch to the trunk.
-
-Proposal to be discussed:
-When a bug is fixed on the branch, the NEWS file is updated on the branch
-(i.e. a 3.9.1 section is created if needed).
-
-When often to merge the branch to trunk ?
-  after each fix ?
-  just after the correction release is produced ?
-
-How is the branch merged to the trunk ?
index 4e7f5c73bbc94396a1e3929c1686c572313793d6..eeeecd3ef14116ef982496a405fb73c86472d221 100755 (executable)
@@ -14,9 +14,9 @@
 # Note that it will spit out some warnings when it runs;  ignore these.
 #
 
-# The find command deliberately skips .svn/ subdirs -- we don't want to
-# change them.
-for i in `find . -name '*.[chS]' -o -name '*.in' -type f -not -path '*.svn\/*'` ; do
+# The find command deliberately skips .git/ subdir -- we don't want to
+# change it.
+for i in `find . -name '*.[chS]' -o -name '*.in' -type f -not -path '*.git\/*'` ; do
     echo $i
     if [ -L $i ]; then continue; fi  # skip symbolic links
     perl -p -e 's/Copyright \(C\) 20([0-1])([0-9])-2015/Copyright (C) 20$1$2-2017/' < $i > tmp.$$
index 5022439b6589c0dcb68e3a3166d6b3ed82bd4138..f7e28a1b3c47419b42f10c26ad8ab61f68a25432 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.14.0.SVN],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.14.0.GIT],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
index 9653601642e83f3c368102a0c990f1b8755751d7..28185b2c30407c4d59935df9a81a19987397c916 100644 (file)
@@ -412,7 +412,7 @@ and indicates it is waiting for a connection from a GDB:</para>
 <programlisting><![CDATA[
 ==2418== Memcheck, a memory error detector
 ==2418== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
-==2418== Using Valgrind-3.13.0.SVN and LibVEX; rerun with -h for copyright info
+==2418== Using Valgrind-3.14.0.GIT and LibVEX; rerun with -h for copyright info
 ==2418== Command: ./prog
 ==2418== 
 ==2418== (action at startup) vgdb me ... 
index 9f1761d21c9462ea4338744f941486c095534085..bbba74769321193a767bbd1e800d66b1d0c9b140 100644 (file)
@@ -156,10 +156,10 @@ top-level directory <computeroutput>valgrind/</computeroutput>.</para>
 <programlisting><![CDATA[
   ==738== foobar-0.0.1, a foobarring tool.
   ==738== Copyright (C) 2002-2017, and GNU GPL'd, by J. Programmer.
-  ==738== Using Valgrind-3.13.0.SVN and LibVEX; rerun with -h for copyright info
+  ==738== Using Valgrind-3.14.0.GIT and LibVEX; rerun with -h for copyright info
   ==738== Command: date
   ==738==
-  Tue Nov 27 12:40:49 EST 2007
+  Tue Nov 27 12:40:49 EST 2017
   ==738==]]></programlisting>
 
    <para>The tool does nothing except run the program uninstrumented.</para>
index 2f953b2d8718c2931643040aa187b585f737619d..c570f3e531f615a5ef37271043f81ee3d755b80f 100644 (file)
@@ -52,7 +52,7 @@ Then file a bug in bugzilla, giving the following information:
     gdbserver_tests/gdb --version
     uname -a
     cat /etc/issue
-    valgrind --version (and/or svn version)
+    valgrind --version -v
   and attach a tar file containing all the *.out and *.diff
   files in gdbserver_tests directory
 
index 47491b2597dcb8fca4982241679884839641cbba..70c06d46f4b75b5a62239376ba422b17a950e4a6 100755 (executable)
@@ -58,8 +58,7 @@ my %tool_dirs = (
 
 my %dirs_to_ignore = (
     ".deps" => 1,
-    ".svn" => 1,
-    ".git" => 1,            # allow git mirrors of the svn repo
+    ".git" => 1,
     ".in_place" => 1,
     "Inst" => 1,            # the nightly scripts creates this
     "VEX" => 1,