Thanks for your answer Stefan,
Unfortunatly, no :
The first link says Subversion is smart with binary files. That's good
to hear, but do not provide a filter or filter hook between the
workspace and the repository.
The second link says it can use external diff. But that's not what I
want to do. I just want to put a filter in the middle between the files
to diff and the internal diff.
Le 10/09/2012 16:02, Stefan Sperling a écrit :
On Mon, Sep 10, 2012 at 03:38:10PM +0200, Laurent Alebarde wrote:
Hi all,
I am looking for some Git smudge / clean capabilities in subversion
to be able to "clean" code before pushing it into the repository, as
long as filters do be able to diff binary files with for example
some embedded tags.
Here is FYI the Git documentation page that explain it exactly :
http://git-scm.com/book/en/Customizing-Git-Git-Attributes
Any help please ?
Laurent.
See http://svnbook.red-bean.com/en/1.7/svn.forcvs.binary-and-trans.html
and http://svnbook.red-bean.com/en/1.7/svn.advanced.externaldifftools.html
Does that do what you want?