You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by cmmark <cm...@ziplip.com> on 2002/12/27 15:10:06 UTC

Trouble going through a firewall

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

Re: Trouble going through a firewall

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
cmmark <cm...@ziplip.com> writes:
> 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.

There have been some changes in the names of proxy file and variables.

Run these three commands

   $ /svnproj/image/svrobj3987/subversion/clients/cmdline/svn log -r3518
   $ /svnproj/image/svrobj3987/subversion/clients/cmdline/svn log -r4026
   $ /svnproj/image/svrobj3987/subversion/clients/cmdline/svn log -r4038

and read the output.  All will become clear :-).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org