"Juanma M. R." <juanma...@gmail.com> writes:

> I would like to get the node id when I create a new folder. I would like to
> do it as a post commit action in order to store it in a DB. How could I do
> it? Any example or doc you recommend me?

To which node id are you referring?  Subversion doesn't really have node
ids.  There is a node-revision-id in the repository but that changes as
the node is modified in subsequent revisions.  I'm not sure how it would
be useful to you, but you can get node-revision-ids by using

   svnlook changed -rREV REPOS_PATH

to identify the new paths which you then pass to

   svnlook tree --show-ids -N -rREV REPOS_PATH PATH_IN_REPOS

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to