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

[PATCH] Bogus comment in subversion/libsvn_client/status.c

From: Florian Weimer <fw_at_deneb.enyo.de>
Date: 2004-02-07 10:26:42 CET

Corrected repost, this time with [PATCH] tag.

* subversion/libsvn_client/status.c
  (svn_client_status): Change comment to match the code.

Index: subversion/libsvn_client/status.c
===================================================================
--- subversion/libsvn_client/status.c (revision 8578)
+++ subversion/libsvn_client/status.c (working copy)
@@ -101,8 +101,8 @@
   sb.real_status_baton = status_baton;
   sb.deleted_in_repos = FALSE;
 
- /* Need to lock the tree as even a non-recursive status requires the
- immediate directories to be locked. */
+ /* First checks do not require a lock on the working copy. We will
+ reopen the working copy with a lock below. */
   SVN_ERR (svn_wc_adm_probe_open (&adm_access, NULL, path,
                                   FALSE, FALSE, pool));
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 7 10:27:02 2004

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.