protocol error: `..' has too many ..

2004-11-17 Thread Hamid Ghassemi
diff works. As far as I can tell this is a problem that is shown in a linux system. The above command works on a bsdi and solaris system. CVS version on BSDI and Solaris systems is 1.10, and on linux system it is 1.112. Is this an expected behavior for CVS? Or is this a bug? Hamid

RE: protocol error: `..' has too many ..

2004-11-17 Thread Hamid Ghassemi
Both my client and server are using 1.11.2. Hamid -Original Message- From: Derek Robert Price [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 2:11 PM To: Larry Jones Cc: Hamid Ghassemi; [EMAIL PROTECTED] Subject: Re: protocol error: `..' has too many .. -BEGIN PGP

Reference Directory...

2004-09-21 Thread Hamid Ghassemi
Is there a trigger setting in CVS to create a reference directory. We are trying to create a directory tree of the latest source code and have CVS server update it each time there is a commit to CVS. Thanks in advance. Hamid Ghassemi ___ Info-cvs

RE: CVS - brief summary

2004-09-09 Thread Hamid Ghassemi
Use the following command Cvs diff --brief file1.pl This will dive you what you need. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Black (delete obvious bit) Sent: Monday, September 06, 2004 10:05 PM To: [EMAIL PROTECTED] Subject: CVS -

Connection reset by peer?

2004-08-18 Thread Hamid Ghassemi
We seem to be getting the following error ever since upgrading to cvs 1.11.17 Fetching directory src/com/foo/apps/util/sysstats cvs [checkout aborted]: recv() from server peterpan.dev.net: Connection reset by peer We are using RedHat 7.1 for client running the same version of CVS and our server

RE: Connection reset by peer?

2004-08-18 Thread Hamid Ghassemi
PM To: Hamid Ghassemi Cc: [EMAIL PROTECTED] Subject: Re: Connection reset by peer? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hamid Ghassemi [EMAIL PROTECTED] writes: We seem to be getting the following error ever since upgrading to cvs 1.11.17 Fetching directory src/com/foo/apps/util

Ristricting access to CVSROOT....

2004-07-15 Thread Hamid Ghassemi
This may have been asked before; however, I cannot find the answer anywhere. We are trying to restrict access to CVSROOT directory such that only a few can make changes to it and all other can checkout only to read. How can this be done? Any help is appreciated. Thanks Hamid

FW: CVS update issue using -j to merge files between a branch and the trunk

2004-05-24 Thread Hamid Ghassemi
This was sent by a co-worker of mine on May 6th. However for some reason it did not get to the mailing list. So I am sending this again. Hamid Ghassemi -Original Message- From: Joe Reifel ([EMAIL PROTECTED]) Sent: Thursday, May 06, 2004 12:21 PM To: '[EMAIL PROTECTED]' Subject: CVS

RE: EOF while looking for end of string in RCS file : How to deleteproblem file?

2004-03-11 Thread Hamid Ghassemi
This might help; cvs admin -kb [yourfile] cvs update -A [yourfile] Then you can do what you need. Good luckl Hope this helps -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fred Phase Sent: Tuesday, March 09, 2004 4:28 AM To: [EMAIL PROTECTED]

CVS check in privileges

2003-11-26 Thread Hamid Ghassemi
is limiting check in access to only few developers for some specific files or directories. Thanks in advance.   Hamid Ghassemi ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: from Arun - lock in CVS

2003-09-30 Thread Hamid Ghassemi
You will have to use the admin menu and choose command line and then add cvs admin -l command for locking any file. From: arun [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 3:37 AMTo: [EMAIL PROTECTED]Subject: from Arun - lock in CVS Hi All, I am using Windows server as

Input files

2003-06-18 Thread Hamid Ghassemi
Can CVS use an input file in place of options for each individual file. We have a list of files that makes up a recipe of what source code is needed to make a product. I would like to use this file as a input to a CVS command to do checkouts, tag, commit, etc. Here is an example Input file

check in error...

2002-11-15 Thread Hamid Ghassemi
Title: check in error... When I try to check in a file in certain directories I get the following message; cvs [server aborted]: received abort signal cvs: hash.c:312: findnode: Assertion `key != ((void *)0)' failed. Does anyone know why I am getting this error? Any help is appreciated.

Strange message from CVS...

2002-04-09 Thread Hamid Ghassemi
Title: Strange message from CVS... Lately when I use a version on the cvs command line, the following message shows up; $ cvs update -r maint42 cvs server: duplicate key found for `y' $ Does anyone know what this is and why I get it? Any help would be great. -Hamid Ghassemi

time and date in CVS...

2001-12-07 Thread Hamid Ghassemi
l revision: 1.1done# rm -f foo.c # cvs update U foo.c # ls -l -rw-r--r-- 1 root swdev 18 Dec 7 10:14 foo.c Notice the date was changed from June to Dec. Is this the correct behavior for CVS? Thanks Hamid Ghassemi Hamid Hamid Ghassemi F5 Networks Inc.401 Elli

RE: CVS OS Migration

2001-05-02 Thread Hamid Ghassemi
You should have no problem moving the repository from a win2k to a Unix platform. I have done it and did not encounter any problems. Hamid Ghassemi F5 Networks, Inc. 206-272-6813 -Original Message- From: David CM Weber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 9:13 AM

CVSweb

2000-12-15 Thread Hamid Ghassemi
this problem? Thanks Hamid Ghassemi

RE: How to 'cvs export' through pserver?

2000-06-26 Thread Hamid Ghassemi
I experienced the same problem with the same exact error message. After many tries I gave up and did a cvs checkout and then used the following command to remove all the CVS folders; find . -type d -name "CVS" -print | xargs rm -fr You will need to cd to your target directory and run the

RE: pserver and memory error....

2000-05-30 Thread Hamid Ghassemi
30, 2000 12:15 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: pserver and memory error Hamid Ghassemi writes: cvs [server aborted]: can not reallocate 18874368 bytes I modified the inted.conf to include the following changes cvspserver stream tcp nowait root

pserver and memory error....

2000-05-25 Thread Hamid Ghassemi
ssful. Has anyone seena solution to this problem? Thanks Hamid Ghassemi

checkout

2000-05-22 Thread Hamid Ghassemi
How can I execute a script on my local machine after doing a cvs co? I am using pserver and pserver is executing the script on the server and not on my local machine. Hamid Ghassemi

RE: WinCVS Compatibility : Windows 2000

2000-04-13 Thread Hamid Ghassemi
Title: WinCVS Compatibility : Windows 2000 We are running WinCVS1.1b12 under Windows 2000 and it is working fine. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 13, 2000 7:09 AMTo: [EMAIL PROTECTED]Subject: WinCVS Compatibility : Windows

sending mail via CVS on an nt server...

2000-03-23 Thread Hamid Ghassemi
Has anyone tried to have cvs send e-mail via blat.exe? We have cvs installed on windows NT server using pserver. I am trying to modify loginfo to send e-mail after each commit on a windows NT server and am not successfull. any help is greatly appreciated. Hamid Ghassemi