From owner-freebsd-questions@FreeBSD.ORG Tue Oct 26 19:17:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA61816A4CE for ; Tue, 26 Oct 2004 19:17:46 +0000 (GMT) Received: from smtp.istop.com (smtp.istop.com [66.11.167.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DED643D2D for ; Tue, 26 Oct 2004 19:17:46 +0000 (GMT) (envelope-from login@istop.com) Received: from istop.com (ns.istop.com [66.11.168.199]) by smtp.istop.com (Postfix) with SMTP id 788F42B3C0; Tue, 26 Oct 2004 15:20:53 -0400 (EDT) Date: Tue, 26 Oct 2004 15:17:45 -0400 (EDT) To: From: X-Mailer: TWIG 2.7.6 X-Remote-IP: 67.69.27.58 Message-Id: <20041026192053.788F42B3C0@smtp.istop.com> Subject: Re: Only Template file not copied to sub-directories at cvs checkout time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 19:17:46 -0000 Hello, Here is current environment: On cvs client host: # uname -a FreeBSD 5.2.1-RELEASE # cvs -v Concurrent Versions System (CVS) 1.11.5-FreeBSD (client/server) .. On Server host: # uname -a FreeBSD 5.2.1-RELEASE # cvsd -V cvsd 1.0.0 On client host, I have initiated these commands: # export CVSROOT=:pserver:user@ip.add.re.ss:/var/cvsroot # export CVS_RSH=/usr/bin/rsh # mkdir cvs-test; cd cvs-test # cvs co project/alpha/section1 When I modify a file at section1 level, and issue cvs commit, the Template is perfact in the CVS directory and I see that being called and added the following lines at the top of log: PR# (blank if N/a): Feature Title (max 30 characters): Modules Affected (max 30 characters): Change PR status to fixed?(y/n): Log Message: However, if I modify a file in the subdirecotry of section1 (say for example subdir1), the Template file is not in the CVS directory anymore at that level. How comes the CVS/Template is only copies at top level but not subdirectories levels at the cvs checkout time? Btw, other files in CVS are copied at all levels but Template which is only at top-level. S. Mohammad [login@istop.com]