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 created", but in fact > > returns the revision in which it was last modified. > > The docstring is correct, but it's not clear that "path under root" > means "node-revision identified by path under root". This is one of the
Thanks, I've incorporated that into r1717154. > many places where the DAG storage model leaks into public API semantics; > what you get is literally the revision number in with the node-revision > object was created. > > -- Brane >