Home | History | Annotate | Download | only in contrib

Lines Matching refs:dstdir

45 	echo USAGE: $0 srcdir dstdir
68 dstdir=$tdstdir/$ldir
77 if [ ! -d $dstdir ]; then
78 echo "making locally added directory $dstdir"
79 mkdir -p $dstdir
81 if [ ! -f $dstdir/$bfile,v ]; then
82 echo "copying locally added file $dstdir/$bfile ..."
83 cp $vfile $dstdir
95 olddate=`rlog -r1.1.1.1 $dstdir/$bfile | grep "^date: " | awk '{printf("%s.%s\n",$2,$3); exit}' | sed -e 's~/~.~g' -e 's/:/./g' -e 's/;//' -e 's/^19//'`
96 sed "s/$olddate/$newdate/" < $dstdir/$bfile,v > $dstdir/$bfile.x
97 mv -f $dstdir/$bfile.x $dstdir/$bfile,v
98 chmod -w $dstdir/$bfile,v
102 rcs $symname $dstdir/$bfile,v
104 echo ERROR - rcs $symname $dstdir/$bfile,v
113 co -r1 -l $dstdir/$bfile
115 echo ERROR - co -r1 -l $dstdir/$bfile
118 rm -f $dstdir/$bfile
137 ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
139 echo ERROR - ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
146 rcs -b1 $dstdir/$bfile
148 echo ERROR - rcs -b1 $dstdir/$bfile