[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: can I add output messages in post-commit?

From: Dominic Mitchell <dom_at_happygiraffe.net>
Date: 2005-03-15 17:20:34 CET

On Tue, March 15, 2005 16:06, Luis Caņas said:
> I'm trying to add a message to the standard output of a successful
> commit.
>
> Is there any way to do that in the post-commit script?

There isn't, because the post-commit script runs on the server and the
commit output runs on the client.

The simplest way around this is to wrap the "svn" command in a script of
your own which checks for a successfull commit and adds the message
itself.

-Dom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 15 17:23:31 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.