| workaround request
From: Gerasimov, Ivan <Ivan.Gerasimov_at_transas.com>
 Date: 2006-12-01 16:14:10 CET 
Hello!
  
 I'm using TortoiseSVN 1.4.1, Build 7992 - 32 Bit , 2006/11/11 09:34:39
  
 Subversion has a known issue - it lets committing deletion of locked
 This causes such problems as: one cannot add a new file with same name
  
 To reproduce the problem, you can use the following scenario:
 cd c:\temp
 svnadmin create svn-rep --fs-type bdb
 mkdir dir
 copy nul dir\file.txt
 svn import dir file:///C:/temp/svn-rep/dir -m "import dir\file.txt"
 rmdir /S /Q dir
 svn checkout file:///C:/temp/svn-rep/dir dir
 cd dir
 svn lock file.txt -m "lock file.txt"
 svn delete file.txt
 svn commit file.txt --no-unlock -m "commit deletion"
 copy nul file.txt
 svn add file.txt
 svn commit file.txt -m "commit addition"
  
 My question is: is it possible to add a workaround for this problem - if
  
 Currently, I have to ask admins to remove the locks manually, on the
  
 Thanks in advance,
 Ivan Gerasimov
 | 
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.