1CVSVERSION(1) User Contributed Perl Documentation CVSVERSION(1)
2
3
4
6 cvsversion -- Displays version of the file passed as argument.
7
9 cvsversion <file>
10
12 cvsversion displays the version in CVS of a file, as known by the local
13 checked out directory. No connection is required to the CVS server. It
14 can be used in other scripts, or simply to ask for diffs using
15
16 cvs diff -r <version> [-r <version>] <file>
17
19 cd baseline/kdelibs ; cvsversion configure.in
20 cvsversion baseline/kdelibs/configure.in
21
23 David Faure <faure@kde.org>
24
25
26
27perl v5.8.8 2005-09-10 CVSVERSION(1)