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: 1433
  • Category: Development
  • Founded: Aug 7, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 6189 - 6218 of 26776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6189 martin.sjoelin@... Send Email Oct 1, 1997
9:25 am
[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@... Send Email
Oct 1, 1997
4:53 pm
unsubscribe...
6191 Uwe Fritsch
uwe.fritsch@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Oct 1, 1997
9:03 pm
6195 Rivord, James
jrivord@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Oct 2, 1997
8:04 pm
6204 Hal Mahaffey
hal@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Oct 3, 1997
3:36 am
The primary difference between the two commands is that the "Selection&quot; update command sends the selected filenames as arguments to the command, while the...
6211 Martin Lorentzon
Martin.Lorentzson@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
Messages 6189 - 6218 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