Opened 16 years ago
Closed 16 years ago
#321 closed defect (fixed)
Copying a directory to a drive that has not been touched results in the new directory name appearing twice.
Reported by: | Gregg Young | Owned by: | Gregg Young |
---|---|---|---|
Priority: | minor | Milestone: | Release_3.15 |
Component: | fm/2 base | Version: | 3.14 |
Keywords: | Cc: |
Description
If the drive tree has been rescanned or expanded this doesn't happen. A no prescan drive ends up with just this directory showing. UNPDATERECORD and UPDATERECORDLIST do not appear to be the source of the second entry.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Summary: | Copying a directory to a drive that has not been touch results in the new directory name appearing twice. → Copying a directory to a drive that has not been touched results in the new directory name appearing twice. |
---|
comment:3 by , 16 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This is the result of a copy from j:\tmp2\dir to i:\
000.000 worker.c 1026 Broadcast UM_UPDATERECORDLIST 000.000 dircnrs.c 702 UM_UPDATERECORDLIST 2 000.008 update.c 341 UpdateCnrList 2 000.008 update.c 399 UpdateCnrList 8000052a finding J:\TMP\fm2dbg\dir1 000.019 treecnr.c 695 UM_UPDATERECORDLIST 2 000.019 update.c 341 UpdateCnrList 2 000.019 update.c 399 UpdateCnrList 80000779 finding J:\TMP\fm2dbg\dir1 000.019 update.c 497 UpdateCnrList 80000779 adding J:\TMP 000.019 update.c 497 UpdateCnrList 80000779 adding J:\TMP\fm2dbg 000.019 update.c 543 UpdateCnrList 80000779 adding J:\TMP\fm2dbg\dir1 000.021 update.c 399 UpdateCnrList 80000779 finding I:\dir1 000.021 update.c 543 UpdateCnrList 80000779 adding I:\dir1
The adds on J: are correct because J: is noprescan. The add on I: is correct because the directory is new.