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

Re: Subversion 0.7 released.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-12-04 16:51:09 CET

Zack Weinberg <zack@codesourcery.com> writes:

> Speaking as a user: I would like at least a mode, ideally the default
> behavior, to be that no file undergoes any sort of conversion - no
> newlines, no keywords, no nuthin' - unless explicitly marked for that
> conversion. Don't mess around with heuristics.

One last comment: the binary heuristic is necessary to *prevent* the
munging of working copy data. If Subversion doesn't see a 'binary'
property attached to a file, it will attempt to run 'diff' and 'patch'
when merging changes during an update. If it sees the 'binary'
property, then it simply places the two files side-by-side: one from
the repository, and the one with your local mods.

(Of course, the binary property can be flipped on and off like any
other property.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:51 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.