Summary: | Dolphin SVN plugin: part of previous SVN commit message appended to newer shorter one | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Jure Repinc <jlp> |
Component: | plugins: svn | Assignee: | Sebastian Dörner <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kfm-devel |
Priority: | NOR | ||
Version: | 21.08.3 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/sdk/dolphin-plugins/-/commit/3e422ab0589ee9713a6478a2c9e51f4d58991c23 | Version Fixed In: | |
Sentry Crash Report: |
Description
Jure Repinc
2021-11-24 11:26:51 UTC
A possibly relevant merge request was started @ https://invent.kde.org/sdk/dolphin-plugins/-/merge_requests/57 Git commit 3e422ab0589ee9713a6478a2c9e51f4d58991c23 by Méven Car, on behalf of Nikolai Krasheninnikov. Committed on 02/04/2024 at 08:41. Pushed by meven into branch 'master'. [svn] Fix part or previous commit message append to new shorter one We use file from QTemporaryFile to fill it with commit message and pass to svn. As QTemporaryFile creates one file per instance we should manualy clear it each time or else we will mix messages. (https://doc.qt.io/qt-6/qtemporaryfile.html#details) M +2 -0 svn/fileviewsvnplugin.cpp https://invent.kde.org/sdk/dolphin-plugins/-/commit/3e422ab0589ee9713a6478a2c9e51f4d58991c23 |