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

Re: How to get Cruisecontrol to update my repo and its externals?

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: Tue, 05 Feb 2008 12:22:54 -0500

john.hair_at_dsystems.co.uk wrote:
> I have a cruisecontrol script that builds from an svn repo. This repo
> has an external reference, but cruisecontrol is only updating the main
> repo and not getting any changes made in the external ref.
>
> Anyone know how to get cruisecontrol to update external refs as well?

In your svn modificationset entry be sure to use checkExternals="true":
> <modificationset quietperiod="0">
> <svn LocalWorkingCopy="${eod.rootdir}" username="${svn.username}" password="${svn.password}" checkExternals="true"/>
> </modificationset>

Note this is just related to detecting the changes. The you'll need to
check the actual update command to ensure it doesn't ignore externals too.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-05 18:23:23 CET

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.