Changes between Initial Version and Version 1 of Ticket #2329, comment 24
- Timestamp:
- 2015-01-27T08:25:09Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2329, comment 24
initial v1 4 4 5 5 ||= X =||= 1.10 =||= trunk(e73d76e) =||= new? =|| 6 || PARENTCAP/dir || (A1) local/file || (F1) local/dir/file || 7 || DIRCAP || (B1) local/file || (G1) EXCEPTION-1 || 8 || DIRCAP_ALIAS: || (C1) local/file || (H1) EXCEPTION-1 || 6 || PARENTCAP/dir || (A1) local/file || (F1) local/dir/file || (F3) || 7 || DIRCAP || (B1) local/file || (G1) EXCEPTION-1 || (G3) || 8 || DIRCAP_ALIAS: || (C1) local/file || (H1) EXCEPTION-1 || (H3) || 9 9 || - || || || || 10 || DIRCAP/file || (D1) local/file || (I1) local/file || 11 || FILECAP || (E1) ERROR-2 || (J1) ERROR-2 || 10 || DIRCAP/file || (D1) local/file || (I1) local/file || (I3) || 11 || FILECAP || (E1) ERROR-2 || (J1) ERROR-2 || (J3) || 12 12 13 13 * `cp -r X local/missing`, where `local` exists but `missing` does not: 14 14 15 15 ||= X =||= 1.10 =||= trunk(e73d76e) =||= new? =|| 16 || PARENTCAP/dir || (A2) local/missing/file || (F2) local/missing/dir/file || 17 || DIRCAP || (B2) local/missing/file || (G2) EXCEPTION-1 || 18 || DIRCAP_ALIAS: || (C2) local/missing/file || (H2) EXCEPTION-1 || 16 || PARENTCAP/dir || (A2) local/missing/file || (F2) local/missing/dir/file || (F4) || 17 || DIRCAP || (B2) local/missing/file || (G2) EXCEPTION-1 || (G4) || 18 || DIRCAP_ALIAS: || (C2) local/missing/file || (H2) EXCEPTION-1 || (H4) || 19 19 || - || || || || 20 || DIRCAP/file || (D2) local/missing/file || (I2) local/missing/file || 21 || FILECAP || (E2) EXCEPTION-3 || (J2) EXCEPTION-3 || 20 || DIRCAP/file || (D2) local/missing/file || (I2) local/missing/file || (I4) || 21 || FILECAP || (E2) EXCEPTION-3 || (J2) EXCEPTION-3 || (J4) || 22 22 23 23 * EXCEPTION-1: `build_graphs()`, `NoneType has no attribute startswith`