| Summary: | Subversion plugin issuing "mkfifo" on Windows | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Andrius <andriusmao> |
| Component: | plugins: svn | Assignee: | KDE-Windows <windows-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | dolphin-bugs-null, nate, nkrasheninnikov, ps_ml |
| Priority: | NOR | ||
| Version First Reported In: | 2.2 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://cgit.kde.org/dolphin-plugins.git/commit/?id=0df2e299f415411eef36327c8d8d4933766a94d5 | Version Fixed/Implemented In: | 20.04.0 |
| Sentry Crash Report: | |||
|
Description
Andrius
2013-05-08 21:40:00 UTC
Is that plugin in the dolphin-plugins package? (In reply to comment #0) > This should not be implemented using mkfifo, but in a more portable way. Can you suggest a more portable way to do it? (In reply to comment #1) > Is that plugin in the dolphin-plugins package? Yes. (In reply to comment #2) > (In reply to comment #0) > > This should not be implemented using mkfifo, but in a more portable way. > > Can you suggest a more portable way to do it? I just looked at the code and I think QTemporaryFile would be nice (for us), although that might slow down the code on Unix. There is no equivalent of a named pipe in the file system and svn also doesn't seem to have other means of giving the output in memory :-/ > > (In reply to comment #1) > > Is that plugin in the dolphin-plugins package? > > Yes. This commit fixes an issue: https://phabricator.kde.org/R449:0df2e299f415411eef36327c8d8d4933766a94d5 |