Bug 153930 - cannot checkout anonsvn from behind a proxy
Summary: cannot checkout anonsvn from behind a proxy
Status: RESOLVED NOT A BUG
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
: 153932 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-12-12 22:03 UTC by Thorsten Staerk
Modified: 2008-12-21 06:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.