Re: integration with svn
Upendra Moturi <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
HI,
in config.xml
<modificationset quietperiod="60">
<svn username=""
password=""
repositoryLocation="http://localhost/opt/svn/project"/>
</modificationset>
<plugin name="svn"
classname="net.sourceforge.cruisecontrol.sourcecontrols.SVN"/>
and
in myproject-cc.xml
<path id="svn.classpath">
<pathelement location="lib/svnjavahl.jar" />
<pathelement location="lib/svnant.jar" />
<pathelement location="lib/svnClientAdapter.jar" />
</path>
<taskdef resource="svntask.properties" classpathref="svn.classpath"/>
<target name="checkout" description="Update packages from SVN">
<svn username="" password="">
<checkout url="http://localhost/opt/svn/project/"
destPath="project1" />
</svn>
</target>
download those jars and place then in cruisecontrol/lib.
On Wed, Feb 11, 2009 at 12:24 PM, aravind raaman <[email protected]>wrote:
> Hi,
> I have installed Cruise Control 2.8.2 , i am trying to integrate svn but i
> am not able to , Can any1 help in modifying config.xml so that i can
> integrate svn with my cruise control.
>
>
> Thanks
>
>
> ------------------------------------------------------------------------------
> Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code
> to
> build responsive, highly engaging applications that combine the power of
> local
> resources and data with the reach of the web. Download the Adobe AIR SDK
> and
> Ajax docs to start building applications today-
> http://p.sf.net/sfu/adobe-com
> _______________________________________________
> Cruisecontrol-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
>
>
--
Thanks and Regards,
Upendra.M
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user