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

RE: [PATCH] Fix for issue 3787

From: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 4 Jul 2011 18:13:16 +0200

> -----Original Message-----
> From: Noorul Islam K M [mailto:noorul_at_collab.net]
> Sent: maandag 4 juli 2011 18:05
> To: Daniel Shahaf
> Cc: Subversion
> Subject: Re: [PATCH] Fix for issue 3787
 
> [[[
>
> Fix for issue 3787. Make 'svn info --depth' variants display minimal
> information about nodes with depth exclude in the tree.
>
> * subversion/libsvn_client/info.c
> (crawl_entries): Pass TRUE to svn_wc__node_walk_children() as
> show_hidden parameter value.
>
> * subversion/tests/cmdline/depth_tests.py
> (info_show_exclude): New test.
> (test_list): Run it.
>
> Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
>
> ]]]

(Please look in your irc log. We talked about this on IRC before)

This simple fix makes that the code also gets not-present and server
excluded nodes. But the info api (and the output) don't handle these cases.

Switching the 'show hidden' flag requires more work in the callback to hide
all unexpected hidden kinds.

        Bert
Received on 2011-07-04 18:13:54 CEST

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.