On Aug 6, 2005, at 5:36 AM, Pekka Niiranen wrote:
> Hello there,
>
> I would like to force subversion to treat all files as binary so
> that it will never try to do any "contextual, line-based merging"
> during "svn update" -command. Also whenever I "svn add" any
> file to repository it is automatically "marked" as binary.
> Whenever local copy is out of date, updating should result as
> "conflict".
> Forcing "svn:mime-type" as binary for the whole repository?
> Any ideas?
Give every file the svn:mime-type property with a value of
"application/octet-stream". Then activate auto-props in your
~/.subversion/config file to automatically do the same for any files
you 'svn add' in the future.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 6 15:06:22 2005