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

Re: CR->LF conversion with commit hooks?

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-09-17 10:02:08 CEST

"Hamilton Link" wrote
> Why is this important to me? Well, certain Mac OS X applications
> default to using CR as an end-of-line marker, but most of the unix
> underpinnings in Mac OS X can't really cope, and I _really_ don't want
> files of both flavors floating around the repository. I'd like to stamp
> out the CR files, but I'd rather people not have to constantly remember
> to run little conversion utilities before they add or commit files into
> the repository, and I'd *really* like commits to not be rejected due to
> easily-detected, easily-fixed trivium, or it will be a major barrier to
> use.

You are aware of the svn:eol-style property which can sort out line endings
for you? eol-style native will store text files with plain LF endings and
update clients in their preferred native format.

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 17 10:09:31 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.