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

Re: @abc - Tag...

From: Günter Dannoritzer <dannoritzer_at_web.de>
Date: 2005-07-28 15:36:20 CEST

Clemens A Mensik wrote:

> thx, that's exactly what I've been looking for... I only have to find
out how
> to configure it right, to have the keyword set on every src, txt,.. file.
> In the example it's only mentioned how to set it manually for one file...
>
> ...is it possible to set more svn: properties for files? currently I've only
> set: *.java = svn:eol-style=native
>
> greets
> clemens

Yes, you can do that in the "config" file in your ~/.subversion directory.

I have for example the following configuration, that enables the $Id$
keyword for every *.v file:

enable-auto-props = yes

[auto-props]
...
*.v = svn:keywords = Id

Cheers,

Guenter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 28 15:38:16 2005

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.