Lines Matching refs:olddir
1921 typeset olddir="$1"
1977 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
1980 $olddir/$PDIR/$PF 2>/dev/null
1983 rm -f $olddir/$PDIR/$PF
1986 chmod $old_mode $olddir/$PDIR/$PF
1989 print -u2 "ERROR: set mode of $olddir/$PDIR/$PF"
1997 typeset olddir="$1"
2019 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2022 $GIT cat-file $type $o_object > $olddir/$file 2>/dev/null
2025 rm -f $olddir/$file
2029 chmod $o_mode $olddir/$file
2032 print -u2 "ERROR: set mode of $olddir/$file"
2055 typeset olddir="$1"
2063 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2068 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2075 typeset olddir="$1"
2088 rm -f $olddir/$PDIR/$PF
2089 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2103 typeset olddir="$WDIR/raw_files/old"
2106 mkdir -p $olddir/$PDIR
2110 build_old_new_mercurial "$olddir" "$newdir"
2112 build_old_new_git "$olddir" "$newdir"
2114 build_old_new_subversion "$olddir" "$newdir"
2116 build_old_new_unknown "$olddir" "$newdir"
2119 if [[ ! -f $olddir/$PDIR/$PF && ! -f $newdir/$DIR/$F ]]; then