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

Re: SVN Commit result

From: Ashutosh Mohanty <ashutosh_at_syncad.com>
Date: 2007-03-21 11:06:43 CET

Hi,

Yes, It return the status to the shell,you can catch through a script as for
example
       my $returncode = $?;
        if ($returncode ne 0 )
      .............your stuffs
This was a sample form a Perl-script. dont know whether you are asking for
the same or anything else!!

Regards,
Ashutosh

----- Original Message -----
From: "David Conley (FRD)" <dconley@frd.co.uk>
To: <users@subversion.tigris.org>
Sent: Wednesday, March 21, 2007 2:16 PM
Subject: SVN Commit result

> Does svn commit return a result to the shell? I have a script that needs
> to check if svn commit succeeded before continuing.
> Thanks
>
> --
> Dave Conley
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 21 11:10:25 2007

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.