Hi, Von: Niemann, Hartmut [mailto:hartmut.niem...@siemens.com] > > -----Ursprüngliche Nachricht----- > > Von: Mun Johl [mailto:mun.j...@emulex.com] > [...] > > As a test, I made a small change to the file and attempted a check-in > > (w/o first locking the file). To my surprise, the file update was > > applied! > > > > Is this a known bug with the version of SVN I'm using? > > > > Are my expectations incorrect? That is, am I doing something > > incorrectly if I want a user to have to lock the file prior to check- > > in? > > I did some experiments recently. It looked like you don't need the lock for a > commit, but if some other working copy has a lock, you won't be allowed to > commit. (I am not totally sure, though)
The rule is: If the server (=repository) knows about a lock for that file, one can only commit with the matching lock token. Working copies store the lock token when one locks a file there. However, this information can get out of sync, for example by: - "stealing" a lock using "--force", the old working copy still has the stale lock token. - Removing a lock on the server using svnadmin. - Duplicating the working copy (e. G. using "copy" on the shell or zipping it together and unpacking on a different machine) - then the first one to commit or unlock has a valid token, while the other one does not have a valid token. - Restoring an old working copy from a backup - the working copy may still have stale lock tokens for locks which were removed in the meantime. (This list is non-exhaustive.) Best regards Markus Schaber CODESYS® a trademark of 3S-Smart Software Solutions GmbH Inspiring Automation Solutions 3S-Smart Software Solutions GmbH Dipl.-Inf. Markus Schaber | Product Development Core Technology Memminger Str. 151 | 87439 Kempten | Germany Tel. +49-831-54031-979 | Fax +49-831-54031-50 E-Mail: m.scha...@codesys.com | Web: http://www.codesys.com | CODESYS store: http://store.codesys.com CODESYS forum: http://forum.codesys.com Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915 This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.