Update Question

2004-08-05 Thread Tennis Smith
Hi, I have a single file that's pivital to a project. Any time that file is updated, we need to do a re-compile of the components dependent on it. Is there any way to automatically drive the recompilation when the user does a cvs update on that central file? Any examples are welcome too. ;-)

Re: Update Question

2004-08-05 Thread [EMAIL PROTECTED]
The most obvious suggestion to me is add a dependency rule to your makefile for this file that executes a cvs update important_file.c command. That way any time you do a make on the project, the critical file will be updated and recompiled if it has changed. For this to be useful, you must be

CVS Update Question

2002-01-17 Thread Colm Murphy
Hi folks, I have a question about cvs update. Say I have placed a tag on certain files in the repository. I checkout the tagged files into my work area using cvs co -r TAGNAME DIRLIST Say I now want to switch the sandbox to the latest version of all the files that were tagged. When I try cvs

Re: CVS Update Question

2002-01-17 Thread Larry Jones
Colm Murphy writes: Is there any way to tell update to only update the files in my sandbox and not to pull in any other files ? I'm not sure I understand what you want to do (or why), but I think cvs update -lA * may do what you want. -Larry Jones Some people just don't have

cvs update question

2001-06-08 Thread Nelson, Vicki
I searched the CVS book I have, and have not been able to find what the P means beside a file after I do a cvs update. Anyone know? Thanks, Vicki Nelson Sr. Software Engineer Alldata, LLC [EMAIL PROTECTED] ___ Info-cvs mailing list [EMAIL

Re: cvs update question

2001-06-08 Thread Sriram S
Hi Vicki, This is explained in page 110 of the Cederquist manual which essentially says that, P file : Like 'U' but the CVS server sends a patch instead of an entire file. These two things (U and P) accomplish the same thing. Rgs Sriram --- Nelson, Vicki [EMAIL PROTECTED] wrote: I

RE: cvs update question

2001-06-08 Thread Kostur, Andre
That file has been updated by Patch (and not a full file-copy) See Appendix A.16.2 in the Cederqvist manual. -Original Message- From: Nelson, Vicki [mailto:[EMAIL PROTECTED]] Sent: Friday, June 8, 2001 4:51 PM To: '[EMAIL PROTECTED]' Subject: cvs update question I searched the CVS

Update question

2000-06-08 Thread Michael Labhard
When doing an update I am getting the message: "move file out of the way." or something to that effect. The update works. How do I eliminate this message? Michael

Re: Update question

2000-06-08 Thread Larry Jones
Michael Labhard writes: When doing an update I am getting the message: "move file out of the way." or something to that effect. The update works. How do I eliminate this message? What that message is trying to tell you is that there's a file in your working directory that has the same name