info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: strange cvs diff problem with pcl-cvs and viewcvs


From: Jim.Hyslop
Subject: RE: strange cvs diff problem with pcl-cvs and viewcvs
Date: Tue, 27 Jul 2004 10:13:55 -0400

Dennis W. Bulgrien wrote:
> How can "cvs diff -r HEAD main.f" lines < and > be swapped 
> that so that it
> doens't look like what it is now was changed to what it used to be:
> 
> < what it is now
> ---
> > what it used to be
This should work:

cvs up -p -rHEAD main.f | diff main.f -

The '-rHEAD' is only necessary if you have any sticky tags.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. (http://www.leitch.com)
Columnist, C/C++ Users Journal (http://www.cuj.com/experts)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]