HI ruben,
Thanks for your help
i did exactly the same as you said and it behaved as expected.
i was able to see the modification for the first time.
the again i did not got any modification.

i think you got the exact problem.
can you elaborate more on the english local
and  different  svn local

regards,
sid


On Jan 23, 1:01 am, Ruben Willems <[email protected]> wrote:
> Hi
>
> just thought of something, in the conversation you said that the first
> modifications,
> you saw. This gave me an idea.
>
> Can you try the following :
> ° stop the console
> ° delete the project state file, this a file in program
> files\cruisecontrol.Net\server
>     with the .state extention and the filename is the same as the project
> name
> ° delete the artifacts folder of this project
> ° start the console again
>
> so you see any modifications?
>
> if so, the communication with svn is ok
> but you only get the original modifications somehow.
> So the following may be an answer :
> the first commit(s) are done with an english locale
> or are imported or so,
>
> and the next commits  have a different  svn local somehow.
>
> if this is the case, you need the help of an svn guru on setting it up.
>
> with kind regards
> Ruben Willems
>
>
>
> On Thu, Jan 22, 2009 at 7:32 AM, सिद्धार्थ <[email protected]> wrote:
>
> > Hi Ruben,
>
> > when i installed the CCNet application i was able to view all the
> > modification for the first time then after that i was only able to
> > see
> > any the top header when i expanded that nothing was there
>
> > in the HistoryData.xml i got the following error .
>
> > ===========================================
> > Only one top level element is allowed in an XML document. Error
> > processing resource 'file:///C:/Program Files/CruiseControl...
>
> > <Build BuildDate="2009-01-22 10:20:50" Success="True"
> > Label="1.0_1_2" /
>
> > -^
> > argin-left:1em;text-indent:-2em">   <changeNumber>149</changeNumber>
> >  </modification>
> > - <modification type="Modified">
>
> > ==============================================
>
> > My local directory that is connected to svn is D:\CCSampleApp
> > \CCSampleApp
>
> > while my working by CCnet is D:\WorkingDirectory\CCSampleApp
> > \CCSampleApp
>
> > i am pointing my nant to build the solution file of D:
> > \WorkingDirectory
> > \CCSampleApp\CCSampleApp
> >  directory .
> > because it will contain the latest copy of the svn.Correct me if i am
> > wrong.
>
> > here are the details
>
> > Build file
> > --------------
> > <target name="build">
> >      <msbuild  project="D:\WorkingDirectory\CCSampleApp\CCSampleApp
> > \CCSampleApp\CCSampleApp.sln">
> >       <property name="Configuration" value="debug"/>
> >           </msbuild>
>
> > ccnet.config
> > -------------------------
> > <sourcecontrol type="svn" >
> >                        <trunkUrl>svn://svn.spanservices.com/
> > NetworkMining/CCSampleApp<http://svn.spanservices.com/NetworkMining/CCSampleApp>
> > </
> > trunkUrl>
>
> >                        <!--<culture>en-US</culture>-->
> >                        <workingDirectory>D:\WorkingDirectory
> > \CCSampleApp\CCSampleApp</
> > workingDirectory>
> >                        <username>abc</username>
> >                        <password>abc</password>
> >                        <autoGetSource>true</autoGetSource>
> >                        <executable>svn.exe</executable>
>
> >                </sourcecontrol>
>
> >                <tasks>
> >                        <nant>
> >                                <executable>D:\Siddharth\E\software
> > \nant-0.86-beta1\bin\nant.exe</
> > executable>
> >                                <baseDirectory>D:\WorkingDirectory
> > \CCSampleApp\CCSampleApp
> > \CCSampleApp</baseDirectory>
> >                                <buildFile>default.build</buildFile>
> >                        </nant>
> >                </tasks>
>
> > Please suggest- Hide quoted text -
>
> - Show quoted text -

Reply via email to