To install latest Konversation from SVN just execute following commands:
1 svn co -N svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/network extragear-network 2 svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin extragear-network/admin 3 cd extragear-network 4 svn up konversation 5 make -f Makefile.cvs 6 ./configure --enable-debug=full 7 make 8 sudo make install
If you already did the above, just do the following whenever you want to update your checkout and installation:
cd extragear-network/konversation; svn up; cd build; make; sudo make install
See the links in the next section for more information on working with Subversion.