PySVN: is property status "none" equivalent to unchanged?
Posted
by detly
on Stack Overflow
See other posts from Stack Overflow
or by detly
Published on 2010-03-14T09:55:55Z
Indexed on
2010/03/14
10:05 UTC
Read the original article
Hit count: 384
I know the practical difference between a PySVN property status of "normal" (has properties, not changed locally) and "none" (has no properties).
My question is this: is it ever possible for there to be local modifications to an items properites, and have PySVN report the property status as "none"? I would say no, but maybe there's some corner case I'm missing.
© Stack Overflow or respective owner