File: gtkdiff-cvs.1

package info (click to toggle)
gtkdiff 1.8.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,736 kB
  • ctags: 1,654
  • sloc: ansic: 15,829; sh: 763; makefile: 320; sed: 93
file content (42 lines) | stat: -rw-r--r-- 899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH GTKDIFF-CVS 1 Version 1.8.0
.SH NAME
gtkdiff-cvs \- compare CVS revisions using gtkdiff
.SH SYNOPSIS
.B gtkdiff-rcs
[
.BR \-r
rev1
[
.BR \-r
rev2
]
]
.I file
.SH DESCRIPTION
.BR gtkdiff-cvs
is a modified version of gtkdiff-rcs, which again is a replacement for rcsdiff. It runs
.BR gtkdiff (1)
to compare two revisions of a given file in CVS.
.SH EXAMPLES
.TP
gtkdiff-cvs GnewsAlert.c
(diff with latest on CVS repository)
.TP
gtkdiff-cvs -r1.1 GnewsAlert.c
(diff with revision 1.1 on CVS repository)
.TP
gtkdiff-cvs -r1.1 -r1.2 GnewsAlert.c
(diff between revisions 1.1 and 1.2 on CVS repository)
.PP
.SH LIMITATIONS
Unlike
.BR rcsdiff (1),
.BR gtkdiff-cvs
only accepts one file a time.
.SH SEE ALSO
.BR gtkdiff-rcs (1),
.BR rcsdiff (1),
.BR gtkdiff (1).
.SH AUTHOR
This manual page was written by Gregor Hoffleit <flight@debian.org>,
for the Debian GNU/Linux system (but may be used by others).