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

Re: Automatic Property Setting

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-29 02:06:40 CET

On Nov 28, 2004, at 5:57 PM, Gerard Samuel wrote:

> I cant seem to get this working correctly.
> I modified /root/.subversion/config on the server to ->
> [miscellany]
> use-commit-times = yes
> enable-auto-props = yes
>
> [auto-props]
> *.sh = svn:eol-style=LF;svn:executable
> *.txt = svn:eol-style=LF
> *.html = svn:eol-style=LF
> *.png = svn:mime-type=image/png
> *.jpg = svn:mime-type=image/jpeg
> *.php = svn:keywords=Id;svn:eol-style=LF
>
> When I try adding and committing files from a remote client,
> $Id$ doesn't get *auto* expanded.
>
> Is there something that Im missing???
>

Yes. There's no such thing as a 'server side' run-time config file.
(Other than the svnserve.conf file in repos/conf/). You need to set
these run-time options in the *client's* run-time config file.

See this FAQ, especially the last part:

http://subversion.tigris.org/project_faq.html#auto-props

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 29 02:09:54 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.