On Thu, Oct 20, 2011 at 06:28:07PM +0800, 罗勇刚(Yonggang Luo)  wrote:
> Thanks, that's impressive,
> The type of the node, may be svn_node_unknown.: When this happened, is that
> depending on the server or other condition?

Maybe you are not allowed to see the path because of access
restrictions.

> *Are properties modified, may be svn_tristate_unknown.

Again, 'unknown' means the server is not allowed to tell you
because the administrator configured restrictive access rights
for the path.

> *Did old servers support for this?

Only 1.6 and better support svn_log_changed_path2_t.
Older servers will return svn_log_changed_path_t, which doesn't
have the node kind:
http://people.apache.org/~hwright/svn/doc/api/trunk/structsvn__log__changed__path__t.html

Reply via email to