You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kf...@collab.net on 2004/04/19 20:08:42 UTC

Re: svn.collab.net http/https difference

Ben Collins-Sussman <su...@collab.net> writes:
> > If I run the following command over https
> > 
> > $ svn diff -r8808:8809 https://svn.collab.net/repos/svn
> > 
> > I see the expected diff, but over http I get an error
> > 
> > $ svn diff -r8808:8809 http://svn.collab.net/repos/svn
> > ../svn/subversion/libsvn_ra_dav/util.c:664: (apr_err=160029)
> > svn: PROPFIND request failed on '/repos/svn/branches/1.0.0/subversion/tests/clients/cmdline/getopt_tests.py'
> > ../svn/subversion/libsvn_ra_dav/util.c:361: (apr_err=160029)
> > svn: 
> > Could not open the requested SVN filesystem
> > 
> > What's going on?
> 
> Both commands work perfectly for me... ??

Likewise for me:

$ svn --version
svn, version 1.1.0 (dev build)
   compiled Apr  5 2004, 18:15:57

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' 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

$ svn diff -r8808:8809 http://svn.collab.net/repos/svn

[...diff output...]

$ svn diff -r8808:8809 https://svn.collab.net/repos/svn

[...same diff output...]

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

Re: svn.collab.net http/https difference

Posted by Philip Martin <ph...@codematters.co.uk>.
Philip Martin <ph...@codematters.co.uk> writes:

> It now works for me as well.  Hmm, I switched between http and https
> several times before reporting the problem and http always failed.  I
> didn't get a network trace of the failure so I don't think there's
> much I can do now.

The problem has come back. It appears to be changes in deleted
branches that cause the problem, so -r3234:3235 fails while
-r9431:9432 works, although it did start to work for a short period
after I first reported it.  I'll attach an ethereal trace of a failed
"svn diff -r8808:8809 http://svn.collab.net/repos/svn".


Re: svn.collab.net http/https difference

Posted by Philip Martin <ph...@codematters.co.uk>.
kfogel@collab.net writes:

> Ben Collins-Sussman <su...@collab.net> writes:
>> 
>> Both commands work perfectly for me... ??
>
> Likewise for me:

It now works for me as well.  Hmm, I switched between http and https
several times before reporting the problem and http always failed.  I
didn't get a network trace of the failure so I don't think there's
much I can do now.

-- 
Philip Martin

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