add commands to copy/move files - #38366
Merged
Merged
Conversation
icewind1991
requested review from
ArtificialOwl,
Pytal,
artonge,
come-nc,
nfebe,
skjnldsv,
susnux and
szaimen
as code owners
May 19, 2023 12:41
icewind1991
requested review from
ArtificialOwl,
come-nc and
nfebe
and removed request for
a team
May 19, 2023 12:41
szaimen
removed their request for review
May 19, 2023 13:47
come-nc
reviewed
May 22, 2023
artonge
reviewed
May 22, 2023
icewind1991
force-pushed
the
file-command-copy-move
branch
from
June 2, 2023 14:10
1d9a8b3 to
bbdce42
Compare
| } | ||
| } | ||
|
|
||
| if ($wouldRequireDelete && $targetNode->getInternalPath() === '') { |
Check notice
Code scanning / Psalm
PossiblyNullReference
| return 1; | ||
| } | ||
|
|
||
| if ($wouldRequireDelete && !$targetNode->isDeletable()) { |
Check notice
Code scanning / Psalm
PossiblyNullReference
come-nc
approved these changes
Jun 5, 2023
artonge
approved these changes
Jun 5, 2023
Contributor
|
conflicts |
Signed-off-by: Robin Appelman <robin@icewind.nl>
susnux
force-pushed
the
file-command-copy-move
branch
from
July 12, 2023 13:01
bbdce42 to
38640bf
Compare
susnux
approved these changes
Jul 12, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up from #37971
occ files:copy <source> <target>occ files:move <source> <target>