Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 58299 invoked from network); 13 Aug 2004 01:01:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Aug 2004 01:01:08 -0000 Received: (qmail 2582 invoked by uid 500); 13 Aug 2004 01:01:05 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 2513 invoked by uid 500); 13 Aug 2004 01:01:04 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 2499 invoked by uid 99); 13 Aug 2004 01:01:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [165.98.147.95] (HELO ags01.agsoftware.dnsalias.com) (165.98.147.95) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 12 Aug 2004 18:01:01 -0700 Received: from ags01.agsoftware.dnsalias.com (localhost.localdomain [127.0.0.1]) by ags01.agsoftware.dnsalias.com (8.12.10/8.12.10) with ESMTP id i7D10xcU028113 for ; Thu, 12 Aug 2004 19:00:59 -0600 Received: (from apache@localhost) by ags01.agsoftware.dnsalias.com (8.12.10/8.12.10/Submit) id i7D10xQm028111; Thu, 12 Aug 2004 19:00:59 -0600 X-Authentication-Warning: ags01.agsoftware.dnsalias.com: apache set sender to agallardo@agssa.net using -f Received: from 10.0.0.5 (SquirrelMail authenticated user agallardo); by ags01.agsoftware.dnsalias.com with HTTP; Thu, 12 Aug 2004 19:00:59 -0600 (CST) Message-ID: <33703.10.0.0.5.1092358859.squirrel@10.0.0.5> In-Reply-To: <62779351-EC72-11D8-BE1E-000A95DC4186@apache.org> References: <411B73CD.1090309@hippo.nl> <62779351-EC72-11D8-BE1E-000A95DC4186@apache.org> Date: Thu, 12 Aug 2004 19:00:59 -0600 (CST) Subject: Re: Subversion really slow From: "Antonio Gallardo" To: dev@cocoon.apache.org User-Agent: SquirrelMail/1.4.3a-0.f1.1 X-Mailer: SquirrelMail/1.4.3a-0.f1.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ugo Cei dijo: > Il giorno 12/ago/04, alle 15:42, Unico Hommes ha scritto: > >> My experience with subversion since we switched is that the cocoon >> repository is painfully slow at least using subclipse. I haven't much >> previous experience with subversion but I was under the impression >> that it should be more performant then CVS? So, I am wondering whether >> this is a problem with subclipse, the apache svn repository or >> subversion itself. I also noticed that cvs web subversion browsing is >> equally slow. >> >> Even worse, on my computer at home I haven't been able to checkout >> Cocoon at all because it keeps craching my computer. Both using the >> command line client and subclipse. Anybody have similar experience >> and/or advice? >> >> -- >> Unico >> > > On OS X Panther: > > $ time svn update > At revision 36287. > > real 1m6.448s > user 0m2.010s > sys 0m4.010s Here are the results of the lastest update I did (Fedora Core 2): $ time svn up U status.xml U src/java/org/apache/cocoon/components/flow/javascript/fom/FOM_WebContinuation.java U src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java U src/java/org/apache/cocoon/transformation/CIncludeTransformer.java U src/java/org/apache/cocoon/util/log/Log4JConfigurator.java Updated to revision 36308. real 0m20.730s user 0m0.995s sys 0m0.475s Before CVS was a lot lower. Best Regards, Antonio Gallardo