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

Re: Possible depth bug with status?

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-10-17 22:23:45 CEST

On 10/17/07, Vlad Georgescu <vgeorgescu@gmail.com> wrote:
> Mark Phippard wrote:
> > I am testing via file://
> >
> > I do a checkout --depth=immediates.
> >
> > This command returns everything:
> >
> > svn st -u
> >
> > So I see all repository stuff that I do not have as incoming changes.
> > This is also true when using the API (via JavaHL) and passing
> > svn_depth_unknown to the API.
> >
> > I assume it should just show info about stuff I have unless I say
> > depth=infininity.
>
> Good catch. svn_client_status3() was converting svn_depth_unknown to
> svn_depth_infinity. I removed the conversion in r27258.

Thanks. That fixes it in the Subclipse examples where I found it.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 17 23:15:29 2007

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.