]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed "svnpurge" hack. "svn-clean" command obviates the need for this.
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 28 Jun 2007 19:45:50 +0000 (19:45 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 28 Jun 2007 19:45:50 +0000 (19:45 +0000)
releasetools/svnpurge [deleted file]

diff --git a/releasetools/svnpurge b/releasetools/svnpurge
deleted file mode 100755 (executable)
index 0b4cb70..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# $Id$
-# svnpurge - purge files unknown to or ignored by Subversion
-
-rm -rf $(svn status --no-ignore * | grep '^I\|^?' | cut -c8- | cat -s)
-svn update