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

Re: svn.collab.net http/https difference

From: <kfogel_at_collab.net>
Date: 2004-04-19 22:08:42 CEST

Ben Collins-Sussman <sussman@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
Received on Mon Apr 19 23:25:00 2004

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.