github.com/cs3org/reva/v2@v2.27.7/changelog/2.14.0_2023-06-05/do-not-replace-file-when-copying.md (about)

     1  Bugfix: Do not lose old revisions when overwriting a file during copy
     2  
     3  We no longer delete-and-upload targets of copy operations but rather
     4  add a new version with the source content.
     5  
     6  This makes "overwrite when copying" behave the same as "overwrite when uploading".
     7  
     8  Overwriting when moving a file still deletes the old file (moves it into the
     9  trash) and replaces the whole file including the revisions of the source file.
    10  
    11  https://github.com/cs3org/reva/pull/3896