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

Re: Setting eol-style in client config before initial import didn't work

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-02 00:27:36 CET

On Nov 1, 2006, at 16:35, Jennifer Kesterson wrote:

> In my $HOME/.subversion/config file I have the following properties
> set, with auto-props
> turned on:
>
> * = svn:keywords=Id
> * = svn:eol-style=native
>
> I created a new repository and imported the tree to the trunk, with
> those settings already in place in the config file. This morning,
> I wanted to checked the properties so I selected the top-level
> Makefile. I ran 'svn proplist Makefile'.
>
> It listed the keyword property, but not the eol-style property.

[snip]

I believe you must do each extension match all on one line, e.g.:

* = svn:keywords=Id;svn:eol-style=native

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 2 00:28:21 2006

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.