|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Hi.. CVS HelpHi,
Could you please let me know if the below mentioned options exists in CVS. 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. 2) Files checked in by a user in a perticular brach after a 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 _______________________________________________ Bug-cvs mailing list Bug-cvs@... http://lists.nongnu.org/mailman/listinfo/bug-cvs |
|
|
Re: Hi.. CVS HelpSujit 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@... list. If you reply further, please only reply to the cvs-info@... 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 _______________________________________________ Bug-cvs mailing list Bug-cvs@... http://lists.nongnu.org/mailman/listinfo/bug-cvs |
| Free embeddable forum powered by Nabble | Forum Help |