Skip to search.
info-cvs · installing and using CVS

Group Information

  • Members: 1091
  • Category: Development
  • Founded: Aug 7, 1998
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 1754 - 1783 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1754 Johnny Tang ...
Jun 1, 1996
6:43 pm
=========================================== This mail is made of the recycled electrons =========================================== Mailer: Elm [revision:...
1755 Marty Franchuk ...
Jun 1, 1996
9:05 pm
... [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. ... ...
1756 Greg A. Woods ...
Jun 3, 1996
12:44 am
[ 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...
1757 David Klann ...
Jun 3, 1996
9:09 am
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....
1758 bob@...
Jun 3, 1996
1:56 pm
... 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...
1759 Greg A. Woods ...
Jun 3, 1996
6:54 pm
[ 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...
1760 Rafael Morales Gamboa...
Jun 3, 1996
10:46 pm
Marty Franchuk: [...] ... C:\sibs\modelo\dibujos>cvs status xxx.yyy cvs server: use `cvs add' to create an entry for xxx.yyy ...
1761 Steve Willer ...
Jun 4, 1996
12:15 am
... 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...
1762 Noel Yap ...
Jun 4, 1996
1:24 am
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...
1763 Paul Sander ...
Jun 4, 1996
2:20 am
... Unfortunately, there is also some likelihood that it will introduce new problems, particularly when code is reused at the source level by including ...
1764 Per H. Kristensen ...
Jun 4, 1996
11:34 am
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...
1765 Christian Lynbech ...
Jun 4, 1996
12:42 pm
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...
1766 mhw@...
Jun 4, 1996
4:45 pm
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...
1767 Greg A. Woods ...
Jun 4, 1996
6:21 pm
[ 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...
1768 Dennis T. Cook ...
Jun 4, 1996
7:20 pm
... 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...
1769 Ian Lance Taylor ...
Jun 4, 1996
7:38 pm
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,...
1770 Greg A. Woods ...
Jun 4, 1996
7:53 pm
[ 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...
1771 DA KOTCHER ...
Jun 4, 1996
9:18 pm
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...
1772 Ian Lance Taylor ...
Jun 4, 1996
9:19 pm
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 ...
1773 Mikel Doucet ...
Jun 4, 1996
9:51 pm
... The same functionnality is available with the ident(1) utility. This program searches specific strings (ie. RCS keywords) inside compiled executable. ...
1774 Rob Ziegler ...
Jun 4, 1996
10:24 pm
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...
1775 Steve Willer ...
Jun 4, 1996
11:02 pm
... 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...
1776 Paul Sander ...
Jun 4, 1996
11:22 pm
... 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. ...
1777 Dennis T. Cook ...
Jun 4, 1996
11:27 pm
... Yes!! Dennis T. Cook cook@... Connectware, Inc. Fort Washington, PA...
1778 Assar ...
Jun 4, 1996
11:32 pm
... I use the following: #define RCSID(msg) static char *const rcsid[] = { (char *)rcsid, "@(#)" msg } This allows both `what' and `ident' to find the version...
1779 Chuck Fry ...
Jun 5, 1996
12:21 am
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...
1780 David Taylor ...
Jun 5, 1996
12:22 am
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...
1781 Doug Carter ...
Jun 5, 1996
1:02 am
... Just add the following to your source file: static char id[] = "@(#) Your identification of choice here.\n"; The 'what' utility searches for @(#) strings...
1782 Deron Meranda ...
Jun 5, 1996
1:35 am
... 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...
1783 terryh@....
Jun 5, 1996
4:19 am
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...
Messages 1754 - 1783 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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