Bug 119402 - piping diff output into kompare
Summary: piping diff output into kompare
Status: RESOLVED WORKSFORME
Alias: None
Product: kompare
Classification: Applications
Component: general (show other bugs)
Version: 3.4
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kompare developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-02 16:57 UTC by Willi Richert
Modified: 2006-01-02 23:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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