... Why not just side step the whole "admin -o" question and, instead of sending the entire file contents, just send an MD5 hash code for the revision in...
Charles Durst ...
Dec 1, 1995 9:46 am
391
... Here at SoftLab we have the following directory structure for projects /home/projects/xyz /.cvsroot /usr /me /you /john /bin ... Each developer belonging...
Thomas Nilsson ...
Dec 1, 1995 12:23 pm
392
Using the different source repositories is the method my company has been using with great success. I've found that the only time you need be concerned with...
Adam Wasserman ...
Dec 1, 1995 7:57 pm
393
... You will need to force mounting (permanent mount) the CVS repository file system to many hosts. What not using NFS for this purpose ??? ... Basically NO....
Mikel Doucet ...
Dec 1, 1995 8:35 pm
394
I seeking a way to preserve the CVS repository file ownership (UID/GID) after a commit operation (the user becomes the owner of a 'committed' file). An...
Mikel Doucet ...
Dec 1, 1995 11:39 pm
395
... The remote CVS extensions in CVS 1.5 and later work very well; you don't really need to NFS mount your repository. In fact, in combination with changing...
Irving Reid ...
Dec 1, 1995 11:40 pm
396
[ On Fri, December 1, 1995 at 13:15:12 (-0500), Mikel Doucet wrote: ] ... Is there any real problem with having the last user to commit a change be the owner...
Greg A. Woods ...
Dec 2, 1995 1:41 am
397
... Here is a C program which changes the window name and icon name for the X window which has keyboard focus. We typically use this in an environment-setting...
Dennis T. Cook ...
Dec 2, 1995 2:11 am
398
[ On Fri, December 1, 1995 at 18:25:26 (-0500), Dennis T. Cook wrote: ] ... I've nothing against handy C programs. Quite the opposite indeed. However, I find...
Greg A. Woods ...
Dec 2, 1995 7:47 pm
399
How about controling 'read' access to certain files in the repository? The setup can be something like following. In a project, everybody in group 'developer'...
Nilesh Patel ...
Dec 4, 1995 12:08 am
400
[ On Sun, December 3, 1995 at 16:03:45 (-0500), Nilesh Patel wrote: ] ... Don't do that! ;-) Well, you can do that if you make the directory the file is in...
Greg A. Woods ...
Dec 4, 1995 2:30 am
401
This is an automatically posted mini-FAQ. The "Subject:" header will not change unless the contents of the mini-FAQ change, which I hope will be infrequently....
David Klann ...
Dec 4, 1995 8:46 am
402
I am using cvs 1.6 and I wish to perform a merge between two branches. I have MAIN and RJR branches. I added few files in RJR branch and now I want to merge...
B.G. Mahesh ...
Dec 4, 1995 8:51 pm
403
[ Mikel Doucet writes: ] ... While our concern isn't in preserving a particular UID, I understand your problem. Our concern is that it seems like someone...
Dave Wolfe ...
Dec 4, 1995 9:44 pm
404
... Nice try .. but it's not working (at lease on AIX arch). Unless the user GID (primary) is 'secure', the file permissions (after a cvs ci) will be user...
Mikel Doucet ...
Dec 4, 1995 10:13 pm
405
[ On Mon, December 4, 1995 at 10:53:46 (-0500), Mikel Doucet wrote: ] ... Say what? Of course it'll work if you organize things with this in mind; and you...
Greg A. Woods ...
Dec 4, 1995 11:33 pm
406
... Agree with you. ... This policy is working correctly internally. However, if you write in a project Configuration Management Plan (CMP) that you (company...
Mikel Doucet ...
Dec 5, 1995 12:07 am
407
... If you are using BSD style group semantics (setgid bit on the directory), wouldn't the group be set to that of the parent directory? Jim...
Jim Knutson ...
Dec 5, 1995 12:22 am
408
[ On Mon, December 4, 1995 at 13:59:43 (-0500), Mikel Doucet wrote: ] ... I don't think it is unheard of to include management policies in configuration...
Greg A. Woods ...
Dec 5, 1995 1:25 am
409
What correlation do cvs revision numbers (including branching) and rcs revision numbers have? More specifically, I'm commiting to a branch R1 and I'm getting...
Noel Yap ...
Dec 5, 1995 1:54 am
410
Greg A. Woods writes: [snip] ... If I understand, when two modules depend on each other, they should not depend on the cvs version of the other module, but...
danielv@...
Dec 5, 1995 2:08 am
411
[ On Mon, December 4, 1995 at 17:46:10 (-0500), danielv@... wrote: ] ... Essentially yes. You need to peform full configuration management on ...
Greg A. Woods ...
Dec 5, 1995 4:38 am
412
Disaster strikes and the disk containing the CVS repository is gone. Moreover, the automatic tape back-up was never changed to include the new, 9GB disk that...
gary webb x240 ...
Dec 5, 1995 8:22 pm
413
(Please limit your lines to ~70 columns. I've rewrapped this to make it readable). ... The text of a CVS tag has no effect on the RCS revision numbers used. ...
Philip Guenther ...
Dec 5, 1995 9:30 pm
414
Hi. I've tried to find the answer to this question in the manual and the FAQ, but, can't. So forgive me if I've failed to RTFM closely enough. I wanted to...
Glen Ropella ...
Dec 5, 1995 9:46 pm
415
Hi. I've tried to find the answer to this question in the manual and the FAQ, but, can't. So forgive me if I've failed to RTFM closely enough. I wanted to...
Glen Ropella ...
Dec 5, 1995 11:14 pm
416
... I think you just need to add a semi-colon to the end of the line USE(rcsid) near the top of the file. Assuming that solves it, then this has been fixed...
Karl Fogel ...
Dec 5, 1995 11:30 pm
417
Greetings, I'm running into a compiler error when I try and build the NT client for cvs 1.6. Before I go wandering down the garden path of configuration I'm...
Jim Campbell ...
Dec 6, 1995 12:02 am
418
unsubscribe pullela@......
Satyamurthy Pullela ...
Dec 6, 1995 12:42 am
419
... Hi Glen, ... I know of two alternatives. 1. Create/edit an entry in the CVSROOT/modules file so that when you checkout the module, CVS skips the old...