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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6189 - 6218 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6189
[related to earlier message] Hi, i did a small test under NT (local client 1.9.14). Create a small file, modified it, waited 30 minutes and then commit the...
martin.sjoelin@...
Send Email
Oct 1, 1997
9:25 am
6190
unsubscribe...
Alexis de PEUFEILHOUX
Alexis.dePeuf@...
Send Email
Oct 1, 1997
4:53 pm
6191
Hi CVS users, I am trying to set up an automatic check out as described in the CVS manual for CVS 1.9, pg. 105. We are using c/s cvs 1.9 so the line in the...
Uwe Fritsch
uwe.fritsch@...
Send Email
Oct 1, 1997
9:49 pm
6192
... To be exact: With VC++ 4.0 commit only the '.mak' project file to CVS. The other project files contain nothing of lasting interest and can always be...
Preston L. Bannister
preston@...
Send Email
Oct 1, 1997
3:01 pm
6193
... that the '.mak' is only generated if you explicitly set the appropriate environment option. The '.dsp' is the (text) file from which all the other project...
Steve Willer
willer@...
Send Email
Oct 1, 1997
8:25 pm
6194 Larry Jones
larry.jones@...
Send Email
Oct 1, 1997
9:03 pm
6195
We had to rename our cvs to cvs.bin and create a script called cvs that looks like this. #! /bin/ksh CVS=`whence cvs` CVS=${CVS:=/opt/gnu/bin/cvs} export...
Rivord, James
jrivord@...
Send Email
Oct 1, 1997
8:23 pm
6196
... project files contain nothing of lasting interest and can always be recreated when you open the '.mak' file as the project file. ... Note that the '.mak'...
David Feig
dfeig@...
Send Email
Oct 1, 1997
7:58 pm
6197
As a first time user of CVS I'm finding that the installation is somewhat complex. I created a directory "/home/cm/cvs" to save this version of CVS. Then I...
John Swan
g583284@...
Send Email
Oct 2, 1997
1:22 am
6198
Problem: Using jcvs, during updates, the modified files are replaced by head of repository. a) if update is done using the "Selection/Update" the behavior is...
Alexandre TOTH
alex@...
Send Email
Oct 2, 1997
5:32 pm
6199
Hi, I have been using an old DOS port of RCS. I am now looking to upgrade. Is CVS (Windows NT) a good choice? I am a single developer managing a medium size...
Steve Higham
steve@...
Send Email
Oct 2, 1997
8:39 pm
6200
I found a weird behavior using rdiff -f. If I type: cvs rdiff -kk -f -r branch_a -r branch_b mymodule the command misses the files added in branch_a AND in...
Alessio Milan
amilan@...
Send Email
Oct 2, 1997
11:22 pm
6201
Does anyone have a copy of granny.el, or the perl/html version of granny? It's a graphical front end to CVS annotate, which colors the source lines by their...
Gary Oberbrunner
garyo@...
Send Email
Oct 2, 1997
6:30 pm
6202
Hi, I've been trying to think of an elegant solution to this problem for quite a while, but it's been eluding me. We have modules that are shared between...
Kevin Rolfes
kevin@...
Send Email
Oct 2, 1997
6:27 pm
6203 Larry Jones
larry.jones@...
Send Email
Oct 2, 1997
8:04 pm
6204
I have been building a build management tool around CVS. When build requests are submitted, I capture the list of modules and tags necessary for a build and...
Hal Mahaffey
hal@...
Send Email
Oct 2, 1997
10:22 pm
6205
Does anyone know the command to set the repository or CVSROOT on a Lan Directory?...
KATHLEEN OWENS
ACE.KOWENS@...
Send Email
Oct 2, 1997
10:07 pm
6206
Steve A few notes on the parts I know about... ... This is something that CVS does a good job with. It's also easy to port RCS into CVS so you really do get...
Erik Kluzek
erik@...
Send Email
Oct 2, 1997
8:44 pm
6207
... I know of two workarounds. The first is to perform some kind of ad hoc versioning within the modules file (e.g. declare mymod-1.0, mymod-1.1, etc. for...
Paul Sander
paul@...
Send Email
Oct 3, 1997
12:01 am
6208
... Or a slightly streamlined version of the same thing: #! /bin/ksh CVS=`whence cvs` CVS=${CVS:=/opt/gnu/bin/cvs} export RCSBIN=`dirname $CVS` exec...
Scott Blachowicz
scott@...
Send Email
Oct 2, 1997
11:28 pm
6209
... There's not an elegant solution implemented, AFAIK, but the one that has occurred to me would be to extend the module line syntax, so it could take some of...
Dave New
den@...
Send Email
Oct 2, 1997
11:50 pm
6210
The primary difference between the two commands is that the "Selection" update command sends the selected filenames as arguments to the command, while the...
Tim Endres
time@...
Send Email
Oct 3, 1997
3:36 am
6211
... granny.el is now part of GNU Emacs 20. The key sequence is `C-x v g'. It is documented in the manual under Version Control. If you need the granny.el file...
Martin Lorentzon
Martin.Lorentzson@...
Send Email
Oct 3, 1997
3:29 pm
6212
Hello, I am *very* close to having CVS work for both UNIX and WindowsNT. I was hoping that someone could help me figure out what else I need to do in order to...
jorgen@...
Send Email
Oct 3, 1997
8:49 am
6213
... Cvs 1.3 is very old and doesn't support the client/server protocol. I suggest you get the latest cvs (1.9) and install it on the Solaris machine. Best...
Ben Stuyts
benst@...
Send Email
Oct 3, 1997
6:51 pm
6214
I have a CVS (version 1.3) server running on "rec", which is a Solaris machine. I downloaded CVS (version 1.9) for WindowsNT and put it on "river", which is a...
Marty Franchuk
franchuk@...
Send Email
Oct 3, 1997
3:45 pm
6215
You are using a branch tag to make another branch. Don't you usually use a "regular" tag (not a branch tag)? It is not clear that using a branch tag as the...
Cameron, Steve
Steve.Cameron@...
Send Email
Oct 3, 1997
4:04 pm
6216
... 1.3! You don't want 1.3! For many reasons, bug fixes, added features... CVS 1.3 is many years old, and outdated, there is no reason to use it. Update to...
Erik Kluzek
erik@...
Send Email
Oct 3, 1997
3:23 pm
6217
Hi there I just installed the cvs 1.9.16 for os2 (emx-version). Whenever I try to commit a change to a server machine, my client complains: ...
Uli Wortmann
uli12@...
Send Email
Oct 4, 1997
12:22 am
6218
(I hope this is the right mailing list for this.) Some files were recently submitted with the "-kb" option, and when I try to tag them, I get the following...
Diane Holt
dianeh@...
Send Email
Oct 3, 1997
3:31 pm
Messages 6189 - 6218 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