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

database locked for merger but not commit

From: matthew ford <matthew.ford_at_forward.com.au>
Date: 2005-01-22 05:06:44 CET

Hi
I am have a problem do any kind of merger. I always get

svn: Can't get shared lock on file 'D:/SVN/ForwardRepository/locks/db.lock':
The
 process cannot access the file because another process has locked a
portion of
 the file.

Setup
SVN V1.1.3 svnserver running on win98
client SVN V1.1.3 running on Win2000

create branch
checkout trunk and branch to seperate dirs
make changes and commit

in trunk dir

svn update
reports
At revision 19.

make change in trunk and commit
C:\temp\svnTrunk>svn commit -m "test"
Sending src\au\com\forward\codeSections\buildzip.bat
Transmitting file data .
Committed revision 20.

try merge
C:\temp\svnTrunk>svn merge -r 17:HEAD
svn://192.168.0.1/ForwardRepository/CodeSections/branches/my-branch/trunk
svn: Can't get shared lock on file 'D:/SVN/ForwardRepository/locks/db.lock':
The
 process cannot access the file because another process has locked a
portion of
 the file.

Any ideas?
I don't think anything else is actually locking the db.lock particulary
since I can commit
I also shut done almost all the processes on the Win98 machine

matthew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 22 05:09:00 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.