Hi Daniel, I just ran into something, that might already be fixed with your r1023571, but I think it is worth testing:
# 1. setup "file a" as in previous postings: echo a > a svn add a svn propset svn:needs-lock "*" a svn ci -m "" # 2. local modification to file a: echo blah >> a # 3. rename file a: svn mv a b # 4. want to continue to edit the file (has now name b): -> not possible, because on the "svn mv" the file turned read-only May I ask you to check if this is already covered by your r1023571? Thanks & Greetings Paul