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

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

From: Yonggang Luo <luoyonggang_at_gmail.com>
Date: Thu, 20 Oct 2011 18:57:47 +0800

在 2011年10月20日星期四,Stefan Sperling 写道:

> 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

So that's totally depending on the server, on more question, is that means
properties modified and text modified only support by server newer than or
just be subversion server 1.7?
If the server restricted me to get the kind, what's the fastest way to fetch
it in other way?

-- 
         此致
礼
罗勇刚
Yours
    sincerely,
Yonggang Luo
Received on 2011-10-20 12:58:22 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.