On Thu, Jan 21, 2010 at 09:06, Bastien Semene <bsem...@cyanide-studio.com> wrote: > Hi list, > > I currently can't get the stderr output of the post-commit hook script back > to the client. > > The goal of this part of this post-commit hook script is to update a > specific working copy when someone commit on a particular folder, and the > commiter to verify the version of this working copy. > > Everything works fine except that the client (Tortoise) doesn't display the > version of the working copy.
If the WC is being updated in the post-commit, then wouldn't the revision number reported at the successful completion of the commit (standard client behavior) be the same as what you've just updated to in the post-commit hook? Am I misunderstanding something?