Need help with inetd.conf file

2001-04-30 Thread Aram Ter-Martirosyan
I am trying to run cvs 1.11 on RedHat 6.2 server and getting the classical error described in the Troubleshooting section of the documentation cvs server: cannot open /root/.cvsignore: Permission denied cvs [server aborted]: can't chdir(/root): Permission denied then either you haven't

Chrooted SSH CVS server HOW-TO - DRAFT version - R20010423

2001-04-30 Thread Olivier Berger
Hello, fellow CVS administrators. I'd like to announce the availability (first public release, on http://www.idealx.org) of a new HOW-TO published under the GNU FDL. This document describes the steps necessary to setup a very network-secure CVS server, allowing SSH access to chrooted CVS

Re: SCC complient interface

2001-04-30 Thread David Fuller
There are packages available. http://www.wincvs.org/ has a pretty good list of available CVS client tools. We use Igloo (http://www.jalindi.com/igloo/) where I work and we are very happy with it. -- David F. Lenng, Helen wrote: Hi, We'd like to try to integrate our SQL development tool,

can not commit

2001-04-30 Thread kelly dai
I wanted to commit a file we deleted from cvs before. but wincvs gave me the following error message. cvs server: cannot add file `Bundle.properties' when RCS file `/cvs/projects/extreme/non_test/src/com/embarcadero/extreme/console/explorer/Bundle.properties,v' already exists cvs [server

Problems with binary files on Solaris 2.7

2001-04-30 Thread Voigt, Ulrich
Hello, I have problems to work with binary files using cvs under Solaris 2.7 cvs 1.9. I add binary files via cvs add -kb filename and cvs commit filename. After changing the binary file I try to do cvs commit again, but now I get the error message new revision: 1.2; previous revision: 1.1

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-30 Thread Larry Jones
Derek R. Price writes: Whoops. I thought distcheck was running make check too. Anyway, I'll update the sanity test and pay more attention next time. It does make check, but not make remotecheck. Perhaps we should think about revising the testing targets; something like changing the

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-30 Thread Larry Jones
Derek R. Price writes: Date: Saturday April 28, 2001 @ 22:25 Author: dprice Now *THAT'S* what I call good response time! :-) -Larry Jones He's just jealous because I accomplish so much more than he does. -- Calvin ___ Info-cvs mailing list

Re: val-tags issue (was: CVS 1.11.1 Released)

2001-04-30 Thread Derek R. Price
Larry Jones wrote: Derek R. Price writes: Date: Saturday April 28, 2001 @ 22:25 Author: dprice Now *THAT'S* what I call good response time! :-) Unfortunately, they already made me promise to give the time machine back. :) Derek -- Derek Price CVS Solutions

Re: CVS Errors

2001-04-30 Thread Larry Jones
SoloCDM writes: Larry Jones stated the following: SoloCDM writes: The following errors were produced with the immediate following command: make -f Makefile.cvs autoconf configure.in:147: warning: AC_TRY_RUN called without default to allow cross compiling

Re: Problems with binary files on Solaris 2.7

2001-04-30 Thread Larry Jones
Voigt, Ulrich writes: I have problems to work with binary files using cvs under Solaris 2.7 cvs 1.9. I add binary files via cvs add -kb filename and cvs commit filename. After changing the binary file I try to do cvs commit again, but now I get the error message new revision: 1.2;

Re: Need help with inetd.conf file

2001-04-30 Thread Larry Jones
Aram Ter-Martirosyan writes: I tried all of that, but nothing is working. Running a shell script and unsetting the HOME causes the cvs server to close as soon as I try to login. That implies that there is something wrong with your shell script -- if you post it here, we can help you fix it.

Re: Changing imported binary files to normal text file.

2001-04-30 Thread Larry Jones
Rachman Chavik writes: I have imported several files as binary and need to revert the type back to normal file. I know that the -kb option sets the binary flag. But how do I remove this flag? -kkv -Larry Jones The surgeon general should issue a warning about playing with girls. --

CVS service flood

2001-04-30 Thread Nils Jakobson
One ofdevelopers is performing complex scripts for automating builds, and looks like CVS service detects it as flooding, here is log: Apr 30 19:13:23 cvs-rix inetd[479]: cvspserver/tcp server failing (looping or being flooded), service terminated for 10 min What I shoulddo to avoid the

Permission denied on :ext: protocol

2001-04-30 Thread Stephen Rasku
I am trying to get the :ext: protocol working with rsh with little success. When I try and checkout, I get: Permission denied. cvs [checkout aborted]: end of file from server (consult above messages if any) I can execute cvs remotely: users/tgx 11 rsh lima cvs Usage: cvs [cvs-options]

Re: Permission denied on :ext: protocol

2001-04-30 Thread Larry Jones
Stephen Rasku writes: I am trying to get the :ext: protocol working with rsh with little success. When I try and checkout, I get: Permission denied. cvs [checkout aborted]: end of file from server (consult above messages if any) Upgrade the server to CVS 1.11 (or 1.11.1p1) to get

Re: CVS service flood

2001-04-30 Thread Larry Jones
Nils Jakobson writes: Apr 30 19:13:23 cvs-rix inetd[479]: cvspserver/tcp server failing = (looping or being flooded), service terminated for 10 min What I should do to avoid the flood protection? Read your inetd man page (this has nothing to do with CVS). -Larry Jones I'll be a hulking,

