Re: Locking in Subversion

2010-03-10 Thread David Weintraub
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

Re: Locking in Subversion

2010-03-10 Thread Stephen Connolly
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

Re: Locking in Subversion

2010-03-09 Thread Ulrich Eckhardt
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

Locking in Subversion

2010-03-09 Thread Sanjay_Patil
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