Ryan Schmidt wrote on Thu, Aug 12, 2010 at 22:00:25 -0500:
> On Aug 12, 2010, at 21:47, netvampire.tw wrote:
> > I knew I should set keywords properties on text file only.
> > I thought the properties would not apply to binary file so I apply the 
> > setting 
> > on the root folder.
> 
> Properties will be successfully applied to any file you tell Subversion to 
> apply them to.

This isn't unreasonable, I think:

0:% $svn add iota2
A  (bin)  iota2
0:% $svn ps svn:keywords Id iota2
property 'svn:keywords' set on 'iota2'
0:% $svn pl -v iota2
Properties on 'iota2':
  svn:mime-type
    application/octet-stream
  svn:keywords
    Id

We might want to require a --force for such a propset to be allowed.

Thoughts?

Reply via email to