svn commit: r331912 - svnadmin/hooks

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 29 00:14:36 UTC 2013


Author: bdrewery
Date: Tue Oct 29 00:14:36 2013
New Revision: 331912
URL: http://svnweb.freebsd.org/changeset/ports/331912

Log:
  - Disable newline check so that more cases can be fixed.
  
  With hat:	portmgr

Modified:
  svnadmin/hooks/pre-commit

Modified: svnadmin/hooks/pre-commit
==============================================================================
--- svnadmin/hooks/pre-commit	Mon Oct 28 23:56:37 2013	(r331911)
+++ svnadmin/hooks/pre-commit	Tue Oct 29 00:14:36 2013	(r331912)
@@ -96,7 +96,7 @@ mergeinfo.sh "$REPO" "$TXN" || exit 1
 detect-merge-conflicts.sh "$REPO" "$TXN" || exit 1
 
 # check for newline at end of file
-detect-nonewline-at-eof.sh "$REPO" "$TXN" || exit 1
+#detect-nonewline-at-eof.sh "$REPO" "$TXN" || exit 1
 
 # check for upper/lowercase filename conflicts on clients
 case-insensitive.py "$REPO" "$TXN" || exit 1


More information about the svn-ports-svnadmin mailing list