Re: commit: affected paths in commit hooks

2010-06-10 Thread C. Michael Pilato
Winston Smith wrote: > I am trying to pass down the paths that are affected by a commit down to the > commit hooks. My question is how can I detect these paths? Use the svn_fs_paths_changed() interface. There are plenty of examples of this to be found. Here's one: http://svn.apache.org/repos/asf

Re: commit: affected paths in commit hooks

2010-06-10 Thread Philip Martin
Winston Smith writes: > I am trying to pass down the paths that are affected by a commit down > to the commit hooks. My question is how can I detect these paths? I > have tried to do so when the editor is driven, but functions like > ra_svn_handle_* would only read the basename of any dir or file

commit: affected paths in commit hooks

2010-06-09 Thread Winston Smith
I am trying to pass down the paths that are affected by a commit down to the commit hooks. My question is how can I detect these paths? I have tried to do so when the editor is driven, but functions like ra_svn_handle_* would only read the basename of any dir or file affected. I have tried to do a