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

Re: Automatic SVN check out and ANT build

From: Toby Thain <toby_at_smartgames.ca>
Date: Thu, 26 Jun 2008 18:02:36 -0300

On 26-Jun-08, at 11:32 AM, Sagar Padmanabhan wrote:

>
> Hi,
>
> Plz give some solutions for automatic SVN check out and ,after the
> check out is over the source should start the build with ANT.Our
> SVN source are java files.

The other suggestions are good, but a minimal answer is simply to
cron this:

svn update workspace # this was checked out earlier
cd workspace && ant <target>
...do something with build product...

>
>
> Thanks & Regards
> Sagar Padmanabhan
> IBS Software Services
> http://www.ibsplc.com
>
>
>
>
> DISCLAIMER:
>
> "The information in this e-mail and any attachment is intended only
> for the person to whom it is addressed and may contain confidential
> and/or privileged material. If you have received this e-mail in
> error, kindly contact the sender and destroy all copies of the
> original communication. IBS makes no warranty, express or implied,
> nor guarantees the accuracy, adequacy or completeness of the
> information contained in this email or any attachment and is not
> liable for any errors, defects, omissions, viruses or for resultant
> loss or damage, if any, direct or indirect."
>
>
>
>
Received on 2008-06-26 23:03:05 CEST

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.