Search the web
Sign In
New User? Sign Up
info-cvs · installing and using CVS
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2411 - 2440 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2411
... I had a fail at this point as well. In my case it was caused by linking /tmp to /var/tmp. The code for checking at one point looks for a /tmp/... while my...
kamdur
kamdur@...
Send Email
Aug 1, 1996
6:17 pm
2412
... We have a read-only copy checked out in a centralized area. Developers needing this code (to read only or to link into) can access it there. ... We've...
Noel Yap
nyap@...
Send Email
Aug 1, 1996
6:23 pm
2413
***WARNING: large posting, wherein the author waxes philosophical about code management practices in general, and where CVS (and its ilk) fit into the Grand...
Dave New
den@...
Send Email
Aug 1, 1996
10:13 pm
2414
[snip] ... [snip] ... Yes, this works just fine, as long as you can keep straight which CRLF format you need when editing a file that resides elsewhere. My...
Dave New
den@...
Send Email
Aug 1, 1996
11:20 pm
2415
As I understand it, you can specify hooks (programs) to be executed on various cvs actions like 'checkout', 'update' and 'commit'. Seems to work just fine on...
Mike Carifio
carifio@...
Send Email
Aug 2, 1996
12:42 am
2416
... Rather than determining this "working on code" state via CVS, why not do it via your bug-tracking system? In ours, we have an "Assigned" state that ...
Steve Willer
willer@...
Send Email
Aug 2, 1996
1:50 am
2417
... There is a very good reason: performance. Invoking RCS programs for every CVS operation is very slow. Storing a copy of each global tag in every single...
Ian Lance Taylor
ian@...
Send Email
Aug 2, 1996
1:57 am
2418
Nice discussion, and I agree with you almost completely, but I thought I'd throw in an opinion or two of my own. ... A quick note: For those that are *really*...
Steve Willer
willer@...
Send Email
Aug 2, 1996
2:57 am
2419
I've had three minor problems with cvs that I'd like to air. I'll do formal writeups if any of these are not known problems. First, I have /bin in my path...
Warner Losh
imp@...
Send Email
Aug 2, 1996
5:05 am
2420
All this talk about where CVS fits into the CM realm of things is very interesting. I have developed a an itcl2.0 Object-Oriented framework on top of CVS that...
John Goodsen
radsoft@...
Send Email
Aug 2, 1996
3:31 pm
2421
Every so often "The Management" asks us lowly developers to produce "Lines of Code" reports of our systems, eg. number of new/deleted/changed lines over some...
Mike Thome
mthome@...
Send Email
Aug 2, 1996
4:12 pm
2422
I'm trying to force a file, module/.module, to be checked in any time anyone checks in anything in module. If I do: cvs ci -f .module, nothing else get ci'd. ...
Noel Yap
nyap@...
Send Email
Aug 2, 1996
5:08 pm
2423
[ On Wed, July 31, 1996 at 11:01:57 (-0400), Ozan S. Yigit wrote: ] ... I saw those too. I recently installed the CVS-1.8.5 snapshot at a customer site on...
Greg A. Woods
woods@...
Send Email
Aug 2, 1996
6:34 pm
2424
Steve Willer wrote: [snip] ... What about packaging such functions as diff, patch, etc. as DCOM, instead of shared libraries? What about a DCOM interface for...
Dave New
den@...
Send Email
Aug 2, 1996
8:13 pm
2425
Hi, Is there a way to insert the ID of a file according to the CVS root? $Id$ only puts the file name $Header$ puts the full path I'd like the name of the...
Laurent Duperval
laurent@...
Send Email
Aug 3, 1996
12:16 am
2426
I noticed two problem when I built 1.8.1 and did make check. a) the check fails if you test it from root. I think the make check script should check if the...
Robert T. McLay
mclay@...
Send Email
Aug 4, 1996
5:17 am
2427
This is an automatically posted mini-FAQ. The "Subject:" header will not change unless the contents of the mini-FAQ change, which I hope will be infrequently....
David Klann
dklann@...
Send Email
Aug 5, 1996
8:14 am
2428
I recently started using cvs 1.7. The status command says that some files have a status of 'Needs Patch'. How does this differ from 'Needs Update'? Thanks, ...
Eric Marttila
eam@...
Send Email
Aug 5, 1996
6:56 pm
2429
Hello, I have a weird situation here that I don't know how to adjust. This is what my modules file looks like: CVSROOT CVSROOT foo1 foo/fooclients/foo1 foo2...
Laurent Duperval
laurent@...
Send Email
Aug 5, 1996
6:59 pm
2430
Hi, I have the following modules declared in my modules file for tkcvs : #M module1 first module module1 myroot/foo/module1 #M module2 second module ...
Chandrika Mukerji
mukerjic@...
Send Email
Aug 5, 1996
9:00 pm
2431
Any ideas why cvs commit CVSROOT gives me a syntax error with the ... # If the name "ALL" appears as a regular expression it is always used # in addition to...
Jose Antonio Madriz
madriz+@...
Send Email
Aug 5, 1996
10:56 pm
2432
I asked this question about a week ago and I've not gotten any response. So let me ask again. In section B.1 of the cvs 1.8 documentation, modules can be...
Mike Carifio
carifio@...
Send Email
Aug 5, 1996
11:00 pm
2433
... `Needs Patch' is the client/server equivalent of `Needs Update'. The server will only send a patch, rather than the entire file. It will report this as...
Ian Lance Taylor
ian@...
Send Email
Aug 5, 1996
11:01 pm
2434
[ On Fri, August 2, 1996 at 16:07:23 (-0400), Laurent Duperval wrote: ] ... More relevant for CVS would be a pair of new RCS keywords that expand as follows: ...
Greg A. Woods
woods@...
Send Email
Aug 6, 1996
4:36 am
2435
On Aug 5, 9:31am, Laurent Duperval wrote: } Subject: Modules for a directory and more modules for the subdirs } } CVSROOT CVSROOT } foo1 foo/fooclients/foo1 }...
Bart Schaefer
schaefer@...
Send Email
Aug 6, 1996
4:51 am
2436
Hello, I recently started using CVS and there are several questions, for which I have not found good answers so far. 1. Date of checked out file. Whenever a...
Eugene Kramer
eugene@...
Send Email
Aug 6, 1996
10:07 am
2437
... Nothing in because .module is not different from the rep. Try to do a "touch .module" somewhere before "cvs commit" and you'll get the requested behavior. ...
David Liber
dliber@...
Send Email
Aug 6, 1996
6:33 pm
2438
... I had thought that CVS does a diff rather than checking timestamps. If this is correct, touching .module won't make it get checked in. ... This is what I...
Noel Yap
nyap@...
Send Email
Aug 6, 1996
6:44 pm
2439
... This is what I thought too- till I tested it. A cvs commit seems to do a diff followed by the timestamp check(at least on my envinronment). ... The...
David Liber
dliber@...
Send Email
Aug 6, 1996
9:35 pm
2440
... Yes. ... Steve Willer, SoftQuad International, Toronto ON Work: willer@... Personal: willer@... CIS: 70400,3667...
Steve Willer
willer@...
Send Email
Aug 6, 1996
11:50 pm
Messages 2411 - 2440 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help