Problems with the Continuous Integration Process
From: Avinash Athavale <avinash_at_egenietech.com>
Date: 2004-12-17 06:44:17 CET Hi All,
I am new user of these continusous Intgration
Process tools.
I am using Subverasion1.1.1,TortoiseSVN1.1.1
with
Draco.Net, NAnt and NUnit tools for the continuous integration
process.
Currently I have made one Repository over the
server and subversion and draco.net service are installed over there
on the
server. And I am using client as TortoiseSVN over all the other client
machines.
I have made Local working folders over the client machines.
My Draco.net build file is as
below:
< draco xmlns="http://www.chive.com/draco"> <pollperiod>60</pollperiod> <timeoutperiod>3600</timeoutperiod> <quietperiod>60</quietperiod> <maxbuilds>2</maxbuilds> <mailserver>Mngserver</mailserver> <fromaddress>avinash@egenietech.com</fromaddress> <rootsourcedir>Source</rootsourcedir> <builds> <build> <name>SampleTest</name> <alwaysbuild>true</alwaysbuild> <notification> <email> <recipient>avinahs4u@yahoo.co.in</recipient> </email> </notification> <nant> <buildfile>D:\Avinash\SimpleTest\SimpleTest.build</buildfile> </nant> <svn> <url>file:///D:/Avinash/TestRepository</url> </svn> </build> <build> <name>TestApplication</name> <alwaysbuild>true</alwaysbuild> <notification> <email> <recipient>avinahs4u@yahoo.co.in</recipient> </email> </notification> <nant> <buildfile>D:\Avinash\TestApplication\MasterTest.build</buildfile> </nant> <svn> <url>file:///D:/Avinash/NUnitAndNantRepository</url> </svn> </build> </builds></ draco>Now whenever I make changes in my working folder project and commit the projects, the latest version number is getting reflecteed in the build result file but the changes whatever I have made in the project file are not getting reflected in the output files ( Here means exe's and dll's ). Also for commit it is taking lot of time ( near about 5 mins) just for small application from the client machine. Please some one reply me about these problems. Thanks and regards, Avinash Athavale.
|
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.