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

Re: Config auto-props and svn:keywords on w2k server

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-21 17:54:10 CEST

On Tue, 2004-07-20 at 20:34, Chris McKay wrote:

> ### Section for configuring miscelleneous Subversion options.
> [miscellany]
> enable-auto-props = yes
>
> ### Section for configuring automatic properties.
> [auto-props]
> *.txt = svn:eol-style=native;svn:keywords=Id

This looks fine. If you do this, there's no need to set stuff in the
registry. The two methods are redundant.

Here's the source of your confusion: the auto-props feature *does not*
make properties automatically appear on files when you update and
commit. It *only* affects the behavior of the 'svn add' and 'svn
import' commands. That's it. So if you have a bunch of files already
under version control, enabling auto-props does nothing (or rather, it
only affects the act of *adding* new files to version control). For
files already under version control, you'll have to 'svn propset' each
file accordingly, either manually or using a script of some sort.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 21 17:55:29 2004

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.