5 |
# Copyright (C) 2004-2005 Red Hat, Inc. |
# Copyright (C) 2004-2005 Red Hat, Inc. |
6 |
# Copyright (C) 2005 Fedora Foundation |
# Copyright (C) 2005 Fedora Foundation |
7 |
# |
# |
8 |
# $Id: cvs-import.sh,v 1.1.1.1 2007/06/12 14:33:00 slords Exp $ |
# $Id: cvs-import.sh,v 1.1 2007/11/08 18:10:19 slords Exp $ |
9 |
|
|
10 |
# Initial setup |
# Initial setup |
11 |
CVSTREE=${CVSTREE:=extras} |
CVSTREE=${CVSTREE:=extras} |
290 |
echo "Please check the above cvs diff." |
echo "Please check the above cvs diff." |
291 |
echo "If you want to make any changes before committing, please press Ctrl-C." |
echo "If you want to make any changes before committing, please press Ctrl-C." |
292 |
echo "Otherwise press Enter to proceed to commit." |
echo "Otherwise press Enter to proceed to commit." |
293 |
read |
#read |
294 |
|
|
295 |
cvs -Q update && \ |
cvs -Q update && \ |
296 |
echo "cvs commit..." && \ |
echo "cvs commit..." && \ |