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

SVN Commit Error (svn: database is locked)

From: ÖìÃç <zoe_miao0126_at_hotmail.com>
Date: Fri, 13 May 2011 16:16:10 +0800

Hi Dear,
 
   I'm using SVN 1.6.15 as my svn server (installed in SUSE 10).
 
   I can checkout, update, commit, import to my svn repositories successfully.
 
   But today, I suffered the error when doing svn commit:
 
   =============================
   svn: Commit failed (details follow):
   svn: database is locked
  ==============================
 
   The case is that I run the "svn commit" task at the same time in several threads. And in each thread, the script runs 2 tasks:
 
   #!/usr/bin/bash
   svn ci -m "new file1" file1
   svn ci -m "new file2" file2
 
   After I changed the script to:
 
   #!/usr/bin/bash
   svn ci -m "new files"
 
   The error above not happen again.
   
   It was OK when I run in my old SVN server (svn version is 1.5.4). But it happen in 1.6.15 if I use the 1st script.
 
   Is it still a bug? Or is there any way I can resolve the problem? Is there any stable version that has the bug fixed?
 
   Thanks!
 
BR//Zoe
                                               
Received on 2011-05-13 10:43:33 CEST

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.