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

Re: binary files changing in svn

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-04-03 22:24:32 CEST

On Apr 3, 2007, at 13:48, KM wrote:

> I thought this was the first thing i checked. I did find the
> keywords set.
>
> Is there a way to set the keyword property automatically, on non-
> binary or ASCII files only, in the config file? Probably not.

You have to specify the extensions on which you would like Subversion
to perform keyword substitution. Specify only text file extensions.
For example, don't say:

* = svn:keyword=Id

Instead, say:

*.txt = svn:keywords=Id
*.c = svn:keywords=Id
*.sh = svn:keywords=id

and so on.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 3 22:25:17 2007

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.