I having trouble checking out MochiKit with svn 1.5.0 (svn info, see
below).
$ svn co http://svn.mochikit.com/mochikit/trunk mochikit
svn: PROPFIND request failed on '/!svn/vcc/default'
svn: PROPFIND of '/!svn/vcc/default': Could not parse response status
line. (http://svn.mochikit.com)
Can anyone confirm or deny this is the case, please?
Please post your svn version, too.
Thanks in advance for any hints.
--
$ svn --version
svn, version 1.5.0 (dev build)
compiled Oct 31 2006, 22:12:34
Copyright (C) 2000-2006 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' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
Checkout worked fine for me just now.
Perhaps you're behind a firewall with intrusion prevention? We had
issues with svn here after our IT guys installed one...
$ svn --version
svn, version 1.4.2 (r22196)
compiled Nov 10 2006, 17:39:50
--
Chris Snyder
http://chxo.com/
> Hi!
>
> I having trouble checking out MochiKit with svn 1.5.0 (svn info, see
> below).
>
> $ svn co http://svn.mochikit.com/mochikit/trunk mochikit
> svn: PROPFIND request failed on '/!svn/vcc/default'
> svn: PROPFIND of '/!svn/vcc/default': Could not parse response status
> line. (http://svn.mochikit.com)
>
> Can anyone confirm or deny this is the case, please?
> Please post your svn version, too.
>
> Thanks in advance for any hints.
Works here now, but with svn 1.4.0.
Be seeing you,
--
Jorge Godoy <jgo...@gmail.com>
Thanks for all help.