Hi Bo and others, Thanks for the reply. Exactly, I am trying to tag the "product" folder, but am unable to do so. Since the "product" folder does have sub folder which do have files in them I feel CVS should allow me to tag the "product" directory. My expectation is that on tagging the "product" directory all the files in all the subfolders should get tagged. If the directories don't get tagged thats not an issue I want the files in the directory to get tagged
When using the WINCVS gui, I am unable to tag the product directory since the option was greyed out.( The product directory doesn't have any files. It just has subfolders which contain files.) The only option then left with me was to tag the "src" and the "include" directory individually. Isn;t there a better way of tagging? Thanks and regards Arvind -----Original Message----- From: Bo Berglund [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 12:19 PM To: [EMAIL PROTECTED] Subject: Re: [Cvsnt] Issue with recursive labeling On Wed, 27 Mar 2002 01:09:32 +0000 (UTC), Arvind Raman <[EMAIL PROTECTED]> wrote: >Hi, >I have the following dorectory structure. > >Project Name >| >|-cmodel > | > |--product > | > |--bin > |--src > |--include > |--test > >As I develop my project I initially just add my src >and include files to the database, i.e. only src and >include directories in the above structure have files >while the other are empty. >Now when I try labeling my "product" directory in the >above structure with an intention that CVS labels >everything below it recursively it doesn;t allow me to >do that. >Is this an issue and a known problem ? Or am I doing >something wrong here ? > >Thanks and regards >Arvind Raman > You mean by labelling the tagging procedure, right? And yes it is recursive if you use WinCvs and select a folder in the folder view to the left you will tag all files and subfolders from that node. But CVS does not version folders, only files. So if you have empty folders these are simply not in the repsoitory. /Bo (Bo Berglund, developer in Sweden) _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards� http://movies.yahoo.com/ _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
