From owner-freebsd-questions@FreeBSD.ORG Sun Dec 21 12:00:48 2003 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 B59F116A521 for ; Sun, 21 Dec 2003 12:00:48 -0800 (PST) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00CF243D45 for ; Sun, 21 Dec 2003 12:00:47 -0800 (PST) (envelope-from dgw@liwest.at) Received: from cm58-27.liwest.at ([212.33.58.27]) by lilzmailso01.liwest.at with esmtp (Exim 4.24) id 1AY9ko-0005qu-3A; Sun, 21 Dec 2003 21:00:42 +0100 From: Daniela To: Doug Lee , freebsd-questions@freebsd.org Date: Sun, 21 Dec 2003 20:58:30 +0000 User-Agent: KMail/1.5.3 References: <20031221172552.GQ15420@kirk.dlee.org> In-Reply-To: <20031221172552.GQ15420@kirk.dlee.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312212058.30951.dgw@liwest.at> Subject: Re: FreeBSD CVS for DOS/Windows sources? 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: Sun, 21 Dec 2003 20:00:48 -0000 On Sunday 21 December 2003 17:25, Doug Lee wrote: > I'm trying to use FreeBSD's CVS (v1.11.5) to manage DOS/Windows > projects, which of course means files with CR/LF line endings. The > docs claim the repository will internally store everything (text files > anyway) with only LF endings, but in fact I'm seeing CR/LF endings in > repository text files. This is still fine until I pull a project out > with a DOS/Windows CVS client (the standard cvs.exe), which gives me > lines ending in CR/CR/LF. If I pull the project under Unix, I get the > CR/LF endings just fine; but my coworkers will not be telneting to > Unix just to pull code... I don't know anything about Micro$oft Winblows eXPensive, but why don't you just strip the CR on the server? So the Windoze client can add the CR, and you always get the native format, respectively. This is definitely the fault of the client, so don't blame the server :-) Regards, Daniela