[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: needs-lock on specific file types by default

From: Tehmurasp Ghyara <tehmul_g_at_yahoo.com>
Date: 2006-03-15 05:31:00 CET

taka torimoto scribbled on 2006-03-15 3:32 AM:
> Is there any way, like we do with svn:ignore, setting a property to
> automatically require locks on certain file types, as opposed to having to set
> needs-lock on them individually?
>
> i.e. Requiring locks on *.psd, *.fla, *.png throughout the project, without
> having to find every single file that is of that type, and setting them to be
> needs-lock

Using TSVN, you can add this to the %APPDATA%\Subversion\config:

[miscellany]
enable-auto-props = yes

[auto-props]
*.psd = svn:needs-lock
*.fla = svn:needs-lock
*.png = svn:needs-lock

You'll have to do this for each user tho'.

Ciao and regards
TG

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Mar 15 05:45:16 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.