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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1754 - 1783 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1754
=========================================== This mail is made of the recycled electrons =========================================== Mailer: Elm [revision:...
Johnny Tang ...
Jun 1, 1996
6:43 pm
1755
... [snip] Ooops! Since you didn't show any output from the 'update', I inferred that you were trying to get that file into a new (empty) project. Sorry. ... ...
Marty Franchuk ...
Jun 1, 1996
9:05 pm
1756
[ On Sat, June 1, 1996 at 10:51:31 (EDT), Johnny Tang wrote: ] ... There are probably almost as many conventions as there are software packages. Here's an...
Greg A. Woods ...
Jun 3, 1996
12:44 am
1757
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 ...
Jun 3, 1996
9:09 am
1758
... Yea, it would work if i had all files checked out. But what I realy want is to make a branch from some ancient tag : cvs rtag -r my_ancient_tag -b...
bob@...
Jun 3, 1996
1:56 pm
1759
[ On Mon, June 3, 1996 at 10:29:58 (MET), bob@... wrote: ] ... My proposal to change the *info files to be keyed by module name would probably fix this...
Greg A. Woods ...
Jun 3, 1996
6:54 pm
1760
Marty Franchuk: [...] ... C:\sibs\modelo\dibujos>cvs status xxx.yyy cvs server: use `cvs add' to create an entry for xxx.yyy ...
Rafael Morales Gamboa...
Jun 3, 1996
10:46 pm
1761
... If you happen to be running in NT, you could do something like: except (config.h) cvs commit If you're running on a Unix system, you could create a script...
Steve Willer ...
Jun 4, 1996
12:15 am
1762
I've tracked down the DG-UX CVS 1.8.1 dynamic halt problem to the int_vasprintf function in vasprintf.c. The first while loop turns into an infinite loop for...
Noel Yap ...
Jun 4, 1996
1:24 am
1763
... Unfortunately, there is also some likelihood that it will introduce new problems, particularly when code is reused at the source level by including ...
Paul Sander ...
Jun 4, 1996
2:20 am
1764
Who is administering this list. I am trying to unsubscribe, but the unsubscriber can't find my name on the list. This is because my service-provider has...
Per H. Kristensen ...
Jun 4, 1996
11:34 am
1765
I am seeing some strange problems with the checkout command. If I do first cvs co gnu/COPYING gnu/config gnu/mpw-README (that is: a file, a directory and a...
Christian Lynbech ...
Jun 4, 1996
12:42 pm
1766
Now that CVS supports files being deleted and resurrected, shouldn't cvs import be updated to detect when files that existed in the previous vendor release...
mhw@...
Jun 4, 1996
4:45 pm
1767
[ On Mon, June 3, 1996 at 15:33:00 (PDT), Paul Sander wrote: ] ... Well, we've had this debate before. Simply put my position is that CVS is not a code reuse...
Greg A. Woods ...
Jun 4, 1996
6:21 pm
1768
... No unless it's an option. I sometimes import vendor branch parts in mutually exclusive subsets so I don't want CVS to assume anything has been deleted...
Dennis T. Cook ...
Jun 4, 1996
7:20 pm
1769
Date: Tue, 4 Jun 96 09:03:04 -0400 (EDT) From: woods@... (Greg A. Woods) [ On Mon, June 3, 1996 at 15:33:00 (PDT), Paul Sander wrote: ] ... Well,...
Ian Lance Taylor ...
Jun 4, 1996
7:38 pm
1770
[ On Tue, June 4, 1996 at 10:48:47 (-0400), Ian Lance Taylor wrote: ] ... But there are other equally adequate (and some of us would say better) ways to...
Greg A. Woods ...
Jun 4, 1996
7:53 pm
1771
I would like to get some of the info from the log message compiled into my code so I can use "what" to identify the source files that make up an executable. Is...
DA KOTCHER ...
Jun 4, 1996
9:18 pm
1772
Date: Tue, 4 Jun 96 11:40:28 -0400 (EDT) From: woods@... (Greg A. Woods) I almost find it a bit gross to think of checking out the whole compiler ...
Ian Lance Taylor ...
Jun 4, 1996
9:19 pm
1773
... The same functionnality is available with the ident(1) utility. This program searches specific strings (ie. RCS keywords) inside compiled executable. ...
Mikel Doucet ...
Jun 4, 1996
9:51 pm
1774
I just compiled and tested CVS 1.7 on a Data General AViiON mc88110 running DGUX 5.4R3.10. The system was built on top of rcs 5.7 and gnu diff-utils 2.7 and...
Rob Ziegler ...
Jun 4, 1996
10:24 pm
1775
... I use this at the top of every source file: static char *rcsinfo = "@(#)$Id$"; Is this not what you want? You could also replace $Id$ with something else...
Steve Willer ...
Jun 4, 1996
11:02 pm
1776
... In an ideal world, I would agree. Software reuse at the shared library or even the static library level is far superior than reuse at the source level. ...
Paul Sander ...
Jun 4, 1996
11:22 pm
1777
... Yes!! Dennis T. Cook cook@... Connectware, Inc. Fort Washington, PA...
Dennis T. Cook ...
Jun 4, 1996
11:27 pm
1778
... I use the following: #define RCSID(msg) static char *const rcsid[] = { (char *)rcsid, "@(#)" msg } This allows both `what' and `ident' to find the version...
Assar ...
Jun 4, 1996
11:32 pm
1779
Sorry for this bit of administrivia. To whom do I send mail to get off this list? Requests to info-cvs-request@... don't bounce, but they don't...
Chuck Fry ...
Jun 5, 1996
12:21 am
1780
One thing that has annoyed me about CVS is that when doing a check out of an old version of a module, it uses the current definition of the module, not the...
David Taylor ...
Jun 5, 1996
12:22 am
1781
... Just add the following to your source file: static char id[] = "@(#) Your identification of choice here.\n"; The 'what' utility searches for @(#) strings...
Doug Carter ...
Jun 5, 1996
1:02 am
1782
... Rather than producing a modified "what" command, you have two easy choices: 1. Use the ident(1) command instead of what(1). Basically, ident(1) is used...
Deron Meranda ...
Jun 5, 1996
1:35 am
1783
In order to access to a remote repository which is in AFS with server- client model, the following seems to be the requirements: 1. Both client and server must...
terryh@....
Jun 5, 1996
4:19 am
Messages 1754 - 1783 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