tortoisesvn - How to disable svn-needs-lock by default? -


after got fresh workstation computer, there different svn setup. files create have svn:needs-lock property set default. wasn't case in past , not need because there little concurrent developers here.

could please tell me how configure computer not set property default?

system: windows 7

svn client: tortoisesvn

there can various reasons why have svn:needs-lock property automatically applied on versioned files:

  1. you have enable-auto-props = yes set in [miscellany] section of %appdata%\subversion\config file (subversion runtime configuration area) , [auto-props] section configured set svn:needs-lock on every file.

  2. you have tsvn:autoprops property applied on folders in repository.

  3. you use subversion 1.8 client , repository has svn:auto-props property applied on it's root or project's root.

have missed something?


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -