Re: meaning of P?

2001-12-12 Thread Felix Moedritscher
Larry Jones [EMAIL PROTECTED] wrote: Have you tried adding it to .cvsignore? Well, I added another .cvsignore in the directory itself and now it works ;-) Content of this .cvsignore: * Thx for all the hints, -- Felix Moedritscher| Email: [EMAIL PROTECTED] Student of Telematics

Files have escape characters in it (0x00-0x20,0x80-0xFF)

2001-12-12 Thread Julien Reynier
Hi, I use WinCVS on NT and I connect to a pserver on NT to. When I try to import my tree source from my local box to the pserver I get some strange message : Warning : Files have escape characters in it (0x00-0x20,0x80-0xFF) Should I ignore this warning ? -- Julien Reynier

Cannot rename ,filename,, to filename,v: File Exists when tagging a module

2001-12-12 Thread Wong Wahmeng-r32813
Hello there, Sometimes I encounter this problem. The problem occurs when I tag a module. A file issomehow not able to be tagged and following errors appear on my WinCVS window. Most of the files under this module were successfully tagged. cvs -q rtag EAP_PROD_1_0 CIM-EI cvs [rtag

Re: Add a file that has the same name as one that has been removed? - Solved!

2001-12-12 Thread Michael Stammberger
Hi, I have solved the problem. After some hours of stupid searching in bug reports, newsgroups and other sources I found out the reason for this strange behaviour of cvs. I forgot to tell what configuration I use: Windows NT with WinCVS 1.6b with cvs.exe 1.11.1.3 Beta 2 (Build43) and the server

if i can't commit a file, can i remove it??

2001-12-12 Thread Elisabeth L.
I add a file to the cvs server. When i look for the status of this file, it's locally added but my client program say that the file is only Local. Ok, maybe this is an error for the client program, (Forte for java 3.0, cvs command line module ) , but the really think that i like to know is if i

cvsweb download problem

2001-12-12 Thread David Everly
I have the latest cgi script from http://www.idaemons.org/~knu/cvsweb/ and am running it with cvs 1.11.1p1 and rcs 5.7 on sun solaris 2.8 with iplanet enterprise server 6.0SP1. Everything seems to work (including annotate), with the exception of clicking on a revision or download link. When

Re: Files have escape characters in it (0x00-0x20,0x80-0xFF)

2001-12-12 Thread Matt Riechers
Julien Reynier wrote: Hi, I use WinCVS on NT and I connect to a pserver on NT to. When I try to import my tree source from my local box to the pserver I get some strange message : Warning : Files have escape characters in it (0x00-0x20,0x80-0xFF) Please post the exact error message and

Re: Files have escape characters in it (0x00-0x20,0x80-0xFF)

2001-12-12 Thread Harald Kucharek
Matt Riechers wrote: Julien Reynier wrote: Hi, I use WinCVS on NT and I connect to a pserver on NT to. When I try to import my tree source from my local box to the pserver I get some strange message : Warning : Files have escape characters in it (0x00-0x20,0x80-0xFF) Please

sourceforge cvs question

2001-12-12 Thread Koos Jan Niesink
Hello all, When I cvs to sourceforge with the following command cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/terraform co modulename I can log in, then some messages appear... cvs server: Updating project/po cvs server: Updating project/src after project/src it stops (there is no possibility to

rcs free

2001-12-12 Thread natu
I have a question. Are "diff27nt.zip" and "rcs57nt.zip" GNU software on ftp://ftp.cvshome.org/pub/rcs/ ? Are they free software ? please teach !! ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: meaning of P?

2001-12-12 Thread Rajesh Patwardhan
Title: RE: meaning of P? Does CVS server decide about whether to send a patch or complete Update depending on the access method used. Since I observed that when I used pserver method the same file update was designated with P but in local access mode it was a U. Regards, Rajesh

Re: Strange CVS update -C behavior

2001-12-12 Thread Dennis W. Bulgrien
cvs update -C gives me different strange behavior: cvs server: invalid option -- C Using Cygwin's: Concurrent Versions System (CVS) 1.11 (client/server) with Linux's: Concurrent Versions System (CVS) 1.10.5 (client/server) 516=$ cvs update --help update: invalid option -- - Usage: cvs

Re: Migrating from CVS 1.9 to CVS 1.11

2001-12-12 Thread Larry Jones
Datla, Raghav writes: I am planning to move the repository which was using CVS 1.9 to CVS 1.11. Do I need to do anything to make the repository compatible with the new version other than just moving the repository?. Probably not. Please read the NEWS file to make sure:

Re: co -d . broken for non-local repository

2001-12-12 Thread Larry Jones
Scott McDermott writes: However when I use :ext: method instead of local fs I get the nonsense error: cvs server: existing repository /path/to/repo does not match /path/to/repo/CVSROOT cvs server: ignoring module module Can someone tell me if this is a bug or not? If it is I

Re: if i can't commit a file, can i remove it??

2001-12-12 Thread Larry Jones
Elisabeth L. writes: I add a file to the cvs server. When i look for the status of this file, it's locally added but my client program say that the file is only Local. Ok, maybe this is an error for the client program, (Forte for java 3.0, cvs command line module ) , but the really think

problem getting cvs gzipped binary

2001-12-12 Thread Michael D. Rucki
Hello, I'm trying to get a copy of the CVS binary for AIX from the link at: http://www.cvshome.org/dev/codeunix.html I am not able to get the gzipped file correctly (it comes consistently as either garbage in the browser via left-click, or garbaged file as right-click/save link as...).

Re: Cannot rename ,filename,, to filename,v: File Exists when tag

2001-12-12 Thread Larry Jones
Wong Wahmeng-r32813 writes: Sometimes I encounter this problem. The problem occurs when I tag a module. A file is somehow not able to be tagged and following errors appear on my WinCVS window. Most of the files under this module were successfully tagged. cvs -q rtag EAP_PROD_1_0 CIM-EI

Re: Strange CVS update -C behavior

2001-12-12 Thread Mark D. Baushke
Hi Dennis, The -C option to cvs update was introduced in cvs version 1.11 and is NOT present in the 1.10.5 version. You need to have it implemented on both the client and the server cvs executables to use this feature. I suggest you consider doing an upgrade of your linux version to cvs

Re: meaning of P?

2001-12-12 Thread Larry Jones
Rajesh Patwardhan writes: Does CVS server decide about whether to send a patch or complete Update depending on the access method used. Yes; patches are only used with remote repositories. -Larry Jones That gives me a FABULOUS idea. -- Calvin ___

How can I search the archives...

2001-12-12 Thread Max . Hyre
...without downloading the whole 48 MB from http://mail.gnu.org/pipermail/info-cvs.mbox/info-cvs.mbox? (I've just joined the list, and would like to do some research before posting.) -- Best wishes, Max Hyre

Re: Strange CVS update -C behavior

2001-12-12 Thread Larry Jones
Dennis W. Bulgrien writes: cvs update -C gives me different strange behavior: cvs server: invalid option -- C Using Cygwin's: Concurrent Versions System (CVS) 1.11 (client/server) with Linux's: Concurrent Versions System (CVS) 1.10.5 (client/server) You need to update the

Re: meaning of P?

2001-12-12 Thread Eric Siegerman
On Wed, Dec 12, 2001 at 10:40:44AM -0500, Rajesh Patwardhan wrote: Does CVS server decide about whether to send a patch or complete Update depending on the access method used. Since I observed that when I used pserver method the same file update was designated with P but in local access mode

Re: How can I search the archives...

2001-12-12 Thread Matt Riechers
[EMAIL PROTECTED] wrote: ...without downloading the whole 48 MB from http://mail.gnu.org/pipermail/info-cvs.mbox/info-cvs.mbox? (I've just joined the list, and would like to do some research before posting.) There are other archives listed at

Re: problem getting cvs gzipped binary

2001-12-12 Thread Larry Jones
Michael D. Rucki writes: I am not able to get the gzipped file correctly (it comes consistently as either garbage in the browser via left-click, or garbaged file as right-click/save link as...). I have tried all sorts of permutations of settings in my browser settings, .mailcap file, and

SSH and WinCVS

2001-12-12 Thread Jack Baty
Hi, I hope this isn't too far OT... I'm successfully using WinCVS (1.3.6.1 Beta 6) on two Win2000 machines. Connection is via SSH to a repository on FreeBSD. I'm running into a problem connecting from a third machine (Win2000 also). I'm fairly certain I've followed the WinCVS documentation

Re: --allow-root and init via SSH

2001-12-12 Thread Gerhard Sittig
On Tue, Dec 11, 2001 at 13:12 -0500, Larry Jones wrote: Greg A. Woods writes: Is --allow-root evaluated for cvs server in the current development version, or is it at least on the todo list? Now you're really asking for trouble. [ ... slight misreading :) ... ] He was speaking

Re: logs of revisions since release (repost)

2001-12-12 Thread Chuck . Irvine
Larry, Sorry for the repost, but I didn't get a specific response from you on this, so I thought I would repost a shorter and hopefully clearer message. Please see below. Thanks Chuck deleted For each release, we tag our repository, so say I have tags R1 and R2. Passing -rR1:R2 to

ANNOUNCE: Updated document available (CVS, Windows, ssh)

2001-12-12 Thread James Knowles
Thanks to some tremendous community input, my notes for setting up a Windows workstation to use a remote CVS server have been updated. Some people have found this useful, so I'm making a general announcement here. Otherwise, it's just a bunch of personal notes to compensate for an imperfect

Re: SSH and WinCVS

2001-12-12 Thread James Knowles
I'm successfully using WinCVS (1.3.6.1 Beta 6) on two Win2000 machines. Connection is via SSH to a repository on FreeBSD. I'm running into a problem connecting from a third machine (Win2000 also). ... Server refused our key. I don't know details, but I'll take a stab at this. Did you

Re: cvs co error: No space left on device

2001-12-12 Thread James Knowles
What we did was to increase the size of /tmp and put in a cron job to remove anything in /tmp that was over a couple of days old. Since your /tmp is only 6% full, it looks like you don't have the slow filling-up problem we had, but you may need to enlarge /tmp. You can also use the -T

Re: --allow-root and init via SSH

2001-12-12 Thread Larry Jones
Gerhard Sittig writes: So, *is* the --allow-root option evaluated for the cvs server case? No, it is only used for :pserver:. Historically, the user was in complete control of the server command line, so it didn't make any sense to try to use its contents to control what the user was

Re: logs of revisions since release (repost)

2001-12-12 Thread Larry Jones
[EMAIL PROTECTED] writes: Sorry for the repost, but I didn't get a specific response from you on this, so I thought I would repost a shorter and hopefully clearer message. Please see below. Thanks I didn't have anything to say -- you're right, my suggested method doesn't work when there

Re: Cannot rename ,filename,, to filename,v: File Exists when tag ging a module

2001-12-12 Thread Karl E. Jorgensen
[Pls wrap your long lines] On Wed, Dec 12, 2001 at 06:27:23PM +0800, Wong Wahmeng-r32813 wrote: Hello there, Sometimes I encounter this problem. The problem occurs when I tag a module. A file is somehow not able to be tagged and following errors appear on my WinCVS window. Most of the

How to merge with my cvs

2001-12-12 Thread David D
Hello, I've got a problem taht I don t know how to resolve ! I work with a designer fot my site, I give him a version of my site not tagged I think. He remove all the cvs dire he s got on it an d gave me his job. I dont know how to merge difference know, because the repository dont know for

Re: How to merge with my cvs

2001-12-12 Thread Sasha Case
At 12:11 AM 13/12/2001 +0100, David D wrote: I work with a designer fot my site, I give him a version of my site not tagged I think. He remove all the cvs dire he s got on it an d gave me his job. 1. Checkout a copy of the module based on date/time using -D. Use the date that you gave him the

RE: Cannot rename ,filename,, to filename,v: File Exists when tag

2001-12-12 Thread Wong Wahmeng-r32813
Hello Larry, Thanks for your input. I don't think the problem is due to a file access permission as other files that went through the tagging, possess the same files permissions as well. Any other insights? Regards, Wah Meng -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Subject: Stocking service for furniture

2001-12-12 Thread =?gb2312?q?=B9=FA=BC=CA=C9=CC=C3=B3=B4=F3=C8=AB_
Dear Sirs, Pls forgive us to mail this letter to you without your permission. If you wish never to receive our e-mail again, please send a blank e-mail to [EMAIL PROTECTED] and your e-mail address will be removed from our mailing list. Thanks for your cooperation! Subject: Stocking

Cisco,3Com,D-linkµÈÍøÂç²úÆ·´ÙÏú£¨ÇëÓÃÖÐÎıàÂëÔĶÁ£© #5B15

2001-12-12 Thread husj
Title: ×ð¾´µÄÏÈÉú ×ð¾´µÄÏÈÉú/Ůʿ£¬ÄúºÃ£º ÎÒ¹«Ë¾Ö÷Òª´ÓÊÂCISCO¡¢3COM¡¢D-LINKµÈȫϵÁÐÍøÂç²úÆ·µÄÏúÊÛ£¬»õÔ´³ä×㣬Äêµ×´ÙÏú£¡£¡£¡ÈçÓÐÐèÒª»ò²úÆ·×Éѯ£¬ÇëËÙÓëÎÒÁªÏµ¡£¸ü¶àÎÊÌâÇëä¯ÀÀ±¾¹«Ë¾ÍøÕ¾£º http://www.htpy.com.cn ÍøÕ¾»áÔ±×¢²á£¬ÊÕ»ñ¶à¶à£¡£¡ ×£Äú¹¤×÷Óä¿ì£¬ÍòÊÂ˳ÐÄ£¡£¡ ¡¡

Re: SSH and WinCVS

2001-12-12 Thread Jack Baty
James Knowles, wrote: I'm successfully using WinCVS (1.3.6.1 Beta 6) on two Win2000 machines. Connection is via SSH to a repository on FreeBSD. I'm running into a problem connecting from a third machine (Win2000 also). ... Server refused our key. I don't know details, but I'll take a

Ignoring (binary) files in update/commit

2001-12-12 Thread Fabian Cenedese
Hi I've read through the archive and there are quite a lot of postings concerning one or the other aspect but I still have a problem. My first intention was to store the binary project files in the repository as well as the source code. But this only to have a compileable project after a