Version: (using KDE Devel) Installed from: Compiled sources OS: Linux I am able to do the command svn co https://svn.kde.org/home/kde/branches/KDE/3.5/kdepim and svn co https://svn.kde.org/home/kde/branches/kdepim/enterprise from a direct internet connection. But from behind a proxy (in an enterprise), the command fails: svn co https://svn.kde.org/home/kde/branches/kdepim/enterprise it says it tries to connect to anonsvn.kde.org
This has nothing to do with the buildsystem, neither with kdepim. svn.kde.org and anonsvn.kde.org are two *different* servers, and probably your proxy allows youto reach svn.k.o but not anonsvn.k.o. Anyway, I don't see how this relates to kde.
*** Bug 153932 has been marked as a duplicate of this bug. ***
Couldn't it rather be that the problem is the protocol (svn instead of https) ? So, please provide a possibility to checkout from anonsvn from behind a proxy.
tstaerk: what do you mean? You're using https protocol in both cases. Or not? Anyway it is not related to kde. You should try to check your proxy settings.
I cannot reproduce at the moment because I am not behind this proxy. As far as I understood, anonsvn.kde.org cannot be reached via https.