Re: port error in pserver: Win9x client connecting to CVSNT 1.11.1.3 (Build 57c)

2002-04-24 Thread Sumit Mandal
Hi I also faced this problem with build 57b in the same platform, few days back.I was using Windows 2000 client.When I copied all the dll's in the windows/system folder the problem got solved Sumit - Original Message - From: "MDA" <[EMAIL PROTECTED]> Newsgroups: gnu.cvs.help To: <[EMAIL

RE: cvs edit -c locked checkout problem

2002-04-24 Thread Noel Yap
--- "Krishnamoorthy, Balaji" <[EMAIL PROTECTED]> wrote: > Could you please suggest where I can find the patch > to make one user unable to unlock the lock of the > other user . Is it a good idea to put such patches ? > what would be the implications if I would put in > that . I know of no such pa

Re: cvs status: show only *not* Up-to-date files

2002-04-24 Thread Larry Jones
Markus Ostenried writes: > > is there switch for CVS STATUS to show me only the files > that are *not* Up-to-date ? Try "cvs -nq update" instead. -Larry Jones Oh yeah? You just wait! -- Calvin ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail

Re: Failure to build cvs 1.11.2 on Windows

2002-04-24 Thread Larry Jones
Martin Tomes writes: > > Is this a change of default access method to :ext: since version 1.10, > my understanding was that :server: was the default. Yes, I believe so. You should really specify the access method explicitly rather than counting on the default. -Larry Jones Aw Mom, you act li

Re: RFC - new switches for 'cvs status'

2002-04-24 Thread Larry Jones
Matthew Persico writes: > > Should I/we decide to patch the CVS source, who do we contact to get > official sanction? I do not want to patch only to have someone say "Nice, > but it doesn't pass these rules for coding" or "we are going to use the -i > switch later on, please change it...". I'd li

Re: Deleting / Renaming Repositories

2002-04-24 Thread Larry Jones
Steve P writes: > > How do you delete a repository w/o going into the cvs root and blowing it > away? You don't. Unless you're deleting it because it was a complete mistake and never should have been there in the first place, a better alternative is to check it out and "cvs rm" all of the files

Re: cvs [commit aborted]: reading 'myfile': File too large

2002-04-24 Thread Larry Jones
Gustavo Delfino writes: > > My working directory is on a Windows 2000 machine wich I access via > SMB from my Mac OS X machine. That's undoubtedly the problem. Windows is screwy, SMB is doubly screwy, and SMB on Mac is likely screwy squared. -Larry Jones What's the matter? Don't you trust yo

Re: urgent: connection refused.

2002-04-24 Thread Larry Jones
[EMAIL PROTECTED] writes: > > I use the package automake-1.5-cvshome.1.noarch.rpm download from = > cvshome to setup on redhat linux 7.2. After create the repository and = > config the cvspserver file in xinet.d directory, I use the following = > command to test the port 2401 working, > telne

Re: how to "lock" repository during backup

2002-04-24 Thread Larry Jones
John writes: > > So let me make sure I understand. And I'm sorry this is off topic, but > one day I might need to use Linux/unix to support a cvs server. > > inetd is an application/process that is generic that the admin must > configure to say: > open port 2401. When you get a connection he

compressed communication between 1.11.2 server and 1.11.1p1 client hangs up

2002-04-24 Thread Tanaka Akira
I found that cvs-1.11.2 server and cvs-1.11.1p1 client hangs up when communication is compressed by -z. For example, % CVS_RSH=ssh CVS_SERVER=/home/akr/src/cvs/z/1.11.2/bin/cvs /home/akr/src/cvs/z/1.11.1p1/bin/cvs -f -z1 -d :ext:localhost:/home/akr/.cvsroot co -c hangs up in my environment. c

Re: how to "lock" repository during backup

2002-04-24 Thread John
So let me make sure I understand. And I'm sorry this is off topic, but one day I might need to use Linux/unix to support a cvs server. inetd is an application/process that is generic that the admin must configure to say: open port 2401. When you get a connection here transfer the connection

jump back to old version?

