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 <markp...@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/