github.com/cs3org/reva/v2@v2.27.7/changelog/2.15.0_2023-07-17/omit-spaceroot-when-archiving.md (about) 1 Bugfix: Omit spaceroot when archiving 2 3 When archiving a space there was an empty folder named `.` added. This was because of the spaceroot which was wrongly interpreted. 4 We now omit the space root when creating an archive. 5 6 https://github.com/cs3org/reva/pull/4010 7 https://github.com/cs3org/reva/pull/3999