I have a pre-commit hook script that allows you to do just that. It will
fail commits unless the properties you specified on the files are set. You
could do something like this:
[property All word docs in project "A" need svn:needs-lock set]
match = projectA/docs/.*
property = svn:needs-lock
type
On 9 March 2010 16:20, wrote:
>
> Hi Guys,
>
> Please can you advise me on below.
>
> I have been asked to configure Subv in a way that all word docs/newly added
> docs are configured for needs-lock in a particular projecy (say Project A)
> under a repository.
>
> Initially I tried to implement t
On Tuesday 09 March 2010, sanjay_pa...@johnlewis.co.uk wrote:
> I have been asked to configure Subv in a way that all word docs/newly
> added docs are configured for needs-lock in a particular projecy (say
> Project A) under a repository.
>
> Initially I tried to implement this by adding below prop
Hi Guys,
Please can you advise me on below.
I have been asked to configure Subv in a way that all word docs/newly
added docs are configured for needs-lock in a particular projecy (say
Project A) under a repository.
Initially I tried to implement this by adding below property to my Subv
confi