summaryrefslogtreecommitdiff
path: root/scripts/q_cvs_edit
Unidiff
Diffstat (limited to 'scripts/q_cvs_edit') (more/less context) (ignore whitespace changes)
-rwxr-xr-xscripts/q_cvs_edit17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/q_cvs_edit b/scripts/q_cvs_edit
new file mode 100755
index 0000000..73a04db
--- a/dev/null
+++ b/scripts/q_cvs_edit
@@ -0,0 +1,17 @@
1#!/bin/sh
2#
3# Adds a file to which ever repository is appropriate
4#
5# Copyright 1999-2000 Trolltech AS. All rights reserved.
6#
7
8
9if [ $P4PORT = "lupinella:866" ]
10then
11 p4 edit $@
12else
13 echo Need to put some kind of cvs command here in q_cvs_edit !!
14 # cvs edit $@
15fi
16
17