Is there an official property which defines what files automatically get a svn:needs-lock property set? It should be something which is stored in the repository, so nothing has to be configured for a new working copy.
Is there an official property which defines what files automatically get a svn:needs-lock property
Share
There isn’t anything like this in official SVN. However, TortoiseSVN provides the
tsvn:auto-propsproperty, which does exactly what you want provided everyone always uses TortoiseSVN as their client. Otherwise, you’ll have to write a pre-commit hook as suggested by Mark Loeser.