On Tue, 12 Aug 2003 17:32:38 +0200, Loïc Bertholet <lbertholet at sysdeo.com> wrote: >Hi, > >I have some problem to understand how lock are lost when a resource is commited. > If a file is committed, it is no longer locked. Locks aren't really supported anyway. There are reserved checkouts for those cases where it's essential (binaries, generally). Tony