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 to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3099 - 3128 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3099
... In the absence of sticky tags, CVS follows the same rules as RCS does when you choosing revisions. In particular, asking CVS for "the current revision" is...
Philip Guenther
guenther@...
Send Email
Nov 1, 1996
12:25 pm
3100
Hi. We are using cvs 1.3 patchlevel 0 and have done so for a while and are planning to upgrade to 1.9. I guess that it should be no problems to do that but...
Kristian Ejvind
Kristian.Ejvind@...
Send Email
Nov 1, 1996
8:22 pm
3101
[...lots of comments, good info, etc. about CVS import deleted...] My simple take on all of this: 1. "cvs import" is the only (decent) way to get a bunch of...
Gary Oberbrunner
garyo@...
Send Email
Nov 1, 1996
9:53 pm
3102
Hi, I'm curious as to how others set up their repositories of software for the various platforms. We have some code for different platforms, for example, ...
Michele Mercer
mercerm@...
Send Email
Nov 1, 1996
10:08 pm
3103
Hi all I know, this may not be the rigth place to post this, but i really need this. I want to know if someone out there knows any tool to allow the...
Henrry Nino
hnino@...
Send Email
Nov 1, 1996
11:33 pm
3104
subscribe info-cvs -- Richard Avery, ESN 730-2576...
Avery, Richard
RJAVERY@...
Send Email
Nov 2, 1996
12:45 am
3105
How do most CVS users control what goes into each official build? The usual approach is that the developers somehow indicate which files they want to go into...
Daniel P. Kionka
dkionka@...
Send Email
Nov 2, 1996
1:50 am
3106
Sequence of events: $ cvs co IOB # Check out IOB module. $ cd IOB # Go to IOB directory. ... # Time and commands go by. $ cvs IOB/c # Mistake: I did not...
Mark B. Hamby
mhamby@...
Send Email
Nov 2, 1996
2:22 am
3107
... I see three choices: 0. use #ifdef's 1. use different filenames/directories and have make take care of the config 2. use branch tags to mimic views For...
Noel Yap
nyap@...
Send Email
Nov 2, 1996
3:37 am
3108
Been using it for a few weeks now. No problem. I would recommend a thorough reading of the excellent "manual" at ...
Srinivas Maddhi
smaddhi@...
Send Email
Nov 2, 1996
4:01 am
3109
... The method I implemented at a previous employer used a baseline+delta mechanism to compute a bill of materials that drove the checkout. The build's...
Paul Sander
paul@...
Send Email
Nov 2, 1996
7:52 am
3110
[ On Fri, November 1, 1996 at 08:51:43 (-0500), Michele Mercer wrote: ] ... My advice would be to first pretend you are not using CVS, but instead some kind of...
Greg A. Woods
woods@...
Send Email
Nov 2, 1996
7:16 pm
3111
[ On Fri, November 1, 1996 at 10:15:16 (-0800), Daniel P. Kionka wrote: ] ... For my environment, CVS decides which files are checked out into the build...
Greg A. Woods
woods@...
Send Email
Nov 2, 1996
8:11 pm
3112
I'm experimenting different behaviours of "cvs ci -r n foo" depending whether foo comes from a source branch created by "cvs import" or from a source branch...
Philippe Bereski
bereski@...
Send Email
Nov 2, 1996
9:54 pm
3113
[ On Fri, November 1, 1996 at 09:53:38 (-0500), Gary Oberbrunner wrote: ] ... There are already in existence a number of patches which give CVS the ability to...
Greg A. Woods
woods@...
Send Email
Nov 3, 1996
5:13 am
3114
I am supporting a 2 person development effort at 2 locations. I imported the original hierarchy with one vendor tag, but I did the second import with a ...
David S. McCormick
jdsmc@...
Send Email
Nov 5, 1996
1:53 am
3115
We are currently setting up our modules file in the following way: moduleA.M -a moduleA moduleB.M -a moduleB moduleA.M moduleC.M -a moduleC moduleA.M moduleB.M...
Noel Yap
nyap@...
Send Email
Nov 5, 1996
2:07 am
3116
Hello, I've been using CVS for some time (and 'lurking' on this list for the last 1000 or so messages), to maintain locally-written code. One of the things...
Dave New
den@...
Send Email
Nov 5, 1996
5:44 am
3117
I saw a posting in a macintosh newsgroup mentioning such program... but I do not recall seeing any announcement on this list. Thanks in advance, -- Felix...
Francois Felix Ingrand
felix@...
Send Email
Nov 5, 1996
6:57 am
3118
... Dave> So, like the lamb led to slaughter, I started by importing the Dave> CVS 1.6 I had laying around (did a 'make distclean' first, like Dave> the...
Mike Sutton
mws115@...
Send Email
Nov 6, 1996
3:04 am
3119
Here's an update on what I've learned so far, by experimenting, and looking a lot at the 'cvs stat' and 'cvs log' outputs on the files under consideration (the...
Dave New
den@...
Send Email
Nov 6, 1996
3:10 am
3120
Further info on lib/getdate.c: <snip> ... Like all things, this is more difficult than first suspected. If you remove 'getdate.c' from the repository, the Unix...
Dave New
den@...
Send Email
Nov 6, 1996
3:43 am
3121
... I've had problems with CVS mysteriously ignoring files (even when I give it `-I !' on the command line) when I import, too. I think the easiest way to...
Curt Sampson
cjs@...
Send Email
Nov 6, 1996
3:49 am
3122
... Go to http://www.cyclic.com, then go to the Unsupported Resources page, then go to the Getting CVS page. There is a paragraph there about the Macintosh. ...
Jim Kingdon
kingdon@...
Send Email
Nov 6, 1996
11:13 am
3123
HELP...
Nitin Gokhale
gokhale@...
Send Email
Nov 6, 1996
7:11 pm
3124
Greetings, Last time I posted asking how I could get cvs + ssh + win95 working well together, I got the response that basically said "use the port redirection...
Warner Losh
imp@...
Send Email
Nov 6, 1996
7:40 pm
3125
I'm in the process of learning CVS, and as I read through the manual, I see various references to client/server aspects of CVS. I've downloaded the files for...
Craig Fischer
craigf@...
Send Email
Nov 6, 1996
8:52 pm
3126
... If you're using C shell, perhaps. I use Bourne shell, where this isn't a problem. cjs Curt Sampson cjs@... Info at http://www.portal.ca/ Internet...
Curt Sampson
cjs@...
Send Email
Nov 6, 1996
8:55 pm
3127
How do I go about shortening the amount of time cvs waits for a lock to be released? Noel...
Noel Yap
nyap@...
Send Email
Nov 6, 1996
9:25 pm
3128
[ On Tue, November 5, 1996 at 08:33:31 (EST), Mike Sutton wrote: ] ... Yeah. I've been trying to figure out this bug since about 1.3. The internal logic for...
Greg A. Woods
woods@...
Send Email
Nov 6, 1996
9:29 pm
Messages 3099 - 3128 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