Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

info-cvs · installing and using CVS

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1432
  • Category: Development
  • Founded: Aug 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 709 - 738 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
709 Nate Williams ...
Feb 2, 1996
1:55 am
I feel real silly asking this question, but all attempts to find the solution have been un-succussful. How do I go about checking out the source code on a...
710 Per Reedtz Thomsen ...
Feb 2, 1996
3:59 am
Nate Williams wrote: [snip] ... I asked this question about 2 weeks ago as well, and didn't get any answer... Does anyone know how to do this? Per -- Per...
711 Karen Hensley ...
Feb 2, 1996
4:15 am
... . . . Even out-of-date that FAQ is really really valuable! I've got my copy, but pity the poor souls who don't. Is it possible to just add a warning to...
712 Peter H. Salus ...
Feb 2, 1996
5:13 am
The following BOFs have been scheduled for the Conference on Freely Redistributable Software. Sunday, February 4 7:00-8:30 pm Details on Internationalization...
713 Andreas Huennebeck ...
Feb 2, 1996
3:02 pm
... This is true. Therefore I offer the possibility to download the last available CVS FAQ from my homepage: http://bamsoft.software.bruker.de/people/ah.html...
714 Pete Beckman ...
Feb 2, 1996
9:00 pm
The makefile script needs to check for the existence of /usr/local/man/man8, and create it if it does not exist. I installed cvs-1.7 on a new AIXppc, and...
715 Dan Wilder ...
Feb 3, 1996
12:35 am
... Perhaps this script will help. I use it for examining the change history along a branch, of a selected file. Run it in a sandbox checked out on the branch...
716 Dan Wilder ...
Feb 3, 1996
1:18 am
Earlier I posted a script to produce all diffs in a branch for a file. Must have sent an obsolete copy; try this instead. ... #!/bin/sh #Examine revision...
717 Mark Immel ...
Feb 5, 1996
1:31 am
Folks -- I've pulled down the NT client from the Cyclic server, and everything works great (thanks to everyone!) except that when I try to use the -z9 option...
718 Alex Shepherd ...
Feb 5, 1996
2:01 am
I recently installed CVS 1.7 on SCO ODT 3.0. It configures and installs ok. I had to change line 129: return(NULL) to: return(getenv(name)); To resolve some of...
719 Alex Shepherd ...
Feb 5, 1996
2:10 am
I have got CVS 1.7 to run on QNX 4 and it runs both the local and remote sanity checks ok. I had to do two things to make it work: - make a link alloc.h to...
720 Mikel Doucet ...
Feb 5, 1996
5:00 am
The 'cvs release -d' command is working for a complete directory structure (module) but broken for parial one. For example, let supposes the following...
721 David Klann ...
Feb 5, 1996
9:17 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....
722 J. Gabriel Foster ...
Feb 5, 1996
9:53 pm
Hello, Just want to say that we are running CVS 1.7 on IRIX 5.3 without a hitch. It compiled with no tweaks and seems very stable. --> Gabe -- // J. Gabriel...
723 Stephen J. Bailey ...
Feb 6, 1996
12:29 am
Hi. Here is a patch to the file src/lock.c for CVS 1.6 which will enable it to work across AFS (the Andrew File System). The basic problem is that on AFS,...
724 Flinders Paul ...
Feb 6, 1996
12:48 am
It strikes me that always executing checkout/checkin/etc scripts on the server when using CVS in "client-server" mode severely limits their usefulness. For...
725 Flinders Paul ...
Feb 6, 1996
1:39 am
Apologies if the answer to this question is obvious and I've missed it. How do people go about creating a new module when there are already a few source files...
726 Jim Kingdon ...
Feb 6, 1996
1:40 am
... An important disclaimer is needed here: pserver only helps with the "accidentally&quot;, not the "otherwise&quot;--see the node Password authenticated security in...
727 Matthew D. Langston ...
Feb 6, 1996
2:11 am
Hello all, I am maintaining a large vendor package for my site (the GNU compiler, gcc) and am experimenting with using CVS for managing the source code. We...
728 Greg Strockbine ...
Feb 6, 1996
2:15 am
cvs-1.7 [28] ./src/sanity.sh `pwd`/src/cvs This test should produce no other output than this line, and a final "OK". cvs checkout: cannot find module...
729 Karen Hensley ...
Feb 6, 1996
4:46 am
Several of my platforms have been failing about 6 of the about 9 sanity checks related to realmodule for as long as I've had CVS (about 6 months). I can't even...
730 David Robert Dymm ...
Feb 7, 1996
1:47 am
Folks, I apologize for asking such a dumb question, but how do I unsubscribe from this list? Done't I send mail to info-cvs-request@... with the...
731 Mark McPhail ...
Feb 8, 1996
1:23 am
What About... Checking in select files from a directory hierarchy Hi everyone, I am maintaining source code for a large project using cvs-1.6. The issue at ...
732 Karen Hensley ...
Feb 8, 1996
4:13 am
How about: 1 Export the directory tree out of CVS 2 Make the .o's and executables 3 Prune the stuff you don't want any more (.c's etc I assume) 4 Import the...
733 Marty Franchuk ...
Feb 8, 1996
9:53 pm
... CVS is intended to be used to track 'source&#39; and changes to 'source&#39;; not so much for tracking 'snapshots&#39; of the built objects and executables. That is...
734 aew@...
Feb 8, 1996
9:57 pm
Hi, when looking for an NT based SCM solution I'd thought to go with CVS until I've found out that the current port is a client version only, so this plan has...
735 Chuck Fry ...
Feb 8, 1996
10:05 pm
We have a handful of projects that need to move from an existing private repository to a groupwide repository. Is there a way to preserve the existing...
736 Preston L. Bannister ...
Feb 8, 1996
11:03 pm
... Why would you want to do this? Permanently(?) archiving the intermediate results of old builds seems a rather odd thing to do. It can also use a _lot_ of...
737 Matthew D. Langston ...
Feb 9, 1996
1:12 am
... Greg> I have in the past posted several messages describing the Greg> way I manage 3rd party code with the CVS vendor branch, Greg> including dealing with...
738 Brian Onn ...
Feb 9, 1996
1:16 am
... It is useful to be able to archive and checkout again all the files created as a result of a build, although CVS probably isn't the best tool for this....
Messages 709 - 738 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