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

Re: Possible Problem with auto-props

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-11-14 00:04:43 CET

tnoell@lexmark.com wrote:

>Observations:
>1. While svn add complained, it still applied the svn:keywords property and did the add.
> Seems like it should tell me "no no" and die.
>
>
That's right. You get the error because we don't allow setting
svn:eol-style on a binary file.

>2. Keyword substitution is done on a file that svn knows is binary. Seems to me it should never do that.
>
>
It's not Subversion's place to decide whether a nominaly binary file can
contain keywords or not. It's different with svn:eol-style because a
binary format by implication does not contain text lines.

Of course, you could argue that the auto-props pattern should be ignored
if svn can't process all its members.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 14 00:07:35 2003

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.