Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / rev_control / svn.sh
diff --git a/scripts/rev_control/svn.sh b/scripts/rev_control/svn.sh
deleted file mode 100644 (file)
index 056759b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-if [ "$OPERATING_SYSTEM" = "WIN32" ]; then
-  source $FEISTY_MEOW_SCRIPTS/core/functions.sh
-
-  TMP="$(dos_to_unix_path "$TMP")"
-fi
-
-#echo TMP is $TMP 
-
-/usr/bin/svn $@
-