[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] subclipse messed up my tortoise?

From: kelvin goodson <kelvingoodson_at_gmail.com>
Date: 2007-05-11 18:07:39 CEST

Felipe,
  Firefox shows direct connection to internet. Tortoise shows proxy check
box unchecked. server document contents as below
Thanks, Kelvin.

### This file specifies server-specific protocol parameters,
### including HTTP proxy information, and HTTP timeout settings.
###
### The currently defined server options are:
### http-proxy-host Proxy host for HTTP connection
### http-proxy-port Port number of proxy host service
### http-proxy-username Username for auth to proxy service
### http-proxy-password Password for auth to proxy service
### http-proxy-exceptions List of sites that do not use proxy
### http-timeout Timeout for HTTP requests in seconds
### http-compression Whether to compress HTTP requests
### neon-debug-mask Debug mask for Neon HTTP library
### ssl-authority-files List of files, each of a trusted CAs
### ssl-trust-default-ca Trust the system 'default' CAs
### ssl-client-cert-file PKCS#12 format client certificate file
### ssl-client-cert-password Client Key password, if needed.
###
### HTTP timeouts, if given, are specified in seconds. A timeout
### of 0, i.e. zero, causes a builtin default to be used.
###
### The commented-out examples below are intended only to
### demonstrate how to use this file; any resemblance to actual
### servers, living or dead, is entirely coincidental.

### In this section, the URL of the repository you're trying to
### access is matched against the patterns on the right. If a
### match is found, the server info is from the section with the
### corresponding name.

[groups]
# group1 = *.collab.net
# othergroup = repository.blarggitywhoomph.com
# thirdgroup = *.example.com

### Information for the first group:
# [group1]
# http-proxy-host = proxy1.some-domain-name.com
# http-proxy-port = 80
# http-proxy-username = blah
# http-proxy-password = doubleblah
# http-timeout = 60
# neon-debug-mask = 130

### Information for the second group:
# [othergroup]
# http-proxy-host = proxy2.some-domain-name.com
# http-proxy-port = 9000
# No username and password, so use the defaults below.

### You can set default parameters in the 'global' section.
### These parameters apply if no corresponding parameter is set in
### a specifically matched group as shown above. Thus, if you go
### through the same proxy server to reach every site on the
### Internet, you probably just want to put that server's
### information in the 'global' section and not bother with
### 'groups' or any other sections.
###
### If you go through a proxy for all but a few sites, you can
### list those exceptions under 'http-proxy-exceptions'. This only
### overrides defaults, not explicitly matched server names.
###
### 'ssl-authority-files' is a semicolon-delimited list of files,
### each pointing to a PEM-encoded Certificate Authority (CA)
### SSL certificate. See details above for overriding security
### due to SSL.
[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
# http-proxy-host = defaultproxy.whatever.com
# http-proxy-port = 7000
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
# http-compression = no
# No http-timeout, so just use the builtin default.
# No neon-debug-mask, so neon debugging is disabled.
# ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem

On 11/05/07, CARASSO Felipe <Felipe.CARASSO@gemalto.com> wrote:
>
> Hi Kelvin,
>
> When you say that you don't have a proxy configured, does that mean
> that you don't usually need one to access the Web or just that you didn't
> configure one in TortoiseSVN?
>
> Would you re-check your favorite browser's settings to see if you
> should have a proxy, then:
>
> - Re-check TortoiseSVN's "Network" settings to see if it matches your
> browser,
> - Check "C:\Documents and Settings\your-user-here\Application
> Data\Subversion\servers" to see if it matches your browser settings.
>
> Thank you,
> Felipe
>
>
> ------------------------------
> *From:* kelvin goodson [mailto:kelvingoodson@gmail.com]
> *Sent:* Friday, May 11, 2007 11:50 AM
> *To:* users@subclipse.tigris.org
> *Subject:* Re: [Subclipse-users] subclipse messed up my tortoise?
>
> Wow, what speed! Thanks!
> Yes, the symptoms are the same.
> C:\Development\svntest3>svn co http://svn.collab.net/repos/svn/trunk
> svn: PROPFIND request failed on '/repos/svn/trunk'
> svn: PROPFIND of '/repos/svn/trunk': could not connect to server (
> http://svn.collab.net)
>
> Eclipse happily checked out
> http://svn.collab.net/repos/svn/trunk/build/ac-macros for me as a project
>
> Kelvin.
>
>
> On 11/05/07, Mark Phippard < markphip@gmail.com> wrote:
> >
> > On 5/11/07, kelvin goodson < kelvingoodson@gmail.com> wrote:
> > > Thanks Felipe,
> > >
> > > a command line checkout request for the ant repo gives
> > > C:\Development\svntest>svn co
> > > https://svn.apache.org/repos/asf/ant/core/trunk/src/etc/
> > > svn: PROPFIND request failed on
> > > '/repos/asf/ant/core/trunk/src/etc'
> > > svn: PROPFIND of '/repos/asf/ant/core/trunk/src/etc': could
> > > not connect to server (https://svn.apache.org )
> > >
> > > I get the same message in TortoiseSVN
> > >
> > > Whereas I have been able to create a repository location in eclipse,
> > browse
> > > the repository and check out the same folder as an eclipse project
> >
> > Try a non-SSL repository like:
> >
> > http://svn.collab.net/repos/svn/trunk
> >
> > It could be that some application installed an incompatible version of
> > OpenSSL and that is messing up those clients. Subclipse is able to
> > control the version we are using and does not have this problem.
> > There is also no way for our version to "pollute" your system.
> >
> >
> > --
> > Thanks
> >
> > Mark Phippard
> > http://markphip.blogspot.com/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> > For additional commands, e-mail: users-help@subclipse.tigris.org
> >
> >
>
>
Received on Fri May 11 18:07:58 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.