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

FS API requests

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-11-26 01:50:37 CET

Some random requests for the FS API:

*) svn_fs_dirent_t returns an svn_fs_id_t for a node. It would be nice to be
   able to use that for opening the child node (rather than path
   construction, and making the FS do the path->node mapping)
   [ basically: I think this means expose svn_fs__open_node_by_id() ]

*) there are two properties that DAV needs:

   - creation date (when was the resource created)
   - last modified date (for this revision)

   Will the FS track either/both of these (and provide an API), or should I
   (manually) keep these in a property?

*) still need the "latest revision" API that I can pass to svn_fs_open_root

That's it for now :-) ... more if/when I find them.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:15 2006

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

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