Date: Tue, 26 Oct 2004 15:17:45 -0400 (EDT) From: <login@istop.com> To: <freebsd-questions@freebsd.org> Subject: Re: Only Template file not copied to sub-directories at cvs checkout time Message-ID: <20041026192053.788F42B3C0@smtp.istop.com>
next in thread | raw e-mail | index | archive | help
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]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041026192053.788F42B3C0>