[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH]: Check for symlinks only if HAVE_SYMLINK defined.

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2005-10-21 14:34:58 CEST

Hi!
I propose to disable call to svn_wc__get_specialI() unless
HAVE_SYMLINK defined. It should improve "svn status" performance on
Windows. I have already mantain such version of subversion for my
company. It increase performance about 30%. Anybody against?

[[
Disable call to svn_wc__get_specialI() unless HAVE_SYMLINK defined.

* subversion/libsvn_wc/status.c
  (assemble_status): Don't call to svn_wc__get_special() unless
  HAVE_SYMLINK defined.
]]

--
Ivan Zhakov


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Oct 21 14:36:24 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.