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

Auto-props - can I override the config file?

From: David Aldrich <David.Aldrich_at_EU.NEC.COM>
Date: Fri, 26 Mar 2010 11:39:03 +0000

Hi

Our svn config file contains the line:

*.v = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL

This assumes that .v files are Verilog text files. However, one of our developers has a third party encrypted .v file that he wants to add. The file is binary because it is encrypted. This causes a conflict with the eol-style auto-prop and he gets error:

"myfile.v has binary mime type property"

and the commit fails.

My question is, can I set properties on the file's parent folder to override the auto-prop settings in the config file for *.v files, such that the eol-style will not be applied to *.v files added to that folder?

Or can I set properties on the file prior to committing it, in such a way that the auto-props will be ignored?

Best regards

David
Received on 2010-03-26 12:39:40 CET

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

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