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