Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 93132 invoked from network); 11 Jan 2011 12:03:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jan 2011 12:03:47 -0000 Received: (qmail 84134 invoked by uid 500); 11 Jan 2011 12:03:47 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 84054 invoked by uid 500); 11 Jan 2011 12:03:44 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 84017 invoked by uid 99); 11 Jan 2011 12:03:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jan 2011 12:03:43 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jan 2011 12:03:36 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PccwV-0000JN-Uy for users@subversion.apache.org; Tue, 11 Jan 2011 04:03:15 -0800 Message-ID: <30642926.post@talk.nabble.com> Date: Tue, 11 Jan 2011 04:03:15 -0800 (PST) From: JamieEchlin To: users@subversion.apache.org Subject: Re: usage of svn_wc_diff In-Reply-To: <20101209212519.GJ12289@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: jamie.echlin@credit-suisse.com References: <30399137.post@talk.nabble.com> <20101208213510.GH12289@laptop> <30413850.post@talk.nabble.com> <20101209212519.GJ12289@laptop> X-Virus-Checked: Checked by ClamAV on apache.org Daniel N=C3=A4slund wrote: >=20 > Hope, you'll be able to solve your problem. Here's a script that's a bit > more clean than the previous one. I haven't tested it much at all but it > appears to be able to display added, modified and deleted properties set > on both dirs and files. The '###' lines represents TODO's. >=20 If anyone else uses this code, I'd just thought I'd mention belatedly that you don't need a write lock to do the diff. So pass False to adm_open3. Doing this speeds up execution by 12s on a working copy hosted on an NTFS volume. BTW, it seems svn and NTFS don't play nice: http://superuser.com/questions/15192/bad-ntfs-performance, and this is easy to demonstrate by comparing the lock/unlock performance on NTFS against a FAT-formatted disk. Do the new format working copies in 1.7 fix this? cheers, jamie --=20 View this message in context: http://old.nabble.com/usage-of-svn_wc_diff-tp= 30399137p30642926.html Sent from the Subversion Users mailing list archive at Nabble.com.