Changes between Initial Version and Version 1 of Ticket #2329, comment 35


Ignore:
Timestamp:
2015-02-19T17:00:37Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2329, comment 35

    initial v1  
    11Updated table for `cp [-r] X local/`, where `local` already exists:
    22
    3 =||= command =||= FILECAP =||= DIRCAP/file =||=  =||= PARENTCAP/dir =||= DIRCAP     =||= DIRCAP_ALIAS: =||=
    4 || cp       || -       || local/file  ||   || ERROR-4b       || -           || -             ||
    5 || cp -r    || -       || local/file  ||   || local/dir/file || -           || -             ||
    6 || cp -R    || -       || local/file  ||   || local/dir/file || -           || -             ||
    7 || 1.10     || ERROR-2 || local/file  ||   || local/file     || ERROR-4     || ERROR-4       ||
    8 || 1.10 -r  || ERROR-2 || local/file  ||   || local/file     || local/file  || local/file    ||
    9 || trunk    || ERROR-2 || local/file  ||   || local/file     || ERROR-4     || ERROR-4       ||
    10 || trunk -r || ERROR-2 || local/file  ||   || local/dir/file || EXCEPTION-1 || EXCEPTION-1   ||
     3=||= command =||= FILECAP (J1) =||= DIRCAP/file (I1) =||=  =||= PARENTCAP/dir (F1) =||= DIRCAP (G1) =||= DIRCAP_ALIAS: (H1) =||=
     4|| cp            || -       || local/file  ||   || ERROR-4b       || -           || -             ||
     5|| cp -r         || -       || local/file  ||   || local/dir/file || -           || -             ||
     6|| cp -R         || -       || local/file  ||   || local/dir/file || -           || -             ||
     7|| 1.10          || ERROR-2 || local/file  ||   || local/file     || ERROR-4     || ERROR-4       ||
     8|| 1.10 -r       || ERROR-2 || local/file  ||   || local/file     || local/file  || local/file    ||
     9|| trunk         || ERROR-2 || local/file  ||   || local/file     || ERROR-4     || ERROR-4       ||
     10|| trunk -r      || ERROR-2 || local/file  ||   || local/dir/file || EXCEPTION-1 || EXCEPTION-1   ||
     11|| comment:27    || ERROR-2 || local/file  ||   || ?              || ERROR-4     || ERROR-4       ||
     12|| comment:27 -r || ERROR-2 || local/file  ||   || local/dir/file || local/file  || local/file    ||
    1113
    1214
    1315And for `cp [-r] X local/missing`, where `local` exists but `missing` does not:
    1416
    15 =||= command =||= FILECAP      =||= DIRCAP/file       =||=  =||= PARENTCAP/dir         =||= DIRCAP            =||= DIRCAP_ALIAS:     =||=
    16 || cp       || -             || local/missing      ||   || ERROR-4b               || -                  || -                  ||
    17 || cp -r    || -             || local/missing      ||   || local/missing/file     || -                  || -                  ||
    18 || cp -R    || -             || local/missing      ||   || local/missing/file     || -                  || -                  ||
    19 || 1.10     || local/missing || local/missing      ||   || ERROR-4                || ERROR-4            || ERROR-4            ||
    20 || 1.10 -r  || EXCEPTION-3   || local/missing/file ||   || local/missing/file     || local/missing/file || local/missing/file ||
    21 || trunk    || local/missing || local/missing      ||   || ERROR-4                || ERROR-4            || ERROR-4            ||
    22 || trunk -r || EXCEPTION-3   || local/missing/file ||   || local/missing/dir/file || EXCEPTION-1        || EXCEPTION-1        ||
     17=||= command =||= FILECAP (J2) =||= DIRCAP/file (I2) =||=  =||= PARENTCAP/dir (F2) =||= DIRCAP (G2) =||= DIRCAP_ALIAS: (H2) =||=
     18|| cp            || -             || local/missing      ||   || ERROR-4b               || -                  || -                  ||
     19|| cp -r         || -             || local/missing      ||   || local/missing/file     || -                  || -                  ||
     20|| cp -R         || -             || local/missing      ||   || local/missing/file     || -                  || -                  ||
     21|| 1.10          || local/missing || local/missing      ||   || ERROR-4                || ERROR-4            || ERROR-4            ||
     22|| 1.10 -r       || EXCEPTION-3   || local/missing/file ||   || local/missing/file     || local/missing/file || local/missing/file ||
     23|| trunk         || local/missing || local/missing      ||   || ERROR-4                || ERROR-4            || ERROR-4            ||
     24|| trunk -r      || EXCEPTION-3   || local/missing/file ||   || local/missing/dir/file || EXCEPTION-1        || EXCEPTION-1        ||
     25|| comment:27    || local/missing || local/missing      ||   || ?                      || ERROR-4            || ERROR-4            ||
     26|| comment:27 -r || local/missing || local/missing      ||   || local/missing/dir/file || local/missing/file || local/missing/file ||
    2327
    2428