[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...
6190
Alexis de PEUFEILHOUX
Alexis.dePeuf@...
Oct 1, 1997 4:53 pm
unsubscribe...
6191
Uwe Fritsch
uwe.fritsch@...
Oct 1, 1997 9:49 pm
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...
6192
Preston L. Bannister
preston@...
Oct 1, 1997 3:01 pm
... 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...
6193
Steve Willer
willer@...
Oct 1, 1997 8:25 pm
... 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...
6194
Larry Jones
larry.jones@...
Oct 1, 1997 9:03 pm
6195
Rivord, James
jrivord@...
Oct 1, 1997 8:23 pm
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...
6196
David Feig
dfeig@...
Oct 1, 1997 7:58 pm
... 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'...
6197
John Swan
g583284@...
Oct 2, 1997 1:22 am
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...
6198
Alexandre TOTH
alex@...
Oct 2, 1997 5:32 pm
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...
6199
Steve Higham
steve@...
Oct 2, 1997 8:39 pm
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...
6200
Alessio Milan
amilan@...
Oct 2, 1997 11:22 pm
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...
6201
Gary Oberbrunner
garyo@...
Oct 2, 1997 6:30 pm
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...
6202
Kevin Rolfes
kevin@...
Oct 2, 1997 6:27 pm
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...
6203
Larry Jones
larry.jones@...
Oct 2, 1997 8:04 pm
6204
Hal Mahaffey
hal@...
Oct 2, 1997 10:22 pm
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...
6205
KATHLEEN OWENS
ACE.KOWENS@...
Oct 2, 1997 10:07 pm
Does anyone know the command to set the repository or CVSROOT on a Lan Directory?...
6206
Erik Kluzek
erik@...
Oct 2, 1997 8:44 pm
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...
6207
Paul Sander
paul@...
Oct 3, 1997 12:01 am
... 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...
6208
Scott Blachowicz
scott@...
Oct 2, 1997 11:28 pm
... 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...
6209
Dave New
den@...
Oct 2, 1997 11:50 pm
... 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...
6210
Tim Endres
time@...
Oct 3, 1997 3:36 am
The primary difference between the two commands is that the "Selection" update command sends the selected filenames as arguments to the command, while the...
6211
Martin Lorentzon
Martin.Lorentzson@...
Oct 3, 1997 3:29 pm
... 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...
6212
jorgen@...
Oct 3, 1997 8:49 am
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...
6213
Ben Stuyts
benst@...
Oct 3, 1997 6:51 pm
... 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...
6214
Marty Franchuk
franchuk@...
Oct 3, 1997 3:45 pm
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...
6215
Cameron, Steve
Steve.Cameron@...
Oct 3, 1997 4:04 pm
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...
6216
Erik Kluzek
erik@...
Oct 3, 1997 3:23 pm
... 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...
6217
Uli Wortmann
uli12@...
Oct 4, 1997 12:22 am
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: ...
6218
Diane Holt
dianeh@...
Oct 3, 1997 3:31 pm
(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...