Perhaps rather than lock the full project you can change the
authorization on the server so it is read only. Or, you could use a
pre-commit script that doesn't allow check-ins if some file exists on
your server. You could just create that file when you want to "lock" the
project.
BOb
-----Original Message-----
From: postmaster_at_tigris.org [mailto:postmaster_at_tigris.org]
Sent: Tuesday, December 23, 2008 5:50 AM
To: users_at_tortoisesvn.tigris.org
Subject: can't add file if a file with the same name was svn deleted
without removing lock
1. before I am using svn merge I am locking one of branches. if merge
requires to delete locked file it delete it, following commit removes
file but svn remembers that file is locked. lock can't be removed (using
user interface) because if absent in last revision.
if in future I am need to add a file with the same name, I see an error
423 that the file is locked.
Is this a bug?
2. request feature.
can you add a possibility to lock directories? I need to lock entire
project with about 4000 files and now this takes a long time.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessage
Id=990526
To unsubscribe from this discussion, e-mail:
[users-unsubscribe_at_tortoisesvn.tigris.org].
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=990720
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-23 15:48:04 CET