info-cvs
[Top][All Lists]
Advanced

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

Re: List of files committed on a branch


From: Larry Jones
Subject: Re: List of files committed on a branch
Date: Mon, 10 May 2004 13:09:30 -0400 (EDT)

Murugaiyan, Natarajan [IT] writes [quoting me]:
> 
> >     cvs -q log -SR -rPROD_BRANCH
> 
> The above command does not reference the tag for the branch point.

You said you didn't have a tag for the branch point.  And it doesn't
need it -- when you give -r a branch name, it only shows revisions on
the branch.

> Also, the -S option is not supported by version 1.10 of cvs(on Solaris 2.6 
> box)
> which I am using. 

Then you need to upgrade.

> The above command instead of producing empty list, listed all files in the 
> repository.

That's why you need -S.  Without it, you get the header for every file,
reguardless of whether you've selected any revisions or not.  -S
suppresses the header when there are no selected revisions.

-Larry Jones

I never get to do anything fun. -- Calvin




reply via email to

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