Hi,

I'm unsuccessfully trying to access a repository via that's protected via an authz file. We suspect it's an incompatibility between client and server, but I'd love if someone could prove otherwise. The error message I get on a checkout is:

svn: Not authorized to open root of edit operation
If I try the same checkout operation with an older client (1.4), the operation succeeds. See below for the exact versions for which the operation fails.

Thanks for any comments.
Felix


On the client:
svn --version
svn, version 1.5.1 (r32289)
  compiled Dec 31 2008, 06:38:09

Copyright (C) 2000-2008 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_neon : Module for accessing a repository via WebDAV protocol using Neon.
 - handles 'http' scheme
 - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
 - with Cyrus SASL authentication
 - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
 - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
 - handles 'http' scheme
 - handles 'https' scheme



On the server:

svnserve --version:
svnserve, version 1.4.2 (r22196)
  compiled Mar 14 2007, 20:55:55

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 back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.



Reply via email to