Daniel Montero wrote:
> I did considered using svn:needs-lock, but this property has to be
> set for each single new file in my repository.
> If I could set this property server-wide, or for a subfolder and all
> of its descendants, it would be fine.
>
> But setting that property for each file will lead me, someday, to a
> mixture of files with needs-lock and files without it.
> This will make the repository look erratic, as some changes will need
> locks and another not.
>
> Perhaps I need to read the man page for svn propset, maybe I can cron
> the svn propset for the whole repository.
Read up on auto-props
<http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html#svn.adva
nced.props.auto>. Only downside is that you need to set it up on a
per-client basis.
-David
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 8 22:31:27 2005