Well, I assume that if someone needs to checkout only one file due to some reason, they sure will modify it and check in back to CVS. This command "cvs co -r <tag> <ProjectName>/filepath/filename" will create the whole directory structure that will help later to commit changes or releasing the code. In case user want to check this file out to add to some other project they can copy this file from the directory structure that is created and then execute "cvs release -d <ProjectName>" to delete that directory.
Now thing is that I am a Unix guy and have no idea about wincvs. Josh needs a solution for wincvs, but I guess that this should work fine from command line, if wincvs has any command line interface.( I never had a look at wincvs so please forgive me if I mistook for something else) Regards, Vishal Jain ILX Systems New York, NY -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 2:14 PM To: Josh Skains Cc: [EMAIL PROTECTED] Subject: RE: Individual Files [ On Wednesday, February 27, 2002 at 13:30:55 (-0500), Vishal Jain wrote: ] > Subject: RE: Individual Files > > Very Easy, Use following command > > cvs co -r <tag> <ProjectName>/filepath/filename Well, yes of course. That'll work just fine, but it creates 'filepath' in which to do the checkout. In my other reply to this thread I made the dangerous assumption that the desire was to check out the file into the current directory. -- Greg A. Woods +1 416 218-0098; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Planix, Inc. <[EMAIL PROTECTED]>; VE3TCP; Secrets of the Weird <[EMAIL PROTECTED]> _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
