CopyJob: Check if destination dir is a symlink
ClosedPublic

Authored by meven on May 15 2020, 6:58 AM.

Diff Detail

Repository
R241 KIO
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 26929
Build 26947: arc lint + arc unit
meven created this revision.May 15 2020, 6:58 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptMay 15 2020, 6:58 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
meven requested review of this revision.May 15 2020, 6:58 AM
meven updated this revision to Diff 82902.May 15 2020, 6:59 AM

Remove unrelated change

dfaure accepted this revision.May 15 2020, 7:53 AM

Thanks for the quick fix and for the test! Just minor issues in comments, feel free to push after fixing.

autotests/jobtest.cpp
626

Typo: symblink

633

remove

648

there is only one symlink ;-)

Maybe "The file is visible in both places, due to the symlink" ?

This revision is now accepted and ready to land.May 15 2020, 7:53 AM
meven updated this revision to Diff 82920.May 15 2020, 10:46 AM
meven marked 3 inline comments as done.

review feedback, cleanups

This revision was automatically updated to reflect the committed changes.