aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/bin/cvs-switch-user
diff options
context:
space:
mode:
Diffstat (limited to 'externals/gridflow/bin/cvs-switch-user')
-rwxr-xr-xexternals/gridflow/bin/cvs-switch-user6
1 files changed, 0 insertions, 6 deletions
diff --git a/externals/gridflow/bin/cvs-switch-user b/externals/gridflow/bin/cvs-switch-user
deleted file mode 100755
index 9f4ab9ed..00000000
--- a/externals/gridflow/bin/cvs-switch-user
+++ /dev/null
@@ -1,6 +0,0 @@
-GFSOURCE=$(dirname $(dirname $(which "$0")))
-echo $1@cvs.gridflow.ca:/home/cvs/gridflow > CVS/Root
-for file in $(find $GFSOURCE -name Root)
-do
- cp CVS/Root $file
-done