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

Re: How to use get_log along with path kind {file,directory}?

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 20 Oct 2011 12:42:11 +0200

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
Received on 2011-10-20 12:42:53 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.