RE: Svn diff
From: <nicklist_at_planet.nl>
Date: Tue, 19 Feb 2008 09:23:17 +0100
The problem here is that subversion is passing like 11 or 12 parameters to the diff command, which does not accept them. You will need to write a script around, which will take the right parameters and pass them to your diff command.
I use the svndiffwrapper script from [1] with diff (2.8.1-12ubuntu1) and kdiff3 (0.9.92-1ubuntu1) without problems.
Hth,
Nick S.
[1] www.yolinux.com/TUTORIALS/Subversion.html
-----Original Message-----
I would like to use svn diff with the following options
--diff-cmd /usr/bin/diff
Is it possible to pass both the arguments to svn diff ?
I am getting the following error.
Svn diff -r 2145 --diff-cmd /usr/bin/diff 2.x
Index: 2.x
Any hints on how to use revision and external diff command in svn diff command ?
Thanks & Regards,
|
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.