The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
RCS - Find difference between 2 different versions of a file
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
RCS - Find difference between 2 different versions of a file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-20-2008
era
Herder of Useless Cats (On Sabbatical)
Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
Code:
rcsdiff -r1.14 -r1.15 -u file
Leave out the second revision number to compare against your current checked-out version. Leave out both to check your current version against the latest commit. Leave out the -u if you really don't want
diff -u
output.
Tell your manager it's silly to ask you to use a tool without offering even basic training for its use.
era
View Public Profile
Visit era's homepage!
Find all posts by era
Find era's past nominations received
Find era's present nominations given