unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* vc-svn-dir-status
@ 2009-01-31 23:59 Nick Roberts
  2009-02-01 21:36 ` vc-svn-dir-status Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Roberts @ 2009-01-31 23:59 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: emacs-devel

2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>

	* vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
	logic, it makes the makes the normal case too slow.

You reported this slowdown as bug#2117.  It probably manifested itself now
as I recently fixed some problems with vc-stay-local here:

2009-01-30  Nick Roberts  <nickrob@snap.net.nz>

	* vc-svn.el (vc-svn-dir-status): Correct logic for remote
	connection.  (Bug#2093)

In response to bug#2117 I suggested that I suggested that vc-stay-local-p need
not be slow if vc-svn-registered need parsed the SVN controlled text-base
directory instead of executing "svn status -v DIR".

Why did you not reply to this suggestion?

We could undo each other's changes but it probably wouldn't be very
constructive.  I spent a fair amount of time going through the stay-local logic
trying to preserve functionality that vc-dired had and that Stefan has agreed
is desirable.

Frankly, I don't think that adding a line like:

	 (remote (or t (not local) (eq local 'only-file))))

can really be considered a contribution to Emacs development.

-- 
Nick                                           http://www.inet.net.nz/~nickrob




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-06  4:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-31 23:59 vc-svn-dir-status Nick Roberts
2009-02-01 21:36 ` vc-svn-dir-status Stefan Monnier
2009-02-06  4:42   ` vc-svn-dir-status Nick Roberts

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).