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

Re: svn status

From: <cmpilato_at_collab.net>
Date: 2003-09-10 17:10:42 CEST

Cédric Chabanois <cchabanois@ifrance.com> writes:

> >You might want to use svn_wc_status() instead if you just want the
> >status of a single path, non-recursively.
> >
> Thanks for your answer. But I want the same behaviour than
> svn_client_status (I want the notify_func to be called, the update
> parameter ...)

Until we have supported for depth 0 status runs, the way I would do
this is to write a notify_func() that simply discarded all the
statuses that come through except the one for the directory itself,
and call svn_client_status() with GET_ALL.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 10 17:15:26 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.