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

RE: post-commit information

From: Aliasgar Ganiji <Aliasgar_at_epicsystems.com>
Date: 2006-06-14 16:07:43 CEST

The problem area for me is how to extract the commit information from
the post-commit.bat so that I can write it to some text file.

-----Original Message-----
From: Andy Levy [mailto:andy.levy@gmail.com]
Sent: Tuesday, June 13, 2006 8:14 PM
To: Aliasgar Ganiji
Cc: users@subversion.tigris.org
Subject: Re: post-commit information

On 6/13/06, Aliasgar Ganiji <Aliasgar@epicsystems.com> wrote:
>
>
>
> I have defined a post-commit.bat file under the hooks folder which
> gets called by SVN. Post-commit.bat in turn calls a vb-script which
> sends out an email to the specified group. What I want to accomplish
> is to send information about the old files/new files committed, the
> revision number, etc. along with the email. How do I go about passing

> this information for
> SVN->post-commit.bat->Email.vbs? Is there a log file somewhere which
> SVN->can be
> parsed for information by the vb-script?
>
> I am running the apache service on a Windows XP machine under the
> local system account.

You can't call the VBS script with parameters, but you can convert it to
WSF which will let you pass parameters to the script.

Or you can have your batch file write out a text file, which the VBS
then reads in.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 16 16:31:38 2006

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.