From kde-bugs-dist Sat Feb 07 16:54:16 2009 From: Mickael Marchand Date: Sat, 07 Feb 2009 16:54:16 +0000 To: kde-bugs-dist Subject: [Bug 125272] [WISH] kio svn missing write support Message-Id: <20090207165416.0833913A8B () immanuel ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=123402574028099 http://bugs.kde.org/show_bug.cgi?id=125272 --- Comment #2 from Mickael Marchand 2009-02-07 17:54:14 --- 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 -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.