Re: [PATCH] Re: [RFC] svnwcsub post-update hook

2012-09-07 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Sep 06, 2012 at 09:48:51 +0100: > Daniel Shahaf wrote on Thu, Sep 06, 2012 at 09:07:58 +0100: > > RFC: teach svnwcsub to optionally run an arbitrary command (a hook) > > after updating the working copy. The interface might be: > > % ${/path/to/hook/from/config} "post-up

[PATCH] Re: [RFC] svnwcsub post-update hook

2012-09-06 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Sep 06, 2012 at 09:07:58 +0100: > RFC: teach svnwcsub to optionally run an arbitrary command (a hook) > after updating the working copy. The interface might be: > % ${/path/to/hook/from/config} "post-update" "/path/to/wc/root" "$URL" > "$updated_to_revision" > > Use-c