#643682 complete: svn file:/// crashes if {HOME}/etc/tcsh/complete.d/svn doesn't exist

Package:
tcsh
Source:
tcsh
Description:
TENEX C Shell, an enhanced version of Berkeley csh
Submitter:
Jon Daley
Date:
2011-09-28 16:48:04 UTC
Severity:
normal
#643682#5
Date:
2011-09-26 17:57:24 UTC
From:
To:
Dear Maintainer,

svn has an interesting completion pattern for "svn file:///"

I'm not totally sure what it is trying to do - execute the 'svn'
program in order to tab complete the svn command?

Do people really have ~/etc/tcsh/complete.d/tcsh files?

Maybe the way to make it not crash would be to add a "[ -f ... ] &&" type prefix?