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

Re: Integrating svn with ant for project deployment

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2005-12-01 19:46:45 CET

On 12/1/05, Gale, David <David.Gale@hypertherm.com> wrote:
> Why are you trying to do an export or checkout? Wouldn't it be better
> to maintain a working copy, and just do an update before compiling?
> This should go faster than doing an export or a checkout, with just the
> cost of maintaining a working copy on your server...

I need an initial checkout to do updates in the future. Which, yes, I
could do manually I'm sure. But I think I may get stuck if we ever
make changes to the build configuration itself - those files (or at
least some of them) are read before ant does the update, therefore I'd
have to run the build process twice - the first build would have the
pre-update configuration, a second would be required to pull in the
new config.

The more I'm talking it out here, the more I'm thinking I should write
a script to perform the update, then kick off ant as the second step
in the process, as opposed to rolling it all into one.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 1 20:18:57 2005

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.