RE: Custom diff3 command

2011-07-26 Thread Adam Downer
Apologies, responded to wrong email L From: Adam Downer Sent: 26 July 2011 14:03 To: Adam Downer; Arpe, Kevin C; users@subversion.apache.org Subject: RE: Custom diff3 command Nope, besides, it will be a suitable send off for Jira to cause you a final bit of pain in using it J From

RE: Custom diff3 command

2011-07-26 Thread Adam Downer
Nope, besides, it will be a suitable send off for Jira to cause you a final bit of pain in using it J From: Adam Downer [mailto:adam.dow...@ri3k.com] Sent: 20 June 2011 16:39 To: Arpe, Kevin C; users@subversion.apache.org Subject: RE: Custom diff3 command You will need to write a wrapper

RE: Custom diff3 command

2011-06-20 Thread Adam Downer
You will need to write a wrapper script to perform this. Start here http://svnbook.red-bean.com/en/1.5/svn.advanced.externaldifftools.html and configure your subversion to kick off your custom wrapper. Manipulate the passed in args as you want them and output them to your diff prog. Ho