1

I have couple of folders in SVN which I want to lock from other users to avoid accidental commit , I know we can lock files but looking for an option to lock a folder , I am using tortoiseSVN (TortoiseSVN 1.9.7, Build 27907 - 64 Bit , 2017/08/08 19:34:38)

Any idea ?

Sagar Vyas
  • 583
  • 1
  • 6
  • 11

1 Answers1

4

It is not possible to lock a directory within SVN (see here). Therefore, TortoiseSVN cannot offer this option. You could take a look at path based access control http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html Or this answer which describes a python script to create a similar behavior.

royalTS
  • 603
  • 4
  • 22