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

Can't import - Error opening db lockfile

From: Jesper Olsen <jesper.olsen_at_gmail.com>
Date: 2005-01-06 12:53:14 CET

Hi,

I have installed subversion 1.1.2 on a linux system. The installation
seemed to go ok,
and apperantly I can create a repository, but I can't import a new
project into it...

Berkeley DB is not installed, so I use a fsfs type repository.

% svnadmin create /path/to/svnroot --fs-type fsfs

% svn import PROJECT/ file:///path/to/svnroot

svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///path/to/svnroot'
svn: Error opening db lockfile
svn: Can't get shared lock on file '/path/to/svnroot/locks/db.lock':
No locks available
svn: Your commit message was left in a temporary file:
svn: 'svn-commit.2.tmp'

The repository seems to have been created:

% ls -1 /path/to/svnroot
conf
dav
db
format
hooks
locks
README.txt

I'm using subversion 1.1.2
% svn --version
svn, version 1.1.2 (r12471)
   compiled Dec 22 2004, 16:11:01

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
* 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

Any pointers to what could be wrong here?

Cheers
Jesper

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 6 12:55:43 2005

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.