« Return to Thread: Build Scripts

RE: Build Scripts

by Erik Hemdal :: Rate this Message:

| View in Thread

> -----Original Message-----
> From: devroy [mailto:dev17.roy@...]
> Sent: Friday, October 23, 2009 10:30 AM
> To: users@...
> 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@...].

 « Return to Thread: Build Scripts