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

svn status regression?

From: Jani Monoses <jani_at_iv.ro>
Date: 2003-04-07 17:33:22 CEST

Hi
svn st -uv no longer prints entries which would be added by an update
I found that this change in revision 5438 (issue 1076 dealing with ignores)
changed the behaviour.

in subversion/clients/cmdline/status.c

- if (! status || (skip_unrecognized && ! status->entry))
+ if (! status
+ || (skip_unrecognized && ! status->entry)
+ || (status->text_status == svn_wc_status_none))
         continue;

and this log message

 * subversion/clients/cmdline/status.c
    (generate_status_code): Return 'I' for svn_wc_status_ignored.
    (svn_cl__print_status_list): Skip printing items whose status is
      svn_wc_status_none.

Was this intentional?

Jani.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 7 17:27:40 2003

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.