From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evans Winner Newsgroups: gmane.emacs.help Subject: Starting a new cvs repo in VC Date: Wed, 02 Mar 2011 02:54:25 -0700 Organization: Aioe.org NNTP Server Message-ID: <87d3m94zla.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299130518 31681 80.91.229.12 (3 Mar 2011 05:35:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Mar 2011 05:35:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 03 06:35:14 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pv1Bx-0001d2-Jj for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Mar 2011 06:35:13 +0100 Original-Received: from localhost ([127.0.0.1]:58165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pv1Bx-0001ON-4K for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Mar 2011 00:35:13 -0500 Original-Path: usenet.stanford.edu!newsfeed.esat.net!colt.net!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 4xmhsRr5Aeb6D0t2Thq8sQ.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:TNBFLiSDthlxAvFNwS3g3zcbcqg= Original-Xref: usenet.stanford.edu gnu.emacs.help:185538 X-Mailman-Approved-At: Thu, 03 Mar 2011 00:34:34 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79727 Archived-At: This is possible a cvs question, rather than an Emacs specific question. I an not too familiar with version control systems. I have used RCS from VC some time agp. Now I would like to start a new cvs repo for a directory full of files. What I have read made me think I needed to visit a file and then do C-x v v and complete on the name of the vcs backend. But when I try this and tab for completion, the list of backends does not include CVS. I gather that there used to be a function 'vc-cvs-create-repo that was hooked in here, but no more (?) In any case, while this is from a very recent bzr checkout of Emacs 24, I think it's much more likely that I am doing something wrong than that it is a bug; hence I am asking about it here. I am really unfamiliar with this stuff, but for what it's worth: (getenv "CVSROOT") ==> "/home/thorne/bu-cvsroot" and have done cvs -d /bu-cvsroot init Is there anything else I need to make sure of?