svn commit: r417059 - svnadmin/hooks/scripts

Mathieu Arnold mat at FreeBSD.org
Sat Jun 18 10:44:38 UTC 2016


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


More information about the svn-ports-all mailing list