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

[PATCH] Explain svn_wc_entry_t's "deleted" flag.

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 10 Nov 2008 15:17:12 +0000

* subversion/include/svn_wc.h
  (svn_wc_entry_t): Explain the "deleted" flag a bit better.

[[[
Index: subversion/include/svn_wc.h
===================================================================
--- subversion/include/svn_wc.h (revision 34116)
+++ subversion/include/svn_wc.h (working copy)
@@ -1894,7 +1894,9 @@
       when the entry itself is @c svn_wc_schedule_normal) */
   svn_boolean_t copied;

- /** deleted, but parent rev lags behind */
+ /** deleted, but parent rev lags behind. Only applicable to a 'this_dir'
+ * entry. An entry can be 'deleted' and also schedule-add, meaning this
+ * entry is for a new directory that will replace the old one. */
   svn_boolean_t deleted;

   /** absent -- we know an entry of this name exists, but that's all
]]]

Is this right?

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-10 16:17:34 CET

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.