I'm very new to kde development, so I don't have the heart to change the article itself. Therefore I start the following discussion:
The article (section "Set up Eclipse with KDE") shows the following svn command to get kdepim sources:
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdepim
But this does not work (at least for me). I get the error:
svn: URL 'svn://anonsvn.kde.org/home/kde/trunk/KDE/kdepim' doesn't exist
As far as I know by now, KDE 4 source code moved from svn to git. Hence the line should be corrected to:
git clone git://anongit.kde.org/kdepim
Maybe we should link to Git URL Renaming, too?