Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed May 23, 2023
1 parent 2735c2a commit 563429e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog/unreleased/do-not-replace-file-when-copying.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Bugfix: Do not lose old revisions when overwriting a file during copy

We no longer delete-and-upload targets of copy operations but rather
add a new version with the source content.

This makes "overwrite when copying" behave the same as "overwrite when uploading".

Overwriting when moving a file still deletes the old file (moves it into the
trash) and replaces the whole file including the revisions of the source file.

https://github.com/cs3org/reva/pull/3896

0 comments on commit 563429e

Please sign in to comment.