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
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
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
3 matches
Mail list logo