Opened 6 years ago
Closed 6 years ago
#184 closed defect (fixed)
Unzip 6.0 sets wrong timestamp on directories
Reported by: | BlondeGuy | Owned by: | Silvan Scherrer |
---|---|---|---|
Priority: | Feedback pending | Milestone: | |
Component: | *none | Version: | |
Severity: | medium | Keywords: | |
Cc: | lgrosenthal@…, andreas.schnellbacher@… |
Description
If I zip some files in a directory tree, the timestamps of files are fine, but the timestamp of directories is the time that unzip ran.
For example, zip -r ibmcom.zip c:\ibmcom
unzip -l ibmcom.zip (will show original dates of directories)
unzip ibmcom.zip (will show current date on unzipped directories)
Change History (6)
comment:1 by , 6 years ago
Cc: | added |
---|
comment:2 by , 6 years ago
Cc: | added |
---|
comment:3 by , 6 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:4 by , 6 years ago
Priority: | major → Feedback pending |
---|
try latest unzip from exp repo please and report back.
comment:5 by , 6 years ago
Tested unzip from netlabs exp repo
directory dates are now correct (match what is in zip file)
comment:6 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
thx for testing. Moved it to rel repo.
Note:
See TracTickets
for help on using tickets.
I can reproduce it, which is a good first step :)