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


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to