Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2016 10:44:36 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org
Subject:   svn commit: r417059 - svnadmin/hooks/scripts
Message-ID:  <201606181044.u5IAia5S099586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Jun 18 10:44:36 2016
New Revision: 417059
URL: https://svnweb.freebsd.org/changeset/ports/417059

Log:
  Tell people about make makepatch.
  
  Sponsored by:	Absolight

Modified:
  svnadmin/hooks/scripts/detect-filename.sh

Modified: svnadmin/hooks/scripts/detect-filename.sh
==============================================================================
--- svnadmin/hooks/scripts/detect-filename.sh	Sat Jun 18 10:26:05 2016	(r417058)
+++ svnadmin/hooks/scripts/detect-filename.sh	Sat Jun 18 10:44:36 2016	(r417059)
@@ -19,7 +19,8 @@ $SVNLOOK log -t "$TXN" "$REPO" | grep -q
 # We scan through the transaction diff, looking for files with colon in the name
 if $SVNLOOK changed -t "$TXN" "$REPO" | grep -q -E '^A.*:'; then
   echo "Some files in your commit have a colon (:) in the name" >&2
-  echo "which is not allowed. Use __ instead of :: for patches ." >&2
+  echo "which is not allowed. Use _ instead of : for patches." >&2
+  echo "Or even better, generate your patches with make makepatch." >&2
   echo "For further information please read:" >&2
   echo "http://www.freebsd.org/doc/en/books/porters-handbook/slow-patch.html" >&2
   echo "Please fix this and try committing again." >&2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606181044.u5IAia5S099586>