[cvs pserver] unrecognized auth response

2004-07-14 Thread Hon Seng Phuah
Hi all, My system administor just set up a cvs pserver on a linux machine. The configuration for x.inetd.d is: service cvspserver { # disable = no port = 2401 socket_type = stream protocol = tcp wait = no user = root passenv = PATH server = /usr/bin/cvs server_args

Re: [cvs pserver] unrecognized auth response

2004-07-14 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hon Seng Phuah [EMAIL PROTECTED] writes: My system administor just set up a cvs pserver on a linux machine. The configuration for x.inetd.d is: service cvspserver { # disable = no port = 2401 socket_type = stream protocol =

Situation with Import

2004-07-14 Thread ahalya.kumari
Hi, I have a situation where I need to do a update of source code from remote CVS server. This code will again be used by a large group here. So the current procedure is 1. Download the code from remote CVS1. 2. Import the downloaded code to local CVS2 which can be used by local group.

Re: coaxing scientists to use cvs

2004-07-14 Thread LEE Sau Dan
marko == marko [EMAIL PROTECTED] writes: my strategy is: never refill/reformat existing paragraphs. This strategy has the advantage that the diffs reflect better the logical units that I'm changing. marko True. I did the same also, but you may end up with pretty marko

Changing the repository of project

2004-07-14 Thread Ramanuj Singh
Hi, Presently I have a project in a cvs repository on a server in /usr/local/cvsroot . This repository contains other projects also. Now I have to shift one of the project in a cvs repository on a different server in /usr/local/cvsrep. While shifting this project don't want to lose any

RE: Changing the repository of project

2004-07-14 Thread Jim.Hyslop
Ramanuj Singh wrote: also. Now I have to shift one of the project in a cvs repository on a different server in /usr/local/cvsrep. While ... How could I do this shifting. You could start by reading the manual: https://www.cvshome.org/docs/manual/cvs-1.11.17/cvs_2.html#SEC25 -- Jim Hyslop

Changes made to project

2004-07-14 Thread Murrgon
Is there a way to determine if there have been any commits or adds done to a project since a specific date or tag? Thanks ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

Re: [cvs pserver] unrecognized auth response

2004-07-14 Thread Hon Seng Phuah
Mark D. Baushke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hon Seng Phuah [EMAIL PROTECTED] writes: My system administor just set up a cvs pserver on a linux machine. The configuration for x.inetd.d is: service

Re: [cvs pserver] unrecognized auth response

2004-07-14 Thread Mark D. Baushke
#part sign=pgp [EMAIL PROTECTED] Hon Seng Phuah [EMAIL PROTECTED] writes: Mark D. Baushke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... As user root, outside of cvs, are you able to read the file /pgfs3/asic3/users/cvs/CVSROOT/config while you are logged into host pglc8004 ?

Re: Changes made to project

2004-07-14 Thread Spiro Trikaliotis
Hello, * On Wed, Jul 14, 2004 at 11:28:36AM -0400 Murrgon wrote: Is there a way to determine if there have been any commits or adds done to a project since a specific date or tag? I would test it with cvs diff -uN or cvs rdiff, and giving the appropriate tags or dates as parameters. HTH,

RE: Changes made to project

2004-07-14 Thread Jim.Hyslop
Murrgon wrote: Is there a way to determine if there have been any commits or adds done to a project since a specific date or tag? Do you mean besides using the -r or -d options to diff/log/update? -- Jim Hyslop Senior Software Designer Leitch Technology International Inc.

Re: Changes made to project

2004-07-14 Thread Murrgon
Hmmm, yeah I think I'm gonna need some different method. The problem is that the machine doing the check for differences does not have the project checked out to a sandbox so doing a diff won't work. Bascially what I want to do is set up a build machine that can check for changes made to the

Re: Changes made to project

2004-07-14 Thread Tyler
Please don't top-post. Jim.Hyslop wrote: Murrgon wrote: Is there a way to determine if there have been any commits or adds done to a project since a specific date or tag? Do you mean besides using the -r or -d options to diff/log/update? On Wed, Jul 14, 2004 at 03:07:22PM -0400,

RE: Changes made to project

2004-07-14 Thread Jim.Hyslop
Murrgon wrote: Hmmm, yeah I think I'm gonna need some different method. The problem is that the machine doing the check for differences does not have the project checked out to a sandbox so doing a diff won't work. rdiff works against the repository without a working copy, and also accepts the

Re: Changes made to project

2004-07-14 Thread Frederic Brehm
At 03:07 PM 7/14/2004, Murrgon wrote: Bascially what I want to do is set up a build machine that can check for changes made to the project Can you use loginfo to send a message or set a flag of some kind on a change? Then the build machine can check for the message/flag and build. You might also

Re: [cvs pserver] unrecognized auth response

2004-07-14 Thread Larry Jones
Mark D. Baushke writes: If the directory is NFS mounted, it is possible that root does not have permissions to one or more of the intermediate directories leading to the config file. It's also asking for trouble -- essentially every reported instance of repository corruption as been caused

Re: Situation with Import

2004-07-14 Thread Larry Jones
[EMAIL PROTECTED] writes: 1. If some files are deleted or moved in remote CVS1, it doesn't get reflected during Import. The old files still exist which causes confusion. If you do a merge after importing like you're supposed to, deleted files are detected and deleted. I am thinking of a

Other cvsweb newbie with problems ...

2004-07-14 Thread Omar Florez
HEllo I'm using perl v5.8.0, cvsweb-3.0.1-0 and the error message that shows apache is Unrecognized character \xA7 at cvsweb.cgi line 837 are there anyone that can help me please ? ___ Info-cvs mailing list [EMAIL PROTECTED]