Branko Čibej wrote on Sun, Nov 29, 2015 at 01:06:32 +0100:
> On 28.11.2015 18:26, Daniel Shahaf wrote:
> > To be fair, though, the same trick with 'svn info' would have lead you
> > to svn_fs_node_created_rev(), which is documented to return "the
> > revision in which @a path under @a root was crea
: FW: getting file or directory property/metadata
[moving to dev@; please drop users@ from replies]
Daniel Shahaf wrote on Sat, Nov 28, 2015 at 17:26:52 +:
> To be fair, though, the same trick with 'svn info' would have lead you
> to svn_fs_node_created_rev(), which is documente
Thank you, svn_fs_node_created_rev() is what I am looking for.
-Original Message-
From: Branko Čibej [mailto:br...@apache.org]
Sent: Saturday, November 28, 2015 7:07 PM
To: users@subversion.apache.org
Subject: Re: FW: getting file or directory property/metadata
On 28.11.2015 18:26
On 28.11.2015 18:26, Daniel Shahaf wrote:
> To be fair, though, the same trick with 'svn info' would have lead you
> to svn_fs_node_created_rev(), which is documented to return "the
> revision in which @a path under @a root was created", but in fact
> returns the revision in which it was last modif
[moving to dev@; please drop users@ from replies]
Daniel Shahaf wrote on Sat, Nov 28, 2015 at 17:26:52 +:
> To be fair, though, the same trick with 'svn info' would have lead you
> to svn_fs_node_created_rev(), which is documented to return "the
> revision in which @a path under @a root was cr
Ren Wang wrote on Fri, Nov 27, 2015 at 10:04:38 -0500:
> Thanks, that makes sense.
>
> Here is another question. How to get the latest revision id for
> a node? I see the svnlook is calling svn_fs_node_id() to get node id,
> but couldn't find a reference to get the latest revision of id for
> a no
is another API called:
> svn_fs_txn_prop()
>
> -Original Message-
> From: Ren Wang [mailto:renwang...@gmail.com]
> Sent: Thursday, November 26, 2015 9:58 AM
> To: 'Branko Čibej'
> Subject: RE: getting file or directory property/metadata
>
> Thanks again.
On 26.11.2015 15:32, Ren Wang wrote:
> How to get a file or directory property by using API, is it
> svn_fs_node_prop()? I was trying to get svn:author (a default property) for
> a file from the repository, but the API always returns NULL.
You already got the answer to that question in a previous
How to get a file or directory property by using API, is it
svn_fs_node_prop()? I was trying to get svn:author (a default property) for
a file from the repository, but the API always returns NULL.