"svn diff" coredumps in the certain conditions
From: Michael Samanov <ms_at_e-telecom.ru>
Date: 2003-12-01 17:49:28 CET
Hi!
I get a core dump when running command
svn diff --diff-cmd "/usr/bin/diff --exclude CVS"
I know, it's misprint, and the right is
svn diff --diff-cmd "/usr/bin/diff" -x "--exclude CVS"
but the previous line produces svn.core
By the way,
svn diff --diff-cmd /usr/bin/diff -x "--exclude CVS -I 'Id' -u"
does display lines with $Id
while
svn diff --diff-cmd /usr/bin/diff -x "--exclude CVS -I Id -u"
doesn't
So, we see that quotations inside quotations are passed as is and probably
My SVN version is:
bash-2.05b$ svn --version
Copyright (C) 2000-2003 CollabNet.
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
---------------------------------------------------------------------
|
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.