On Nov 18, 4:53 pm, ZildjianKX <[EMAIL PROTECTED]> wrote: > Anyone else noticing this? > > Versions 1.0 - Build 49
Yes, and I don't think it's a bug. The ignore action set the svn:ignore property on your trunk folder (action 1). When you "un- ignore", all you're doing is removing the value associated with the property, not the property itself. Seemingly paradoxically, this amounts to TWO changes: the first to add the property and set it's value, the second to set the property with no value. I can reproduce this behavior using the SVN command line to perform all of the actions. If you want to "reset" the behavior of the counter, you need to revert the change on trunk (do a non-recursive revert if you want to preserve any other changes). This will remove the empty svn:ignore property and reflect the correct change count. HTH, G --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
