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

RE: Build Scripts

From: Erik Hemdal <erik_at_comprehensivepower.com>
Date: Fri, 23 Oct 2009 10:50:38 -0400

> -----Original Message-----
> From: devroy [mailto:dev17.roy_at_gmail.com]
> Sent: Friday, October 23, 2009 10:30 AM
> To: users_at_subversion.tigris.org
> Subject: Build Scripts
>
>
> Hi,
>
> Are there buildscripts written in shell(preferably)that would
> sync to the depot based on a build label or change number or
> triggered upon a change to depot files and build the
> application and log the build results in a log file?

A lot depends on your platform and your environment, of course. If your
Linux server is managing Windows code, you might have to do the work on a
Windows client.

You might be able to do this with a post-commit hook, or perhaps with a
scheduled job that checks for the most recent revision ('svnlook youngest'
can give you the most recently committed revision) and then checks out or
exports code for a fresh build.

Erik

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2410668

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-23 16:51:35 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.