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

WARNING: don't commit changes to binary files yet

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-08-31 22:14:31 CEST

When Subversion receives an updated version of a file, it looks for
the "binary" property (svn:mime-type == application/x-octet-stream).

If not set, Subversion will do a textual merge into your working file
(using diff and patch). If the property *is* set, no merge will be
done -- if your working file has local mods, you end up with two
copies of the file side-by-side.

In our M3 repository, our tree was correctly imported; all of the
.gif, .jpg, and other binary files are marked with this property.

However, properties over DAV aren't fully working yet (see issues #382
and #437). If you do a checkout over DAV, no properties are received.

The danger here is that it's currently not safe to receive updates on
binary files, unless you like seeing what diff/patch can do for your
graphic. For the very short term, please do not commit changes to
binary files. :-)

---------------------------------------------------------------------
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:37 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.