FW: getting file or directory property/metadata
From: Ren Wang <renwang101_at_gmail.com>
Date: Fri, 27 Nov 2015 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 node.
From the subversion client side, I can see the latest version id showing on the subversion client panel, such as on TortoseSVN, I guess it must has an interface on the repos or fs layer.
-----Original Message-----
There have been two kinds of properties in Subversion since before 1.0. :)
A transacton property is like a revision property, but belongs to a transaction object, which may, when committed, become a new revision. We use transactions to build up tree and content changes, then commit them (which is a complex process) to create new revisions. At any time, there can be an number of open transactions; but only one revision at a time can be committed.
-- Brane
On 26.11.2015 16:01, Ren Wang wrote:
|
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.