Lines Matching refs:olddir
1909 typeset olddir="$1"
1965 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
1968 $olddir/$PDIR/$PF 2>/dev/null
1971 rm -f $olddir/$PDIR/$PF
1974 chmod $old_mode $olddir/$PDIR/$PF
1977 print -u2 "ERROR: set mode of $olddir/$PDIR/$PF"
1985 typeset olddir="$1"
2007 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2010 $GIT cat-file $type $o_object > $olddir/$file 2>/dev/null
2013 rm -f $olddir/$file
2017 chmod $o_mode $olddir/$file
2020 print -u2 "ERROR: set mode of $olddir/$file"
2043 typeset olddir="$1"
2051 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2056 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2063 typeset olddir="$1"
2076 rm -f $olddir/$PDIR/$PF
2077 cp $PWS/$PDIR/$PF $olddir/$PDIR/$PF
2091 typeset olddir="$WDIR/raw_files/old"
2094 mkdir -p $olddir/$PDIR
2098 build_old_new_mercurial "$olddir" "$newdir"
2100 build_old_new_git "$olddir" "$newdir"
2102 build_old_new_subversion "$olddir" "$newdir"
2104 build_old_new_unknown "$olddir" "$newdir"
2107 if [[ ! -f $olddir/$PDIR/$PF && ! -f $newdir/$DIR/$F ]]; then