Bug 119402

Summary: piping diff output into kompare
Product: [Applications] kompare Reporter: Willi Richert <w.richert>
Component: generalAssignee: Kompare developers <kompare-devel>
Status: RESOLVED WORKSFORME    
Severity: wishlist    
Priority: NOR    
Version: 3.4   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Willi Richert 2006-01-02 16:57:58 UTC
Version:           3.4 (using KDE 3.5.0-4.0.fc3.kde, Fedora Core release 3 (Heidelberg))
Compiler:          gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
OS:                Linux (i686) release 2.6.12-1.1381_FC3

I think kompare should also parse stdin for diff output. Then 

svn diff somefile.tex | kompare

would be possible.
Comment 1 Jeff Snyder 2006-01-02 23:21:33 UTC
try "svn diff somefile.tex | kompare -"
kompare with one argument assumes that the argument is a file containing a diff.
a hyphen in place of a filename interpreted to mean stdin in kompare and many other programs