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:
you have
enable-auto-props = yes
set in[miscellany]
section of%appdata%\subversion\config
file (subversion runtime configuration area) ,[auto-props]
section configured setsvn:needs-lock
on every file.you have
tsvn:autoprops
property applied on folders in repository.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
Post a Comment