Bug 153930

Summary: cannot checkout anonsvn from behind a proxy
Product: [I don't know] kde Reporter: Thorsten Staerk <dev>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: finex
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thorsten Staerk 2007-12-12 22:03:40 UTC
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
Comment 1 Pino Toscano 2007-12-12 22:36:05 UTC
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.
Comment 2 Pino Toscano 2007-12-12 22:36:26 UTC
*** Bug 153932 has been marked as a duplicate of this bug. ***
Comment 3 Thorsten Staerk 2007-12-12 22:51:32 UTC
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.
Comment 4 FiNeX 2008-11-24 16:03:04 UTC
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.
Comment 5 Thorsten Staerk 2008-12-21 06:17:19 UTC
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.