El lun, 19-06-2006 a las 13:45 +0200, Tobias Bocanegra escribió: > > So, if all these is fine I have to do something like this: > > > > -> User A lock node > > -> User A performs checkout > > -> User A modify node > > -> User A performs checkin > > -> User A unlock node > > > > isn't it? > correct. > > if you don't want to use locking, you can create several workspaces > for you users. for example workspace A for user A, and workspace B for > user B: > > - User A logs into workspace A > - User B logs into workspace B > - A does a checkout of Node N > - B does a checkout of Node N > - A modifies N and does checkin -> version 1.1 > - B modifies N and does checkin -> version 1.0.1 (new branch, since > 1.1 already exists)
It sounds very interesting, but just locking is fine for now :) Thanks! -- Paco Avila <[EMAIL PROTECTED]>
