I'm using TortoiseSVN says it uses the Subversion config file settings (I think this is at the library level). So setting
enable-auto-props and then using [auto-props] should work. There is a sample config file on the apache site at
http://www.apache.org/dev/svn-eol-style.txt.
For individual files, you can just right-click Properties, go to the TortoiseSVN tab and set props using the pull-down menu and
little text area, which is what I've been doing so far because I'm only fixing up props as I do changes.
We should probably make a concerted effort to fix up the props on all of the
files and set our auto-props consistently.
I'm not sure about the Metissian package.
--a.
----- Original Message -----
From: "Matt Raible" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, August 17, 2005 7:41 AM
Subject: Re: line termination and SVN
I'm using Metissian's Subversion package for OS X on the command-line
(http://metissian.com/projects/macosx/subversion/) and SmartSVN - as
well as TortoiseSVN on Windows. Do you know if they support this by
default?
Matt
On 8/17/05, Anil Gangolli <[EMAIL PROTECTED]> wrote:
All:
Please make sure to attach the property "svn:eol-style" with value "native" to
your text-based files.
SVN will do this automatically by extension if you have set up your client
appropriately.
I'm finding that many of the files in the Roller SVN tree lack this.
Apache guidelines also suggest (require?) this. There's a section on it in
this doc:
See http://www.apache.org/dev/version-control.html
--a.