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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 709 - 738 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
709
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...
Nate Williams ...
Feb 2, 1996
1:55 am
710
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...
Per Reedtz Thomsen ...
Feb 2, 1996
3:59 am
711
... . . . 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...
Karen Hensley ...
Feb 2, 1996
4:15 am
712
The following BOFs have been scheduled for the Conference on Freely Redistributable Software. Sunday, February 4 7:00-8:30 pm Details on Internationalization...
Peter H. Salus ...
Feb 2, 1996
5:13 am
713
... 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...
Andreas Huennebeck ...
Feb 2, 1996
3:02 pm
714
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...
Pete Beckman ...
Feb 2, 1996
9:00 pm
715
... 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...
Dan Wilder ...
Feb 3, 1996
12:35 am
716
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...
Dan Wilder ...
Feb 3, 1996
1:18 am
717
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...
Mark Immel ...
Feb 5, 1996
1:31 am
718
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...
Alex Shepherd ...
Feb 5, 1996
2:01 am
719
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...
Alex Shepherd ...
Feb 5, 1996
2:10 am
720
The 'cvs release -d' command is working for a complete directory structure (module) but broken for parial one. For example, let supposes the following...
Mikel Doucet ...
Feb 5, 1996
5:00 am
721
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 ...
Feb 5, 1996
9:17 am
722
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...
J. Gabriel Foster ...
Feb 5, 1996
9:53 pm
723
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,...
Stephen J. Bailey ...
Feb 6, 1996
12:29 am
724
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...
Flinders Paul ...
Feb 6, 1996
12:48 am
725
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...
Flinders Paul ...
Feb 6, 1996
1:39 am
726
... An important disclaimer is needed here: pserver only helps with the "accidentally", not the "otherwise"--see the node Password authenticated security in...
Jim Kingdon ...
Feb 6, 1996
1:40 am
727
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...
Matthew D. Langston ...
Feb 6, 1996
2:11 am
728
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...
Greg Strockbine ...
Feb 6, 1996
2:15 am
729
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...
Karen Hensley ...
Feb 6, 1996
4:46 am
730
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...
David Robert Dymm ...
Feb 7, 1996
1:47 am
731
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 ...
Mark McPhail ...
Feb 8, 1996
1:23 am
732
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...
Karen Hensley ...
Feb 8, 1996
4:13 am
733
... CVS is intended to be used to track 'source' and changes to 'source'; not so much for tracking 'snapshots' of the built objects and executables. That is...
Marty Franchuk ...
Feb 8, 1996
9:53 pm
734
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...
aew@...
Feb 8, 1996
9:57 pm
735
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...
Chuck Fry ...
Feb 8, 1996
10:05 pm
736
... 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...
Preston L. Bannister ...
Feb 8, 1996
11:03 pm
737
... 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...
Matthew D. Langston ...
Feb 9, 1996
1:12 am
738
... 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....
Brian Onn ...
Feb 9, 1996
1:16 am
Messages 709 - 738 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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