Summary: | [WISH] kio svn missing write support | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Roman Fordinal <aben> |
Component: | svn | Assignee: | Mickael Marchand <marchand> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Roman Fordinal
2006-04-10 08:45:16 UTC
This would be a really useful feature, especially if you use a svn+file on your local system for personal stuff. Would be really useful to have transparent revision history in KWrite/Kate/KWord/all-other-things-that-support-kio! SVN commit 922841 by marchand: Here comes write support for kio_svn (taken from "svnput" hack) CCBUG: 125272 * big fat WARNING * ok so now you can do : kwrite svn+ssh://user@host/home/user/myrepos/myfile.txt and when you save it creates automatically a commit for you. BUT : you really can break other people work when working in team, there is NO single safety check to ensure you are not erasing a just-committed version by someone else. So use with real care. on the other hand, it's just great for your own small repository where you write some book/article/small code. for some reason I could not understand, kwrite keeps saving remotely even when the file has not been changed (I mean press save twice, it will actually do 2 commits to the repository ... I don't know what I missed there, if anybody knows, I am interested to find a way to stop that behavior) PS: please don't test with KDE's SVN or I will be hated ;) M +136 -1 svn.cpp M +1 -0 svn.h WebSVN link: http://websvn.kde.org/?view=rev&revision=922841 I'm afraid the SVN KIOSlave was never ported to Frameworks 5, and it's not likely that it ever will be, given the continuously decreasing popularity of SVN. Therefore, I have to close this bug report. |