src/utils/cvsTools/cvsup 1.5
1.5 2009/07/20 22:08:16 galt
cvscheck checks for sandbox changes without updating the sandbox
Index: src/utils/cvsTools/cvsup
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/cvsTools/cvsup,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/cvsTools/cvsup 16 Jul 2009 01:09:32 -0000 1.4
+++ src/utils/cvsTools/cvsup 20 Jul 2009 22:08:16 -0000 1.5
@@ -13,10 +13,10 @@
my $cvsdir = join(' ', @ARGV) || '.';
my $abs_path = File::Spec->rel2abs($cvsdir);
if ($abs_path eq "/hive/groups/encode/dcc/pipeline/hgEncodeSubmit") {
- print "do not use CVSUP in ENCODE production sandbox because of uncontrolled updating.
- Use this instead:\ncvs status |& cvsStatusFilter | grep -v Up-to-date\n";
+ print "do not use CVSUP in ENCODE production sandbox because of uncontrolled updating.\n
+ Use cvscheck instead\n";
exit 0;
}
my $cvscmd = "cvs up -d -P $cvsdir";