bug-cvs
[Top][All Lists]
Advanced

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

Re: Hi.. CVS Help


From: Todd Denniston
Subject: Re: Hi.. CVS Help
Date: Fri, 18 Sep 2009 10:53:09 -0400
User-agent: Thunderbird 2.0.0.19 (X11/20081209)

Sujit Dhaygude wrote, On 09/16/2009 02:16 AM:
Hi,
Could you please let me know if the below mentioned options exists in CVS.

BTW this belongs more on the cvs-info@nongnu.org list.
If you reply further, please only reply to the cvs-info@nongnu.org list, which 
I have CCed, thanks.

1) View only the checked-out files unders a single branch.
   e.g. if there are 3 braches 1.0 ,2.0 3.0 when we see the history it shows
the complete list of changes under all the three braches
          if we are concerned about only with one branch is there a way to
filter the list.

Assuming we can ignore the "only the checked-out files" bit because all history/log commands under CVS IIRC work on either A specified file or the whole tree in the directory where you are when looking.
cvs2cl [1] may do the job for you.
cvs2cl -r -t -F branch1_0
cvs2cl -r -t --follow-only branch1_0
cvs2cl -r -t --follow-only branch2_0
cvs2cl -r -t --follow-only branch3_0
will I think work if you have reasonable branch tags.

2) Files checked in by a user in a perticular brach after a perticular date.

cvs2cl -r -t -F branch1_0 -R username
then less the ChangeLog file and stop when you reach the "perticular date".

we are using eclipse editor with a plug-in which is not having support for
this any other plug-ins or CVS commands available for the same ? Could you please share the correct email id's if i am writing to wrong team. Help will be appricated. Regards,
Sujit Dhaygude

[1] http://www.red-bean.com/cvs2cl/
    or the python version of it, cvs2cl.py, that is included in CVSNT

--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter




reply via email to

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