Re: svn commit: rev 2485 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_client
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
 
Date: 2002-07-12 18:24:19 CEST 
Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
 Okay.  So the value is NULL to signal deletion.  That's how we
    if (kind == svn_node_dir)
 to
    if ((kind == svn_node_dir) && (value == NULL))
 no?
 I mean, we're not talking about some deep theoretical problem here :-).
 ---------------------------------------------------------------------
  | 
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.