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

Re: text and binary files in SVN

From: Michael Haggerty <mhagger_at_alum.mit.edu>
Date: 2007-08-14 17:07:21 CEST

Brian McCann wrote:
> is there a way to mark file extensions as text rather than binary in
> svn? ".as" and ".mxml" files seem to be being treated as binary...
>
> How would this be done?

Aside from the mime type, which affects whether file diffs are shown,
there is another aspect of "textiness", namely svn:eol-style. This
property specifies whether end-of-line characters are normalized to LF,
CRLF, CR, or the client's native style when the files are checked in and
out. This property can be set via auto-props or manually using "svn
propset".

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 14 17:05:31 2007

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.