From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 04:44:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 073491065674 for ; Thu, 26 Feb 2009 04:44:14 +0000 (UTC) (envelope-from tonyrieser@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id D209E8FC0A for ; Thu, 26 Feb 2009 04:44:13 +0000 (UTC) (envelope-from tonyrieser@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so374180wfd.7 for ; Wed, 25 Feb 2009 20:44:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=0NJE9BmvqHlpfA0pFUyh0SdZrLwLLf6xP07GAwDfxvE=; b=w37J0oZbWefjeSIN9PRWL9LBPNpMER1xBA9Jv2ev0fI72W1orWMXVGGXlyKk2ZPNHq iOiRhOXu2kQxIG2UjpuUU41Kl8yb4hKvaJ69chMpM6LGLQ+e4BjRAtiNHCs5pdpfgUeF HUWVX1114KAcqNIrdx5QAq1drswOG7OQTvZj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Mkjbtr2qeQ+3hR8E8zqVs5I29RRSaZr2Pdqs53jJNzvb0GTFTURALDFkTxnFrRxTQ3 mcm+zFx5OrS/3AE/wqS2RieHyix7WdGvGkx0OGct6sGRAXWSU7WuKd64dXdspqqDe/tI +Y/0DvQMK9ysVl1ADKiouas35tb2VEVhU5plo= MIME-Version: 1.0 Received: by 10.142.51.4 with SMTP id y4mr442283wfy.303.1235623453535; Wed, 25 Feb 2009 20:44:13 -0800 (PST) Date: Wed, 25 Feb 2009 23:44:13 -0500 Message-ID: <58a2fd890902252044mf2243f4ufcb914553f34a1d@mail.gmail.com> From: Antonio Rieser To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: RCS not working...how do I reinstall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 04:44:14 -0000 Hi, When I try to use the RCS version controll system, I have the following problems. Suppose I have a file called 'foo', and I run the command, > ci foo ... (success)... > co foo Then the version of foo that (I thought) I checked out is not writable. Furthermore, if I now type > ci foo Then I still have foo and foo,v on my system, neither of which are writable. Any ideas as to why this what is happening? Also, with what port does RCS come? Would it be simpler just to reinstall it? Thanks for your time. Yours truly, Tony Rieser