2002-04-24 Thread Felix Mödritscher
This is some kind of a beginner's question, but I can't find it in the doc right now: How can I jump back to the last version (or to any old version) of a single file in the repository? Greetings, -- Felix Moedritscher| Email: [EMAIL PROTECTED] Student of Telematics | http://

RE: cvs edit -c locked checkout problem

2002-04-24 Thread Krishnamoorthy, Balaji
Could you please suggest where I can find the patch to make one user unable to unlock the lock of the other user . Is it a good idea to put such patches ? what would be the implications if I would put in that . Thanks bala Balaji Krishnamoorthy Senior Systems Analyst Architecture, IT Standard

Re: new message during commit

2002-04-24 Thread Pierre Asselin
In <[EMAIL PROTECTED]> Venkatraman Sathiyamoorthy <[EMAIL PROTECTED]> writes: >When I committed a file, it worked fine. But I also got one more message as > "you must specify direct recipients with -s -c or -b" >I've never seen this before, so can anybody explain this ?? That's a me

pserver access hangs on exit

2002-04-24 Thread yem
Hi all. I've been using cvs 1.11.1p1 with xinetd 2.3.3 perfectly for a while and I just upgraded to 1.11.2. However whenever I run a cvs command via pserver, the connection hangs after completion until I ^C it. It works fine if used locally, on the server so I figure it's probably an inetd thing

Question about CVS on Windows NT

2002-04-24 Thread Nicolas PEZRON
Hello everybody, I am a french student and I have to work on CVS during my internship... I have 2 kinds of files : some Unix files on a Unix server and some Windows files on Windows NT server... I have yet installed a CVS tree for Unix and it is ok but I have a problem for my Unix files... may I

Re: how to "lock" repository during backup

2002-04-24 Thread "Jesús M. NAVARRO"
Hi, John: John wrote: > But there has to be some type of listening process. I have a cvs server > on XP, and there is a process that is listening on 2401. If I kill this > process, no one can make connections to the cvs repository. > > Is this not the same on Unix? > Yes it is... somehow. 24

RE: using ANT and CVS

2002-04-24 Thread Tom Copeland
Yup, you should be able to simply pass the Ant CVS task a couple commands, like: cvs add foo.jar and then a cvs ci -m "Automated build" foo.jar using the task's "command" attribute. Or have you already tried that? Yours, Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI

using ANT and CVS

2002-04-24 Thread alberto.amargos
Hi, I am currently working with ANT software together with CVS in a J2EE platform. I can checkout from the CVS repository from ANT and generate.jar and .class files. What I would like to do is to put into the repository automatically these files generated with ANT. Has anyone faced this situatio

Re: cvs edit -c locked checkout problem

