Re: question (preference?) about xmalloc

2000-05-02 Thread David Thornley
solutions to cover up the faults of badly-written software. I'd feel more comfortable using the software knowing that some classes of errors would have been discovered. -- David H. Thornley Software Engineer at CES International, Inc.: [EMAIL PROTECTED] or (763)-694-2556

Re: Bug in rcs.c ?

2000-04-12 Thread David L. Martin
$ci_command = "ci -f -r$rcs_rev_num[$i] -d$checked_in[$i] -w$author[$i] -t-$description -m$comment[$i] $workfile"; } Regards, David

Re: MKS/SI and CVS

2000-04-11 Thread David L. Martin
to convert from MKS's archive format to "normal" RCS format. But, I don't know of availability of such a script. David

Re: How to generate a ChangeLog file from CVS?

2000-04-11 Thread David Gravereaux
as complete as cvs2cl.pl, but like everything, it'll grow over time. -- * David Gravereaux * Tomahawk Software Group If knowlege is power, how come the more I learn, the more I realize how much I don't know? That isn't very empowering. #!CVSGUI1.0 --selection --name "Build Chan

List files and revisions which are newer than a labeled revision?

2000-04-10 Thread Karr, David
In a module (or multiple modules), how do I get a list of files and revisions which are newer than a labeled revision? David M. Karr ; [EMAIL PROTECTED] ; ATT Wireless Best Consulting Software Engineer ; Java

Re: UNIX version doesn't handle ^M in Entries/Repository if DOS ver used

2000-04-08 Thread David L. Martin
implementation appears to successfully provide this capability (thank you!), even if the core CVS does not. David

How to generate a ChangeLog file from CVS?

2000-04-07 Thread Karr, David
Is there a convenient way to generate a ChangeLog file from a set of CVS modules? I don't see anything obvious in the documentation, and I'm not sure where to find a CVS FAQ list. David M. Karr ; [EMAIL PROTECTED

Re: WinCVS external diff

2000-04-07 Thread David Martin
eases have this issue). David

Re: WinCVS: proper method of submitting diffs with new files?

2000-04-06 Thread David Gravereaux
David Gravereaux [EMAIL PROTECTED] wrote: I can't seem to get the right combination with the following scenario: 1) I only have read access to the repository. 2) I want to create a diff that will contain the new files along with diffs against the modified ones to email

Re: pserver login error on linux

2000-04-03 Thread David Katz
for your help. -Dave. Michael Bletzinger wrote: David Katz wrote: I'm having a devil of a time logging into cvs using pserver. I know cvs is working properly. I can use it from the command line to check things in and out (just not log in). I think the problem has to do

Re: pruning problems with NT OPLOCKS

2000-03-30 Thread David Martin
, David Martin

expanded merge reasons?

2000-03-27 Thread David Eger
How much work do you suppose it would be to modify the behavior of merges in CVS so that any conflict areas give a context-type diff as opposed to a straight diff? -David Eger

edit / commit / unedit bug?

2000-03-27 Thread David Eger
clears the watch and doesn't rechmod it. When unedit gets to it, it doesn't know it's supposed to be read only... Yes? Anyone have a fix? -David Eger

pserver login error on linux

2000-03-24 Thread David Katz
T/passwd cvs_root:$1$acZgejPN$G9TuTzvI49woVf9.zJ3YM0 (-- currently with salt) login command cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot login login error (Logging in to [EMAIL PROTECTED]) CVS password: cvs [login aborted]: recv() from server db.totalcreativeinc.com: EOF Thanks in advance

How do I do cvs rtag for an ampersand module?

2000-03-06 Thread Karr, David
denied cvs server: cannot chdir to bar: No such file or directory What am I doing wrong, or what information do I need to track this down? === David M. Karr ; [EMAIL PROTECTED] ; ATT Wireless Best Consulting Software Engineer ; Java/CORBA/Unix/C++/X ; TekMetrics CJP (4/20/1999)

Re: [PATCH] loginfo: logging the CVS user

2000-02-25 Thread David Martin
scripts do). Alternatively, you can pass $USER as an argument to the script called by loginfo to get the same effect w/o patching the code. Even in :pserver: mode, $USER contains the actual client ID (not the single mapped Unix user). David

Re: option -kk overrides option -kb

2000-02-18 Thread David L. Martin
deal with the conflicts. That's certainly the safest approach - I'd like to see work towards a more efficient approach, though. David

Re: Files Created After Installation

2000-02-17 Thread David Thornley
to keep a separate source code directory (assuming, of course, that you back up your repository properly). If you're not going to make changes yourself, then you don't need to keep it. You can always get a copy of the latest CVS somewhere. I'd keep a gzipped tarball somewhere, myself, though. -- D

cannot login to server

2000-02-17 Thread David Schumann
i have installed cvs as a server via inetd on my system: cvspserver stream tcp nowait root/usr/bin/cvs cvs -f --allow-root=/usr/local/src/cvs pserver is my inetd.conf entry i also have created a passwd file with htpasswd -c passwd username in the CVSROOT directory. but still i

Re: pvcs_to_rcs conversion script

2000-02-17 Thread David L. Martin
to convert well over 5,000 files - both text files, binary files, and branches. Just be sure to edit the script to account for all binary file extensions you have to ensure the -kb option is applied upon add. Regards, David Martin

Re: CVS File Locking

2000-02-16 Thread David Thornley
"Greg A. Woods" wrote: [ On Tuesday, February 15, 2000 at 14:33:51 (-0600), David Thornley wrote: ] Subject: Re: CVS File Locking So, please tell me where in Berliner's paper it says what you claim it says. You can use either the page numbers or the internal su

Re: OK, Remove the locks then...

2000-02-16 Thread David Thornley
ical - if not all ideological - purposes?) -- David H. Thornley Software Engineer at CES International, Inc.: [EMAIL PROTECTED] or (612)-694-2556 at home: (612)-623-0552 or [EMAIL PROTECTED] or http://www.visi.com/~thornley/david/

Re: Why does CVS treat removed files so specially?

2000-02-16 Thread David L. Martin
h the file was tagged prior to being removed can be reproduced, but for purposes of trunk development, removed files should (correctly) not be processed. David

Re: CVS File Locking

2000-02-15 Thread David Thornley
"Greg A. Woods" wrote: [ On Tuesday, February 15, 2000 at 09:56:42 (-0600), David Thornley wrote: ] Subject: Re: CVS File Locking I don't believe it is designed to do that. It's freely available open-source software, and I've never met anybody in the community that wante

<    3   4   5   6   7   8