... Right, this is what is desired. The reason for 770 was because this was the default that the admins install of CVS gave to the ,v files I figured that's...
Peter Kennard
peterk@...
Feb 1, 2000 8:17 am
19564
... There is an issue here with adding locks to CVS. The client/server protocol does not have any mechanism for supporting locks. What I mean to say is that ...
Tim Endres
time@...
Feb 1, 2000 8:47 am
19565
Hi Tim, ... Change the protocol? Extend the "status"? I don't know, I am not much familiar with the CVS code (I did took a look thought, it is scary: full of ...
Win32 M$
wm_rclick@...
Feb 1, 2000 9:43 am
19566
... I don't mind special-casing certain commands in which the default case may lead the unsuspecting user down a road where significant recovery is needed if...
Paul Sander
paul@...
Feb 1, 2000 11:16 am
19567
... I'm in the camp that believes that "cvs add" should operate only on what it's told explicitly to add. I have no problem with extending the current ...
Paul Sander
paul@...
Feb 1, 2000 11:21 am
19568
... Here we enforce that everyone *must* do an 'update' before a 'commit', then they resolve conflicts on their own machine before committing to the the...
Tony Hoyle
tmh@...
Feb 1, 2000 12:01 pm
19569
Is there a command which will give a concise list of the status of files in a directory? 'cvs status' is very verbose, and the help doesn't list any command...
Tony Hoyle
tmh@...
Feb 1, 2000 12:01 pm
19570
... #!/bin/sh # param: list of files to test cvs -Q status $@ |egrep Status:|egrep -v date ... So get yourself a grep. It's available from a friendly gnu...
Martin Schröder
ms@...
Feb 1, 2000 12:47 pm
19571
Hi, I use the latest cvs tree of cvs. Connect to net via dialup ppp. The connection is broken since ~6 hours, and 'cvs checkout' hanging at this moment without...
Gabor Z. Papp
gzp@...
Feb 1, 2000 12:58 pm
19572
Hi Tony, ... (stuff deleted) ... Hi Martin, ... FORGET about the grep - get yourself the WinCvs + TCL. Then you will find the Macros submenu and 'Fast Search...
Win32 M$
wm_rclick@...
Feb 1, 2000 2:10 pm
19573
... I'm currently working on both of these problems. ... This one's attributed to some laziness on the part of the original programmer (the editors attribute...
Noel L Yap
yap_noel@...
Feb 1, 2000 2:37 pm
19574
If there are, in fact, physical conflicts within the files, CVS will not allow the commit (unless there's a bug) -- it'll force a "cvs up" beforehand. If the...
Noel L Yap
yap_noel@...
Feb 1, 2000 2:51 pm
19575
... Well, if you limit the lookup only to one parent directory, there's no danger, but the solution isn't intuitive. That is, it's not general -- I would...
Noel L Yap
yap_noel@...
Feb 1, 2000 3:21 pm
19576
... Or they can explicitly tell "cvs add" which files to add. Noel...
Noel L Yap
yap_noel@...
Feb 1, 2000 4:08 pm
19577
... I have this, although I was rather trying to avoid installing TCL on my boss' machine as he has enough trouble trying to understand WinCVS to start with......
Tony Hoyle
tmh@...
Feb 1, 2000 4:17 pm
19578
... Precisely. ... I still say that the purpose of locks is to prevent when necessary concurrent development. This goal can be achieved with communication via...
Noel L Yap
yap_noel@...
Feb 1, 2000 4:23 pm
19579
try "cvs -nq update" The output is very concise, perhaps a bit too concise.. instead of "Modified", "Up-to-date", "Conflict" you get: A xxx.y M foo.c C foo.,h ...
Cameron, Steve
Steve.Cameron@...
Feb 1, 2000 4:25 pm
19580
... left? ... even ... most ... limit ... Nowhere, but you did respond with "The core functionality that perhaps the majority of users actually use" which...
Noel L Yap
yap_noel@...
Feb 1, 2000 4:26 pm
19581
... But the only reason you've done "cvs add dir" is 'cos it's been hacked to create the directory in the repository. This hack should be removed. ... How...
Noel L Yap
yap_noel@...
Feb 1, 2000 4:32 pm
19582
... Our code here has lots of goto's. It's not what you use, it's how you use it. Look through the code some more until you understand it -- it's cleaner than...
Noel L Yap
yap_noel@...
Feb 1, 2000 4:49 pm
19583
... of ... Then why not apply the same "fix" to "cvs add" (ie put "add -l" in .cvsrc)? Noel...
Noel L Yap
yap_noel@...
Feb 1, 2000 4:55 pm
19584
... "cvs add -l" should fill your need unless you're talking about "cvs add dir" keeping its old hack behaviour of creating an empty directory in the repo. If...
Noel L Yap
yap_noel@...
Feb 1, 2000 5:36 pm
19585
Subscribe...
rjiang@...
Feb 1, 2000 5:57 pm
19586
... Could we get a ".cvspayattentionto" file or something like that? When it's time to add files, we usually want to add those ending in .C or .h or .ad or...
David Thornley
David.Thornley@...
Feb 1, 2000 5:57 pm
19587
[ On Tuesday, February 1, 2000 at 14:39:22 (CST), Win32 M$ wrote: ] ... People need to try much harder to make their points explicit. This is a forum where...
Greg A. Woods
woods@...
Feb 1, 2000 5:59 pm
19588
... And what I am trying to say is that someone has to code this, and it is not trivial. Further, there are *far* more important things to code. So, unless you...
Tim Endres
time@...
Feb 1, 2000 6:06 pm
19589
... I always use cvs status | grep Status or something like that. It gives me the exact information you're asking for, with a few additional words. You could...
David Thornley
David.Thornley@...
Feb 1, 2000 6:11 pm
19590
Noel Yap wrote ... ... through ... to ... <snip> ... possibly null set ... could get ... I'm looking for a reality check before I start hacking. Is it really a...
dbockenf@...
Feb 1, 2000 6:33 pm
19591
[ On Tuesday, February 1, 2000 at 11:07:51 (+0000), Tony Hoyle wrote: ] ... Actually it's CVS that forces everything to be "up-to-date" before the commit can...
Greg A. Woods
woods@...
Feb 1, 2000 6:35 pm
19592
Hi Larry, Your suggestions seem very reasonable to me as far as the entries in the Repository files are concerned! Nevertheless it seems to me that both the...