During the current automatic zip file creation, it can happen that some files are added as read-only. This seems to happen for annexed files that were uploaded using a previous version of the gin client and which remain locked and read only after annex uninit.
The read-only status of these files might catch some users off guard, so it would be nice to make sure that all files are added to the zip file as unlocked and read-write.
During the current automatic zip file creation, it can happen that some files are added as read-only. This seems to happen for annexed files that were uploaded using a previous version of the gin client and which remain locked and read only after
annex uninit
.The
read-only
status of these files might catch some users off guard, so it would be nice to make sure that all files are added to the zip file as unlocked andread-write
.