Recursive behaviour of CVS

2002-08-15 Thread Simon Donally
Dear List Members I would like to take advantage of the recursive features of CVS to tag files. My intention is to tag a subdirectory of a software product e.g. rel-1-0, to copy new or modified files to the subdirectory and to tag the subdirectory again e.g. rel-2-0. This will permit me to

Re: Recursive behaviour of CVS

2002-08-15 Thread david
Dear List Members I would like to take advantage of the recursive features of CVS to tag files. My intention is to tag a subdirectory of a software product e.g. rel-1-0, to copy new or modified files to the subdirectory and to tag the subdirectory again e.g. rel-2-0. This will permit me

looking for a tool

2002-08-15 Thread Applegate, JoAnne
Does anyone know of or has a tool that queries cvs by symbolic name (tag) and then displays as html page? Bonsai doesn't support symbolic name (tag), only branch tags. ViewCVS displays this information and you can even select it, but it is not selectable by a query.

Help with tags

2002-08-15 Thread Mullican, Catherine
I suspect the root problem is that I'm not thinking in the CVS paradigm -- I'm a programmer with a timeshare in the CM hat, here, not a CM person. So here's what happened: All the files included in our 4.4.1.0 release are tagged v4_4_1_0 at the appropriate revision. Files modified since that

Re: Help with tags

2002-08-15 Thread Larry Jones
Mullican, Catherine writes: All the files included in our 4.4.1.0 release are tagged v4_4_1_0 at the appropriate revision. Files modified since that time which should be included in the 4.4.1.1 release are tagged v4_4_1_1 -- but only changed files are currently tagged. That's the problem

Re: Newbie Q: cannot open CVS/Entries for reading

2002-08-15 Thread Mike Ayers
Albin Takami wrote: Yes, I have tried this and it's works. Would replacement of checkout with co result in the exact same thing? `cvs checkout` and `cvs co` are the same command, so yes. /|/|ike ___ Info-cvs mailing list [EMAIL

Re: Newbie Q: cannot open CVS/Entries for reading

2002-08-15 Thread Mike Ayers
Larry Jones wrote: Mike Ayers writes: So if you are using CVS properly, the CVSROOT env var never comes into play. I think you're overstating the case. Most people just use a single repository and even people who use multiple repositories usually have one repository that they

Re: Newbie Q: cannot open CVS/Entries for reading

2002-08-15 Thread Larry Jones
Mike Ayers writes: Whoops! That should have read may never or almost never, assuming that checking out clean trees or importing are rarely done. In either case, setting an environmental variable, the procedure intended for making permanent changes to one's computing environment,

CVS corruption

2002-08-15 Thread Tehn Yit Chin
Hi all, If CVS gets corrupted, can the files in the repository be accessed without reinstalling CVS? thanks, Tehn Yit Chin Tehn Yit Chin mb: +61 418 139 181 MILLISON TECHNOLOGY Pty. Ltd. ph: +61 3 8793

Re: CVS corruption

2002-08-15 Thread Rob Helmer
Hello, Well, if files in the repository are corrupted, it will not help to reinstall CVS. You'll need to try to salvage them somehow, or restore them from backup. If you mean the CVS binary or installation is somehow corrupted, remember that every file in the repository is an RCS file, so you

RE: CVS corruption

2002-08-15 Thread Tehn Yit Chin
Thanks for the info. I did mean the CVS binary corrupting. It is good the hear that the file can be salvage by hand if required. Would it be just as easy if the file is a binary? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rob Helmer Sent: Friday,

Getting diffs between two revisions

2002-08-15 Thread Johnny John
Hello: Should I not be able to update my working copy of a file by doing something as follows? cvs update -j HEAD:2002-07-17 12:00 -j HEAD:2002-07-19 12:00 to get changes between July 17 and July 19 placed into my local working copy? I tried it, and nothing was patched. thanks. -Johnny.