info-cvs
[Top][All Lists]
Advanced

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

Re: cvs history command


From: Larry Jones
Subject: Re: cvs history command
Date: Mon, 10 May 2004 19:15:04 -0400 (EDT)

Murugaiyan, Natarajan [IT] writes:
> 
> When I run the 'cvs history -p gfdtsadm -c request' command, hoping to get
> all commits by anyone for the file 'request' in module 'gfdtsadm', I get 23 
> records
> and none of them are for the file 'request'.

That's because the history command is so baroque that no one really
understands how it works, not even (I suspect) the person who wrote it.
What you actually asked for is commits made *by you* (the default, you
have to specify -a to get all users), to the module "gfdtsadm" *or* the
file "request".  If you just want the file "request" in the module
"gfdtsadm", the command you want is (I think): 

        cvs history -ac gfdtsadm/request

> Does anyone know what is the difference between the -m, -p and -n
> options for the 'cvs history' command?

-p asks for records where the "repos" field *starts* with the specified
string.  -m asks for a module history report, -n specifies a module name
for other kinds of reports, but it looks to me like neither one is
completely implemented.

-Larry Jones

What a stupid world. -- Calvin




reply via email to

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