Change final checkout to preserve original directory.
1 parent 5d64067 commit 4b9ebc1734d0f844c7b132cbef188f2b5088c096
@tundra tundra authored on 30 May 2012
Showing 1 changed file
View
6
cvscreate.sh
#!/bin/sh
# cvscreate.sh - Create And Checkin A New CVS Project
# Copyright (c) 2012 TundraWare Inc,, Des Plaines, IL USA
# $Id: cvscreate.sh,v 1.102 2012/05/24 14:27:52 tundra Exp $
# $Id: cvscreate.sh,v 1.103 2012/05/30 16:14:50 tundra Exp $
 
#####
# Constants And Literals
#####
#####
# Initialize The Revision Number
#####
 
cd ..
mv $PROJNAME $PROJNAME.orig
cvs co $PROJNAME
cd $PROJNAME
cvs commit -r1.100 -m 'Initial CVS checkin to initialize version number.'
cvs commit -r1.100 -m 'Initial CVS checkin to initialize version number'