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

[PATCH] Distinguishing between unversioned and ignored files by text_status

From: Jon Trowbridge <trow_at_ximian.com>
Date: 2002-08-30 06:25:12 CEST

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

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.