From general-return-611-apmail-logging-general-archive=logging.apache.org@logging.apache.org Thu Sep 22 10:20:57 2005 Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 19471 invoked from network); 22 Sep 2005 10:20:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2005 10:20:55 -0000 Received: (qmail 64479 invoked by uid 500); 22 Sep 2005 10:20:54 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 64434 invoked by uid 500); 22 Sep 2005 10:20:54 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 64421 invoked by uid 99); 22 Sep 2005 10:20:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 03:20:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of nicko@neoworks.com designates 80.168.17.114 as permitted sender) Received: from [80.168.17.114] (HELO hermes.neoworks.co.uk) (80.168.17.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2005 03:21:00 -0700 Received: from kronos.neoworks.co.uk (kronos.neoworks.co.uk [10.0.0.132]) by hermes.neoworks.co.uk (8.13.1/8.13.1) with ESMTP id j8MAGYbj009530 for ; Thu, 22 Sep 2005 11:16:38 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Subject: RE: CVS -> SVN Migration Status Date: Thu, 22 Sep 2005 11:22:55 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CVS -> SVN Migration Status Thread-Index: AcW/JocKExLNJMH+TG+i/53fJ1cLRAANnf6g From: "Nicko Cadell" To: "Logging General" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N =20 > site - I still cannot check out the site. Is anyone else=20 > encountering this, or is it just me? My cygwin svn command=20 > line client works fine with all of the other repositories=20 > except for logging-site. I'll try a different client=20 > tomorrow evening. This works fine for me in cygwin. svn co http://svn.apache.org/repos/test/logging/site/ site I have done a diff on the checkout from SVN and from CVS and they are nearly the same. There were a couple of content changes which showed up but that would be expected as my CVS checkout was not taken at the same time as the SVN one, the changes all looked very sensible. The only other change is that the line endings for the build.xml in the root of site have changed, in my CVS checkout I see UNIX line endings and in the SVN checkout I see DOS line endings. The content is the same. This is probably due to the way I have my CVS client setup (not to translate line endings). Having the file with DOS line endings on my Windows box seems like the right thing. I would also recommend http://tortoisesvn.tigris.org/ as a SVN client if you like GUIs. Nicko