From owner-freebsd-questions@FreeBSD.ORG Wed Jul 5 16:38:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3970C16A4DA for ; Wed, 5 Jul 2006 16:38:22 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (9.67-18-64.networks.msdihosting.net [64.18.67.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC9EE43D45 for ; Wed, 5 Jul 2006 16:38:21 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([70.83.205.150]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id CLI20599 for ; Wed, 05 Jul 2006 12:42:11 -0400 Message-Id: <7.0.0.16.2.20060705122919.07f6db48@msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Wed, 05 Jul 2006 12:37:50 -0400 To: freebsd-questions@freebsd.org From: Ian Lord Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-DEBUG: 1 Subject: CVS Export truncate files ? 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: Wed, 05 Jul 2006 16:38:22 -0000 Hi, we use cvs for in house developpement of a php web site... We use "cvs update to sync files", "cvs checkout" when a new employee need to work on the files, and "cvs export" when we push the changes to the production web site... For some reason, we found that "cvs export" truncated a couple of files which caused parsing errors... I don't see any error message While it's doing it, I see the following extract: cvs export: Updating pub/class U pub/class/class.session.cmd cvs export: Updating pub/class/html2pdf cvs export: Updating pub/class/html2pdf/cache cvs export: Updating pub/class/html2pdf/classes Is it normal that the class.session only has a "U" in front of the line instead of "cvs export: Updating" Am I doing something wrong or is it some sort of bug/limitation with the cvs export function ? Thanks