Lines Matching refs:olddir
2119 typeset olddir="$1"
2141 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2144 $GIT cat-file $type $o_object > $olddir/$file 2>/dev/null
2147 rm -f $olddir/$file
2151 chmod $o_mode $olddir/$file
2154 print -u2 "ERROR: set mode of $olddir/$file"
2177 typeset olddir="$1"
2185 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2190 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2197 typeset olddir="$1"
2210 rm -f $olddir/$PDIR/$PF
2211 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2225 typeset olddir="$WDIR/raw_files/old"
2228 mkdir -p $olddir/$PDIR
2232 build_old_new_git "$olddir" "$newdir"
2234 build_old_new_subversion "$olddir" "$newdir"
2236 build_old_new_unknown "$olddir" "$newdir"
2239 if [[ ! -f $olddir/$PDIR/$PF && ! -f $newdir/$DIR/$F ]]; then