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

svn lock error

From: Jason Hardin <jrh18_at_humboldt.edu>
Date: 2006-08-26 01:47:15 CEST

I am trying to get lock to work. On a user account on the computer running
svnserve I can lock a file in all formats except svn lock
svn://server/location/filename

On a remote computer using tortiosesvn I get the error server doesn't
support the command lock. I receive the same error when I run svn lock
filename on a remote linux computer with svn 1.3.2. The server running
svnserve is using iptables to block incoming traffic but has opened up port
3690 for svn traffic. I am not using webdav it is the standalone svnserve
through xinetd.

Is there something that I missed in the configuration? I am not using ssh
and I am using a local password file with the following configuration for
the svnconfig for the repository.

### This file controls the configuration of the svnserve daemon, if you
### use it to allow access to this repository. (If you only allow
### access through http: and/or file: URLs, then this file is
### irrelevant.)

### Visit http://subversion.tigris.org/ for more information.

[general]
### These options control access to the repository for unauthenticated
### and authenticated users. Valid values are "write", "read",
### and "none". The sample settings below are the defaults.
anon-access = none
auth-access = write
### The password-db option controls the location of the password
### database file. Unless you specify a path starting with a /,
### the file's location is relative to the conf directory.
### Uncomment the line below to use the default password file.
password-db = /usr/local/repo/hsupass
### The authz-db option controls the location of the authorization
### rules for path-based access control. Unless you specify a path
### starting with a /, the file's location is relative to the conf
### directory. If you don't specify an authz-db, no path-based access
### control is done.
### Uncomment the line below to use the default authorization file.
# authz-db = authz
### This option specifies the authentication realm of the repository.
### If two repositories have the same authentication realm, they should
### have the same password database, and vice versa. The default realm
### is repository's uuid.
realm = HSU Forms Repository

any help would be appreciated I have looked over the documentation and
searched Google for the last 3 days and haven't solved the problem.

Jason Hardin
Information Technology Services
Van Matre 204
Humboldt State University
(707) 826-6163
E-mail: jrh18@humboldt.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 27 14:39:30 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.