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

Re: Behavior change in status API in 1.7.9?

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 9 Apr 2013 16:41:35 -0700

Figured it out.

We do not currently expose the noIgnore variable in Subclipse code. I
recently "fixed" the code to at least have an internal noIgnore
variable that I hard coded to false. Previously I was passing in a
different variable that happened to be true. So this is what changed
the behavior.

Sorry for the noise.

On Tue, Apr 9, 2013 at 4:25 PM, Mark Phippard <markphip_at_gmail.com> wrote:
> We are looking into a Subclipse problem. It seems that with 1.7.9
> when we call the SVN status API with the equivalent of the -v option
> we are no longer getting back ignored resources in the list. Is that
> a behavior change that anyone recalls?
>
> We did make a JavaHL fix in this release, but I think that was right.
> It just changed two variables that were reversed, and in this case the
> values would not have even changed in our call, since we pass FALSE
> for the relevant variables.
>
> It seems like any change would be internal in the API itself.
>
> I notice that using the command line, I have to add --no-ignore to the
> command in order to receive the ignored files back. Is that the
> correct behavior? I do not have a 1.7.8 command line readily
> available to compare with.
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2013-04-10 01:42:07 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.