[Ilugc] [miscellany] How to do Lock-Modify-Unlock on a SVN Server

  • From: andyetitmoves@xxxxxxxxx (R.Ramkumar)
  • Date: Mon Jan 29 23:04:28 2007

Subversion is a concurrent system. Therefore, requiring locks is
considered a special exception, and thus requires extra work.
There's no magic button to make the whole system behave like VSS.
You have to set 'svn:needs-lock' on every file. There's no other
solution. (I'm not sure why you think it's so difficult...?)

Combine that with the auto-prop setting features of the standard svn
client to get a fairly automatic setup... see the [auto-props] section
in ~/.subversion/config.

it moves on...

-- 
One of the main causes of the fall of the Roman Empire
was that, lacking zero, they had no way to indicate
successful termination of their C programs.
                             -- Robert Firth

Other related posts: