From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Aichner Newsgroups: gmane.emacs.devel Subject: Re: pcl-cvs does not work Date: Sat, 12 Mar 2005 18:29:18 +0100 Organization: The XEmacs Project Message-ID: References: <4230992F.2000809@laposte.net> <87br9peyfg.fsf-monnier+emacs@gnu.org> <4232FEC8.90904@laposte.net> <42330F2D.8030409@laposte.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110648495 4903 80.91.229.2 (12 Mar 2005 17:28:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2005 17:28:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 12 18:28:15 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DAAPI-0005g7-II for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2005 18:28:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DAAec-0005gV-52 for ged-emacs-devel@m.gmane.org; Sat, 12 Mar 2005 12:43:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DAAe7-0005cD-JN for emacs-devel@gnu.org; Sat, 12 Mar 2005 12:43:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DAAe4-0005aR-CP for emacs-devel@gnu.org; Sat, 12 Mar 2005 12:43:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DAAe4-0005aO-81 for emacs-devel@gnu.org; Sat, 12 Mar 2005 12:43:24 -0500 Original-Received: from [194.25.134.20] (helo=mailout08.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DAAOp-0004aD-6Y for emacs-devel@gnu.org; Sat, 12 Mar 2005 12:27:39 -0500 Original-Received: from fwd17.aul.t-online.de by mailout08.sul.t-online.com with smtp id 1DAAOl-0002qV-01; Sat, 12 Mar 2005 18:27:35 +0100 Original-Received: from D5DC120J.t-online.de (ZG+s40ZbQennZvCs4pDMppwnu17IYNMzGvBTQTBtQ6+EfHEHDfppsN@[84.153.111.109]) by fwd17.sul.t-online.de with esmtp id 1DAAOj-07RQ480; Sat, 12 Mar 2005 18:27:33 +0100 Original-To: Damien Cassou X-Attribution: APA X-Face: 4[iHdXiTu\V3u[~\I)*}#kYF[-tYl3VZga/HSOP|K,{L Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9 =w|R6U3_;SH&B (Damien Cassou's message of "Sat, 12 Mar 2005 16:47:57 +0100") X-ID: ZG+s40ZbQennZvCs4pDMppwnu17IYNMzGvBTQTBtQ6+EfHEHDfppsN@t-dialin.net X-TOI-MSGID: 4720dd30-cb5e-43f3-9ced-9e62ce4f4618 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34517 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34517 Damien Cassou writes: >>> Hi Damien, try finding a pcl-cvs working buffer with >>> M-x s w i t c h - t o - b u f f e r RET SPC * c v s - t m p TAB >>> and see whethter it's contents look correct. >>> If not, that would be a starting point for the debugging. >> > Damien, please don't send private email, let's keep this on gmane.emacs.devel. > The content I have cut and paste in my first message is the content of the > *cvs-tmp* buffer. Sorry, I missed that. > > Here is the same : > > Unknown command: `' This just means that the cvs command was not correctly issued. It's what you get when doing: cvs "" Hopefully someone familiar with cvs emacs can help. Best regards, Adrian > > CVS commands are: > add Add a new file/directory to the repository > admin Administration front end for rcs > annotate Show last revision where each line was modified > checkout Checkout sources for editing > commit Check files into the repository > diff Show differences between revisions > edit Get ready to edit a watched file > editors See who is editing a watched file > export Export sources from CVS, similar to checkout > history Show repository access history > import Import sources into CVS, using vendor branches > init Create a CVS repository if it doesn't exist > log Print out history information for files > login Prompt for password for authenticating server > logout Removes entry in .cvspass for remote repository > ls List files available from CVS > pserver Password server mode > rannotate Show last revision where each line of module was modified > rdiff Create 'patch' format diffs between releases > release Indicate that a Module is no longer in use > remove Remove an entry from the repository > rlog Print out history information for a module > rls List files in a module > rtag Add a symbolic tag to a module > server Server mode > status Display status information on checked out files > tag Add a symbolic tag to checked out version of files > unedit Undo an edit command > update Bring work tree in sync with repository > version Show current CVS version(s) > watch Set watches > watchers See who is watching a file > (Specify the --help option for a list of other help options) > -- Adrian Aichner mailto:adrian@xemacs.org http://www.xemacs.org/