Here is a second iteration of my patch for distinguishing between
unversioned and ignored files. Due to recent changes to
subversion/libsvn_wc/status.c, my original patch will no longer
apply cleanly.
* libsvn_wc/status.c:
(assemble_status): Added a new argument, is_ignored. If it is set,
files without entries that are present on the disk are given a
text_status of svn_wc_status_none rather than
svn_wc_status_unversioned.
(add_status_structure): Added an is_ignored argument which is
propogated to our call to assemble_status.
(add_unversioned_items): Added an is_ignored argument, which is used
to determine if we report ignored items.
(svn_wc_status): In our call to assemble_status, pass in FALSE for the
is_ignored parameter.
(svn_wc_statuses): When calling add_status_structure, pass in FALSE
for the is_ignored parameter.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 30 06:36:20 2002