Defining modules

2001-03-05 Thread Michael Lukaschek
Hello, is there a way to define modules consisting of some other modules (other modules are defined in modules file, but they are not the real modules name, they are aliases... )? Is there a way to specify a branch in the modules file? I want to define a module using a specified branch of

RE: How to get edit -c working

2001-03-05 Thread Noel L Yap
Ahh, I see the problem. You need some way to tell everyone that the database stuff is being worked on. You're thinking of using CVS as the mechanism to do so. I think I would use the "cvs edit -c" patch for this situation. Noel [EMAIL PROTECTED] on 2001.03.02 13:54:59 (see below) [EMAIL

Re: Standalone CVS pserver

2001-03-05 Thread Robert Schiele
On Thu, Mar 01, 2001 at 04:22:26PM -, Darren Young wrote: I read a thread from last year that mentioned the same type of issue I am looking to resolve, although I did not find any appropriate answers. I am looking to set up a cvs pserver, however it will be located on my hosting

Re: cvs checkout hangs with ssh2?

2001-03-05 Thread Rob Helmer
This is a bug in SSHv2. You must use SSHv1 as an RSH replacement for the time being. I have had no problems running CVS through an SSHv2 tunnel however, so if you want to bind pserver to the loopback and tunnel in that would work ok. On Mon, Mar 05, 2001 at 11:06:45AM -0600, John D. DeHart

Re: merge/diff

2001-03-05 Thread Derek Scherger
Great idea, thanks Mike! For the record, here's what I did: cvs diff -bw -r HEAD -r branch-tag filename patch.txt vi patch.txt patch patch.txt I was a bit surprised when the patch applied cleanly after I had (carefully) hacked a bunch of stuff out, only one hunk failed and everything else

Unusual error message

2001-03-05 Thread Trent Eggleston
Hi, Someone in our organization used "cvs commit" to commit several files. However, so far as Ican tell, the files were not updated. The history files indicate that the files were checked in, though. Now, whenever anyone trys to commit any file, error messages are printed for each and every one

Re: querying non-rtags?

2001-03-05 Thread Alexander Kamilewicz
Hi all, I noticed that the technical part of my question was answered by Larry Jones answering another question earlier on Sunday. So thanks, indirectly, for that. However, the "process advice" part of my question still stands. If any of you have the time, I'd definitely appreciate advice on

RE: can not lock a branch.

2001-03-05 Thread Li, James
Title: RE: can not lock a branch. BTW, How to change cvs default time zone from UTC/GMT to my local PST. Thanks -James -Original Message- From: Li, James Sent: Monday, March 05, 2001 3:34 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]'; Li, James Subject: can not lock a

Re: Looking for *real* docs

2001-03-05 Thread Gerhard Sittig
On Mon, Mar 05, 2001 at 09:27 -0600, David H. Thornley wrote: [ ... parsing command output with scripting languages ... ] As far as I know, there is no defined way to read this information. This way suffers from the possibility that a future revision will change the output (AFAIK, there

Re: can not lock a branch.

2001-03-05 Thread Rob Helmer
CVS has no facilities for changing this as far as I know. It's probably better just to use UTC in your other systems as well :) On Mon, Mar 05, 2001 at 06:47:17PM -0800, Li, James wrote: BTW, How to change cvs default time zone from UTC/GMT to my local PST. Thanks -James