2002-04-24 Thread Robert J. Clark
On Wed, 24 Apr 2002 10:28:37 -0400 "Krishnamoorthy, Balaji" <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Robert J. Clark [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 23, 2002 7:36 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: cvs edit -c locked checkout

Disregard request for PDF format

2002-04-24 Thread Terry Spafford
Please disregard my previous request for the manual, I managed to do some digging around on the ftp.cvshome.org server and found where it was. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Security aspect in CVS

2002-04-24 Thread Greg A. Woods
[ On Wednesday, April 24, 2002 at 17:01:19 (+0530), Sumit Mandal wrote: ] > Subject: Security aspect in CVS > > I have recently installed the CVS NT Server in Windows 2000 Server Edition.I am >using WinCVS 1.3 client.They work fine.To implement CVS at organizational level,I am >exploring CVS and

PDF format of manual for 1.11.1p1

2002-04-24 Thread Terry Spafford
Can anyone tell me where online I might be able to find a pdf version of the CVS manual for version 1.11.1p1 ? I realize that the 1.11.2 version is virtually identical, but I would rather have the slightly older version to keep people from bugging me about the different version numbers. (We are no

Re: default branch in head section of RCS

2002-04-24 Thread Eric Siegerman
On Wed, Apr 24, 2002 at 02:12:47PM +0200, Dausy Wim wrote: > If there's a default branch given in the head field of the head section > in the RCS file, > could this only be a vendor branch? In a CVS context, this is correct. As far as RCS is concerned, the "default branch" field can refer to any

Re: cvs status: show only *not* Up-to-date files

2002-04-24 Thread gabriel rosenkoetter
On Wed, Apr 24, 2002 at 02:24:36AM +0200, Markus Ostenried wrote: > I thought already of writing a small app that filters cvs' output > but I would like a more simple way. Last I heard, that "small app" was called grep. -- gabriel rosenkoetter [EMAIL PROTECTED] msg20202/pgp0.pgp Descript

Re: removing sandbox files ignored or not registerd via cvs add

2002-04-24 Thread Frederic Brehm
At 13:17 +0200 4/24/02, Janning Vygen wrote: >How can i easily remove all files in a sandbox which are > >1. not yet registered in the repository via cvs add /cvs import >2. are ignored by .cvsignore or internal ignore list (like .o ~ etc.) Use "cvs -nq update" and look at the lines that begin wi

Re: removing sandbox files ignored or not registerd via cvs add

2002-04-24 Thread Eric Siegerman
On Wed, Apr 24, 2002 at 06:42:48AM -0700, Gianni Mariani wrote: > Janning Vygen wrote: > >How can i easily remove all files in a sandbox which are > >1. not yet registered in the repository via cvs add /cvs import > >2. are ignored by .cvsignore or internal ignore list (like .o ~ etc.) > > Usuall

Re: CVS vs. Perforce

2002-04-24 Thread Eric Siegerman
On Tue, Apr 23, 2002 at 10:29:48PM -0400, Charles Soper wrote: > [CVS vs. Perforce] There was a long thread on this topic recently. Check the list archives. -- | | /\ |-_|/ > Eric Siegerman, Toronto, Ont.[EMAIL PROTECTED] | | / "Outlook not so good." That magic 8-ball knows ever

Re: cvs [commit aborted]: reading 'myfile': File too large

2002-04-24 Thread Gustavo Delfino
On 4/23/02 at 7:27 PM, [EMAIL PROTECTED] (Robert J. Clark) wrote: > That error message is generated by the client with it tries to > examine or open the file to be sent to the server. Try doing a > "stat " on the file that is failing and see if that > provides any useful information about the fil

Re: cvs status: show only *not* Up-to-date files

2002-04-24 Thread Oliver Fischer
There was a discussion about it one week ago. Search for it in the archive. Bye Oliver - Original Message - From: "Markus Ostenried" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 2:24 AM Subject: cvs status: show only *not* Up-to-date files > Hi all, > > i

Re: removing sandbox files ignored or not registerd via cvs add

2002-04-24 Thread Gianni Mariani
Janning Vygen wrote: >How can i easily remove all files in a sandbox which are > >1. not yet registered in the repository via cvs add /cvs import >2. are ignored by .cvsignore or internal ignore list (like .o ~ etc.) > Usually this is part of the build e.g. make clean or make distclean So, y

Re: Security aspect in CVS

2002-04-24 Thread david
> Hi, > > I have recently installed the CVS NT Server in Windows 2000 Server Edition. I am using WinCVS 1.3 client.They work fine.To implement CVS at organizational level,I am exploring CVS and all its features.I have the following queries from security point of view : > First, please use a car

default branch in head section of RCS

2002-04-24 Thread Dausy Wim
If there's a default branch given in the head field of the head section in the RCS file, could this only be a vendor branch? I only saw cases when this was, in all other cases this field was empty because the default branch is the main trunk. Could it be there's an other default branch given in th

Security aspect in CVS

2002-04-24 Thread Sumit Mandal
Hi,   I have recently installed the CVS NT Server in Windows 2000 Server Edition.I am using WinCVS 1.3 client.They work fine.To implement CVS at organizational level,I am exploring CVS and all its features.I have the following queries from security point of view :   How to give read access to

removing sandbox files ignored or not registerd via cvs add

2002-04-24 Thread Janning Vygen
How can i easily remove all files in a sandbox which are 1. not yet registered in the repository via cvs add /cvs import 2. are ignored by .cvsignore or internal ignore list (like .o ~ etc.) sometimes (not very often :-) i feel satisfied with my results in the sandbox and i am commiting my stuf