verifymsg

2001-04-30 Thread Andy Baker
I'd like to verify a log message depending on branch tag. Can't see a way to get to the filename (and hence cvs status) via verifymsg? Any thoughts, or do I have to hack into the cvs code? TIA Andy NOTICE AND DISCLAIMER: This email (including attachments) is confidential. If you have

CVS 1.11.1p1 diff bug fix (was Re: CVS 1.11.1 release.)

2001-04-30 Thread Derek R. Price
Dan York wrote: Derek, Actually, I'm pretty certain that the server is the only one that needs to be upgraded for the diff fix if you're using client/server. I probably should have noted that in the NEWS file, but I wasn't positive. I know that the reverse is true - upgrading just

Re: CVS 1.11.1p1 diff bug fix (was Re: CVS 1.11.1 release.)

2001-04-30 Thread Dan York
Derek, Sorry. The server is simply where the diffing happens. It keeps bandwidth usage low though. This was a particularly annoying bug which was around forever and it used to generate bug reports all the time. It probably still will for awhile until a lot of people upgrade. This

1.11.1 and 1.11.1p1 VC++ projects are missing ZLIB

2001-04-30 Thread Dennis Jones
Hi, I just downloaded the 1.11.1 and 1.11.1p1 source code tar files. I can't build either of them because apparently they are missing the zlib .DSP project file. Did someone goof? - Dennis ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: 1.11.1 and 1.11.1p1 VC++ projects are missing ZLIB

2001-04-30 Thread Dennis Jones
In case it isn't already obvious, I was talking about the NT build. I'm having some trouble with building udner Linux too, but I think it is a machine problem. I keep getting gcc: Internal compiler error: with various meesages. If I restart make, it usually gets passed it, but then it will

CVS /etc/inetd.conf question

2001-04-30 Thread John Hsieh
In order to configure the CVS server, modify the /etc/inetd.conf is necessary. But in the RedHat 7.0 version software, there is no /etc/inetd.conf Where is the file of /etc/inetd.conf or similar configuration file in RedHat 7.0? If there is no /etc/inetd.conf, how do I can configure CVS

Cvs checkout error!!

2001-04-30 Thread mm rao
Hi, I am getting following error when I try to checkout with any of the users in the passwd file other than admin. Terminated with fatal signal 11 Core dumped; preserving /tmp/cvs-serv9187 on server. CVS locks may need cleaning up. Do you think I need to delete some entries in the /tmp

Re: Cvs checkout error!!

2001-04-30 Thread Larry Jones
mm rao writes: Terminated with fatal signal 11 Core dumped; preserving /tmp/cvs-serv9187 on server. CVS locks may need cleaning up. [...] this is with the Corey Mineyard Marty patches for CVS permissions). Where did you get those patches? The problem is almost certainly bad code of some

Re: CVS /etc/inetd.conf question

2001-04-30 Thread Larry Jones
John Hsieh writes: But in the RedHat 7.0 version software, there is no /etc/inetd.conf man xinetd. And if you need more help, ask Linux people who will know about xinetd, not CVS people who generally will not. -Larry Jones I don't need to improve! Everyone ELSE does! -- Calvin

Re: Permission denied on :ext: protocol

2001-04-30 Thread Stephen Rasku
Subject: Re: Permission denied on :ext: protocol To: [EMAIL PROTECTED] Date: Mon, 30 Apr 2001 13:21:37 -0400 (EDT) Cc: [EMAIL PROTECTED] From: [EMAIL PROTECTED] (Larry Jones) Stephen Rasku writes: I am trying to get the :ext: protocol working with rsh with little success. When I try and

Re: CVS /etc/inetd.conf question

2001-04-30 Thread David D. Hagood
John Hsieh wrote: In order to configure the CVS server, modify the /etc/inetd.conf is necessary. But in the RedHat 7.0 version software, there is no /etc/inetd.conf Where is the file of /etc/inetd.conf or similar configuration file in RedHat 7.0? RH7.0 uses xinetd, which stores its

'cvs add' ownership problems

2001-04-30 Thread v0lks
Hi all, I just built cvs on my Linux box. I set up a repository called 'fs' and set the owner to root and the group to 'fsdev'. I have a list of users who belong to the 'fsdev' group who should be able to add, commit, etc... However, when I tried to add the first directory to the

Re: Permission denied on :ext: protocol

2001-04-30 Thread Stephen Rasku
Larry Jones wrote: Stephen Rasku writes: I am trying to get the :ext: protocol working with rsh with little success. When I try and checkout, I get: Permission denied. cvs [checkout aborted]: end of file from server (consult above messages if any) Upgrade the server to CVS 1.11 (or

CVS Problem

2001-04-30 Thread sachin
Dear Sir, From last three weeks i am tried to configure CVS in Red Hat 6.2 server with Wincvs client 1.2. I am facing same problem last three weeks. i could not solve the proble with help of manuals and CVS news group. the problem is as follows. NEW CVSROOT:

SCC complient interface

2001-04-30 Thread Lenng, Helen
Hi, We'd like to try to integrate our SQL development tool, Cast Workbench, with CVS. Cast supposedly can integrate w/ anything that provides an SCC complient interface on Windows (they say they can integrate w/ PVCS and Clearcase). Does CVS provide an SCC complient interface on Windows?