GNU bug report logs - #2117
vc-dir slowdown on subversion due to vc-stay-local

Previous Next

Package: emacs;

Reported by: Dan Nicolaescu <dann <at> ics.uci.edu>

Date: Fri, 30 Jan 2009 16:50:03 UTC

Severity: normal

Done: Dan Nicolaescu <dann <at> ics.uci.edu>

Bug is archived. No further changes may be made.

Full log


Message #3 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: bug-gnu-emacs <bug-gnu-emacs <at> gnu.org>
Subject: vc-dir slowdown on subversion due to vc-stay-local
Date: Fri, 30 Jan 2009 08:44:30 -0800 (PST)
Using vc-dir on a big tree under subversion (like GCC for example) is
slow and does not seem to be asynchronous, emacs is unresponsive for a
long time.

The problems was introduced in revision 1.98 of vc-svn.el and is due to
this:  (let ((remote (not (vc-stay-local-p dir))))

(vc-stay-local-p DIR)  ends up calling (vc-svn-registered DIR) and that
executes and parses "svn status -v DIR" which for a big tree like gcc is
60K lines...





This bug report was last modified 16 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.