Hi there, I have a problem: I have only a single user on the system, but different directories for different 'virtual users'. Every virtual user has a ...
Dirk Raebiger
drabiger@...
Sep 1, 1997 11:19 pm
5911
... CVS wont let you do that. If XY makes changes and commits, XZ wont be able to commit until he updates to the changes made by XY, -that is done using the...
Henrry Nino
hnino@...
Sep 2, 1997 12:35 am
5912
Hi, sorry that I bugged you with my problem; now I see that I only had a knot in my thoughts. :) Anyway, thanks for all replies! Dirk Dirk Raebiger...
Dirk Raebiger
drabiger@...
Sep 2, 1997 6:08 pm
5913
Hi All, I am trying to use CVS 1.9 for NT. I am trying to set it up in such a way that no one really has access to the repository directly (i.e. no one can...
Erik Sette
erik@...
Sep 2, 1997 3:44 pm
5914
There's a feature I think would be nice to add to CVS and I wanted to see if this was something that others might find useful. Add support for the renaming of...
Erik Kluzek
erik@...
Sep 2, 1997 9:56 pm
5915
I got over-eager with the delete key for email or this would be a reply. Someone asked about how to split the "modules" file due to having lots of modules. ...
Hal Snyder
hal@...
Sep 3, 1997 1:40 am
5916
PLEASE! I have had to do this so often it is not funny anymore. Jim R....
Rivord, James
jrivord@...
Sep 3, 1997 2:11 am
5917
We are using "cvs watch" to provide better information about who is editing a file, while still allowing lazy locking. Is this a good strategy? If so, what is...
chub@...
Sep 3, 1997 12:40 am
5918
First off I should (again) state that personally I don't see any reason to worry about renaming CVS controlled files. There's really not very much that can be...
Greg A. Woods
woods@...
Sep 3, 1997 4:32 am
5919
... Actually in general I agree with you. For moving a small number of files adding a "cvs mv" command doesn't really get you much. "cvs rm" and "cvs add" ...
Erik Kluzek
erik@...
Sep 3, 1997 5:44 am
5920
... Yes! It sounds very useful for me (as a user/admin), but I have no clue whether any 'main cvs/rcs design principle' is bothered. If I have to vote: a...
Heiko Gruner
Heiko.Gruner@...
Sep 3, 1997 1:53 pm
5921
... Greg and I have led several heated discussions about this in the past. There have also been several several implementations of such a capability proposed....
Paul Sander
paul@...
Sep 3, 1997 8:59 am
5922
... This is a recurring requirement. The first time I've read about this subject was: [on Thu, 14 Sep 1995 08:31:03 -0500 (CDT), Jo Wahle ...
Philippe Bereski
Philippe.Bereski@...
Sep 3, 1997 7:32 pm
5923
Has anyone evaluated Perforce vs. CVS? We are now looking at CVS vs. MKS Source Integrity vs. Perforce, all supposedly cross platforms solutions? Thanks, ...
melissa.mussitsch@...
Sep 3, 1997 3:42 pm
5924
I have looked over a year ago at CVS vs. P3, which is now Perforce. I think that CVS and P3 are very similar in functionality. As far as I can recall these...
mpp@...
Sep 3, 1997 3:52 pm
5925
... Does anyone know where I could locate something to help me automate this "release notes" gathering process? Is there a handy perl script somewhere...
Ronald K. House
houserk@...
Sep 3, 1997 4:48 pm
5926
... Exactly! And it does seem that we have quite a bit of support from others as well. ... Yes, it is a kludgey approach, it's just the simplest solution I...
Erik Kluzek
erik@...
Sep 3, 1997 5:08 pm
5927
Hello, I am trying to reproduce the conflict example which is shown in cvs.info-2. When I run cvs update on driver.c it does not detect any overlaps: ...
John Muller
john.muller@...
Sep 3, 1997 9:08 pm
5928
... Sounds like: * If `cvs update' finds a conflict and tries to merge, as described in *Note Conflicts example::, but doesn't tell you there were conflicts,...
Jim Kingdon
kingdonc@...
Sep 3, 1997 9:11 pm
5929
... In a CVS Directory, if you edit (in emacs) a file called "ChangeLog", and give the emacs command vc-update-change-log, (bound by default to C-x v a), then...
Harvey J. Stein
abel@...
Sep 4, 1997 4:02 am
5930
Oh No... Not again. Please!!!!!...
sah@...
Sep 3, 1997 5:54 pm
5931
Hello, This question is about branching and parallel development. We have only a few files in the entire release structure that are a certain-h/w-specific. As...
Shaila Kambli
shaila@...
Sep 3, 1997 10:02 pm
5932
[ On Tue, September 2, 1997 at 22:44:06 (-0600), Erik Kluzek wrote: ] ... It should be very easy to deal with the results of renames via 'cvs rm' and 'cvs add'...
Greg A. Woods
woods@...
Sep 3, 1997 11:12 pm
5933
... I'm new to this list, so pardon if this is inappropriate, but the following short perl hack groups by log message and sorts by date. Since CVS does each...
David Kulp
dkulp@...
Sep 3, 1997 8:17 pm
5934
"Ronald K. House" <houserk@...> wrote: ... I'll try to dredge up my old scripts. The ChangeLog approach, as far as I can tell, is still mostly a manual...
Paul Sander
paul@...
Sep 3, 1997 10:15 pm
5935
Are their any good (free) build systems available to use with CVS? Typically how do companies deal with building releases? Do they create a working directory,...
John Muller
john.muller@...
Sep 4, 1997 1:26 am
5936
... We handle this sort of thing in the build scripting. For example, a certain directory might have files our_hardware.c their_hardware.c her_hardware.c which...
Dan Wilder
dan@...
Sep 3, 1997 11:43 pm
5937
[ On Wed, September 3, 1997 at 18:26:26 (-0400), John Muller wrote: ] ... I've always devised home-grown systems using make and sh scripts. In most cases I use...
Greg A. Woods
woods@...
Sep 4, 1997 4:14 am
5938
John Muller writes, ... There is a truly fantastic free build system available via www.dscpl.com.au called "makeit". Makeit offers many advantages: +...