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

Subversion config file not used

From: Trahan, Ted <edward.trahan_at_medtronic.com>
Date: 2007-01-10 22:44:43 CET

I have auto-props enabled in C:\Documents and
Settings\<userid>\Application Data\Subversion\config.

I have svn:needs-lock set for a number of binary file types (*.doc,
*.xls) in the [auto-props] section.

However, after committing binary files of these types to the Subversion
repository, the files are
not marked as read-only in my working copy.

Also, the files don't require a lock to commit new changes to the
repository.

The config file was edited from the TSVN config edit dialog. It is shown
below.

How do I get TSVN to pick up or load the config parameters?

### Automatic properties are defined in the section 'auto-props'.
enable-auto-props = yes

### Section for configuring automatic properties.
[auto-props]

### Binary files cannot be merged. Use file locking to enforce
### serial editing of binary file types.
*.doc = svn:needs-lock = true
*.vi* = svn:needs-lock = true
*.ctl = svn:needs-lock = true
*.mnu = svn:needs-lock = true
*.chm = svn:needs-lock = true
*.rtm = svn:needs-lock = true
*.bld = svn:needs-lock = true
*.llb = svn:needs-lock = true
*.xl* = svn:needs-lock = true

Thanks for your help,
Ted

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jan 10 22:44:48 2007

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.