Matthew Burgess wrote: > On Wed, 13 Feb 2013 16:40:33 -0600, Randy McMurchy <[email protected]> > wrote: > >> SVN has been doing this to me lately as well when I add new files. You >> need to set the properties of dbus.xml to non-binary, otherwise you'll never >> see the diffs when the file is changed (just like the diff in this commit is >> not available). > > Thanks, Randy. I noticed it had added them with a (bin) marker, but had no > idea > why, or what affect that would have, or how to remove it. I'll watch out for > it > in the future though. > > Thanks, Armin, for fixing them all up!
Take a look at ~/.subversion/config Under [miscellany], try uncommenting # enable-auto-props = yes And under [auto-props], uncomment *.sh, *.txt, *.png, Makefile, and others you may want. And add *.xml = svn:mime-type=text/plain -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
