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

Re: svn:keywords property can destroy JAR-files

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 19 Mar 2009 08:59:37 -0400

On Thu, Mar 19, 2009 at 08:55, Schroeder, Hartmut
<Hartmut.Schroeder_at_plath.de> wrote:
> Hi,
> we use the property svn:keywords as a default, configured in the
> 'config' file as
> "*.* = svn:keywords=Date Revision Author URL".
>
> But if a JAR-File is added, the svn:keywords property can destroy that
> JAR-file.
>
> Is it possible to exclude files from property setting?

Subversion doesn't do it automatically unless you tell it to - your
own configuration is what led to this situation. Later in your config
file, put this:

*.jar = svn:keywords=;

This should supersede the *.* configuration.

I would strongly recommend that you not apply any auto-props to ALL
files. That's just asking for trouble.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1355328

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-19 14:00:30 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.