Re: Determining which files are treated as binary
From: Christopher Ness <chris_at_nesser.org>
Date: 2005-06-01 20:31:08 CEST
On Wed, 2005-06-01 at 09:25 +0100, Greg Thomas wrote:
Just to nip this in the bud. You *cannot* modify a commit transaction
Your best bet is to have clients use a default configuration file which
There is talk about a global config file, but currently it is up to each
> But, I'm having trouble determining which files are treated as binary
Depending on your OS, here is a one liner that should get you what you
find . -type f | grep -v .svn | xargs svn propget "svn:mime-type" 2>/dev/null | grep application/octet-stream$
You'll get a listing like this:
Let me explain, sections are separated by pipes `|'
Cheers,
-- Wireless Group, McMaster University finger.localdomain 14:11:52 up 3:19, 1 user, load average: 0.22, 0.18, 0.11 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Jun 1 20:51:24 2005 |
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.