Time | User | Activity | Comment |
---|---|---|---|
20:35, 8 November 2011 | Px79 (Talk | contribs) | New thread created | |
23:34, 8 November 2011 | Icwiener (Talk | contribs) | New reply created | (Reply to Update svn links to git?) |
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?
Please make the change, if you know it works. In this case KDEPIM indeed moved to Git, so it is save to change it.
In general if the page is about development, I think linking to URL renaming and using kde:foo URL is alright. If it is about building an application by hand, just stating anongit should be enough.
Thanks for your contribution.