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


Ignore:
Timestamp:
2015-01-29T12:34:44Z (10 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2329, comment 25

    initial v1  
    1 I think zooko's rule in comment:20 gives us:
     1I think zooko's rule in comment:20 / comment:27 gives us:
    22
    33* `cp -r X local/`, where `local` already exists:
    44
    5 ||= X           =||= 1.10          =||= trunk(e73d76e)     =||= rule comment:20    =||
     5||= X           =||= 1.10          =||= trunk(e73d76e)     =||= rule [comment:27 comment:20]    =||
    66|| PARENTCAP/dir || (A1) local/file || (F1) local/dir/file  || (F3) local/dir/file  ||
    77|| DIRCAP        || (B1) local/file || (G1) EXCEPTION-1     || (G3) local/file      ||
     
    1313* `cp -r X local/missing`, where `local` exists but `missing` does not:
    1414
    15 ||= X           =||= 1.10                  =||= trunk(e73d76e)             =||= rule comment:20            =||
     15||= X           =||= 1.10                  =||= trunk(e73d76e)             =||= rule [comment:27 comment:20]            =||
    1616|| PARENTCAP/dir || (A2) local/missing/file || (F2) local/missing/dir/file  || (F4) local/missing/dir/file  ||
    1717|| DIRCAP        || (B2) local/missing/file || (G2) EXCEPTION-1             || (G4) local/missing/file      ||