We are using Subversion 1.7. I am trying to document a hotfix methodology. The
project has the traditional "TTB" directories.
app/trunk
app/tags/1.0
app/tags/1.1
app/branches
1.1 is deployed and running in production when a problem occurs. We cannot tag
the current trunk and deploy since develo
>>>You know, in light of the fact you can use the runtime configuration to
>>>establish the constant use of an external diff tool, it seems that it would
>>>be beneficial to have another configuration knob that means "My external
>>>diff tool can handle binary files, too, so please assume --forc
From: C. Michael Pilato [mailto:cmpil...@collab.net]
> The Subversion command-line utility can't do this. But if you're a Windows
> user, you might be able to take advantage of TortoiseSVN's support for
> mapping MIME types to differencing tools. See the
> following for details:
I found that
We have a diff utility designed for a proprietary file format. I would like for
this "theappdiff" utility to be used if the file's svn:mine-type prop is
application/the-app.
Is it possible for svn to invoke an external diff based on mime-type?
*-*-*