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

Re: dealing with binary files

From: Ryan Hathaway <rghathaway_at_starkcountyohio.gov>
Date: Thu, 18 Dec 2014 14:54:54 -0500

Bill,

Subversion uses a heuristic binary-detection library, but it is not perfect. The most important thing, might be to make sure that the svn:mime-type is set to "application/octet-stream" for all your binary files to ensure SVN uses the correct behaviors when you interact with those files. You may want to set up autoprops on certain file extensions, or maybe even all files, if that makes sense in your scenario.

http://subversion.apache.org/faq.html#binary-files

Thank you,

-Ryan

Ryan Hathaway

Programmer Analyst

Office of Alan Harold, Auditor
Stark County Ohio
110 Central Plaza S
Canton, OH 44702

330-451-1414

***Please note: My email address has changed to rghathaway_at_starkcountyohio.gov ***

>>> Bill McCormick <wpmccormick_at_gmail.com> 12/18/14 2:43 PM >>>
Hello,

My team has been using tortoise-svn and subversion to rev control some
projects where file format is binary. We're using a required lock
property and svn-hooks to manage and control and we have a change branch
where we we have been working.

I was hoping I might ask if there is anyone in the group that uses svn
like this, and ask for some experienced guidance for merging (maybe it's
not a merge with binaries?) back to the trunk (we call it STABLE). Is
there something in particular that we need to pay attention to or steps
that we should consider when merging binary files from a change branch
back to the trunk?

Thanks,

Bill

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3092996

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3092997

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-12-18 20:55:56 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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