"svn diff --diff-cmd diff" doesn't work
From: Blair Zajac <blair_at_orcaware.com>
Date: 2003-03-20 00:13:04 CET
Using svn rev 5383, trying to do this works with a full path to diff
svn diff --diff-cmd /usr/bin/diff
but using just the program name doesn't:
svn diff --diff-cmd diff
This looks like something that should work, after all, that's what
Doing an strace shows this:
29640 execve("diff", ["diff", "-u", "-L", "procallator.cfg\t(revision 216)", "-L
The manual page for exec* shows says that all exec* are a frontend for
Here's a partial stack trace:
#0 0x40528716 in fork () from /lib/tls/libpthread.so.0
It looks like env is NULL, so PATH may not be getting sent down, but this
Best,
-- Blair Zajac <blair@orcaware.com> Plots of your system's performance - http://www.orcaware.com/orca/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Mar 20 00:12:59 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.