summaryrefslogtreecommitdiffstats
path: root/cvs_update_anonymously
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2011-01-29 18:43:06 +0100
committerChristian Beier <dontmind@freeshell.org>2011-01-31 19:12:30 +0100
commit558a58e0396997dd3cd6e9faccf4b8420b159178 (patch)
tree44c96c59b114abb23f84f505ddafcdf525aa55fd /cvs_update_anonymously
parent617a5f8b6bf7c5693c47e172ae2682cb4a58de8b (diff)
downloadlibtdevnc-558a58e0396997dd3cd6e9faccf4b8420b159178.tar.gz
libtdevnc-558a58e0396997dd3cd6e9faccf4b8420b159178.zip
Remove unneeded files concerning CVS.
We have a git repo nowadays and I guess we won't go back to CVS. Signed-off-by: Christian Beier <dontmind@freeshell.org>
Diffstat (limited to 'cvs_update_anonymously')
-rw-r--r--cvs_update_anonymously13
1 files changed, 0 insertions, 13 deletions
diff --git a/cvs_update_anonymously b/cvs_update_anonymously
deleted file mode 100644
index bbe3c77..0000000
--- a/cvs_update_anonymously
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-case "$1" in
-#cvs --help-commands 2>&1 | sed "s/[ ][ ]*/ /g" | cut -d " " -f 2
-add|admin|annotate|checkout|commit|diff|edit|editors|export|history|import|\
-init|log|login|logout|pserver|rdiff|release|remove|rtag|server|status|\
-tag|unedit|update|watch|watchers)
- cmd="$1"; shift;;
-*) cmd=update;;
-esac
-
-cvs -z3 -d :pserver:anonymous@cvs.libvncserver.sf.net:/cvsroot/libvncserver $cmd "$@"
-