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

Re: How to remove all the svn:eol-style native from the repository?

From: Travis P <svn_at_castle.fastmail.fm>
Date: 2006-10-10 16:56:47 CEST

I've lost track who wrote: :-)
> My editor used to default to CR-LF style text files, and that
> caused occasional problems for the Unix users when I committed the
> wrong EOLs, but I've got it set to use Unix style all the time now,
> and it's just an easier way to live.
[followed by some discussion of the implications about that]

I've also found removing all svn:eol-style properties to be of great
worth: it speeds up WC access dramatically (where most WCs are on
AFS volumes and most access is on Un*x, including MacOS X, systems).

If you can identify the 'text' files, then you can avoid the
repository becoming non-uniform by adding a pre-commit hook that will
flag and prevent any commit of a text-file with anything but Unix-
style LF-only EOLs.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 10 16:57:37 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.