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

Trouble going through a firewall

From: cmmark <cmmark_at_ziplip.com>
Date: 2002-12-27 16:10:06 CET

Hi, I have encountered an issue with the svn client proxy. I downloaded 0.16 (3987) and built it and installed it. Then I used the svn binary to create a fresh subversion workarea. Then I built from latest source (4196) and installed svn. The 4196 build of svn cannot resolve svn.collab.net through the firewall, but if I go back and use the 3987 binary, it can.

Can anyone provide some help. Is there something different in the way 2 svn binaries handle proxies? I noticed the output of the 4196 build --version has a ra_svn module. Not sure what that is. Are there any configure options that would affect the way the svn client handles proxies? I think I used the same configure options for both builds.

Thanks,

Mark

========================================================

> 466: /svnproj/image/svrobj3987/subversion/clients/cmdline/svn up
At revision 4196.

> 467: svn up
svn: RA layer request failed
svn: REPORT request failed on /repos/svn/trunk
svn: REPORT of /repos/svn/trunk: Could not resolve hostname `svn.collab.net': Host not found

> 468: /svnproj/image/svrobj3987/subversion/clients/cmdline/svn --version
svn, version 0.16.0 (r3987)
   compiled Dec 24 2002, 14:39:39

Copyright (C) 2000-2002 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema

> 469: svn --version
svn, version 0.16.0 (dev build)
   compiled Dec 26 2002, 08:35:45

Copyright (C) 2000-2002 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 27 16:11:21 2002

This is an archived mail posted to the Subversion Dev mailing list.

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