You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by p_m <pr...@virtusa.com> on 2006/08/14 03:59:53 UTC

build error

 Hi, 
      I am getting following error while doing build. SVN is installed and i
am able to do manual check-out from SVN
> 
> Online report : 
> http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm 
> /view/ProjectBuild/id/56/buildId/118 
> Build statistics: 
>   State: Error 
>   Previous State: Error 
>   Started at: Sun, 13 Aug 2006 21:03:37 -0400 
>   Finished at: Sun, 13 Aug 2006 21:03:37 -0400 
>   Total time: 0s 
>   Build Trigger: Forced 
>   Exit code: 0 
>   Building machine hostname: emetadev1 
>   Operating system : Linux(unknown) 
>   Java version : 1.4.2_04(Sun Microsystems Inc.) 
> 
> Changes 
>       No files changed 
>   
> ************************************************************************ 
> **** 
> Build Error: 
> ************************************************************************ 
> **** 
> Exception: 
> Cannot checkout sources. 
> Exception while executing SCM command. 
> Error while executing command. 
> Error while executing process. 
> java.io.IOException: svn: not found 
> 
> 
> My SCM tag in POM is as below 
> 
> <scm> 
> <connection> 
> scm:svn:http://<ip>:<port>/svn/repos/proj/common 
> </connection> 
>    <developerConnection> 
> scm:svn:http://<ip>:<port>/svn/repos/proj/common 
> </developerConnection> 
> <url> 
> http://<ip>:<port>/svn/repos/proj/common 
> </url> 
> </scm> 
> 
> Thanks 
> P~M
-- 
View this message in context: http://www.nabble.com/build-error-tf2101083.html#a5790480
Sent from the Continuum - Users forum at Nabble.com.


Re: build error

Posted by p_m <pr...@virtusa.com>.
Hi,
      I have added svn in my path var. now able to see Working Copy of my
project under 'working copy' tab, but getting 

provider message: The svn command failed.
Command output: 
-------------------------------------------------------------------------------
svn: '.' is not a working copy
-------------------------------------------------------------------------------

when doing the build.

Thanks
P~M




p_m wrote:
> 
>  Hi, 
>       I am getting following error while doing build. SVN is installed and
> i am able to do manual check-out from SVN
>> 
>> Online report : 
>> http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm 
>> /view/ProjectBuild/id/56/buildId/118 
>> Build statistics: 
>>   State: Error 
>>   Previous State: Error 
>>   Started at: Sun, 13 Aug 2006 21:03:37 -0400 
>>   Finished at: Sun, 13 Aug 2006 21:03:37 -0400 
>>   Total time: 0s 
>>   Build Trigger: Forced 
>>   Exit code: 0 
>>   Building machine hostname: emetadev1 
>>   Operating system : Linux(unknown) 
>>   Java version : 1.4.2_04(Sun Microsystems Inc.) 
>> 
>> Changes 
>>       No files changed 
>>   
>> ************************************************************************ 
>> **** 
>> Build Error: 
>> ************************************************************************ 
>> **** 
>> Exception: 
>> Cannot checkout sources. 
>> Exception while executing SCM command. 
>> Error while executing command. 
>> Error while executing process. 
>> java.io.IOException: svn: not found 
>> 
>> 
>> My SCM tag in POM is as below 
>> 
>> <scm> 
>> <connection> 
>> scm:svn:http://<ip>:<port>/svn/repos/proj/common 
>> </connection> 
>>    <developerConnection> 
>> scm:svn:http://<ip>:<port>/svn/repos/proj/common 
>> </developerConnection> 
>> <url> 
>> http://<ip>:<port>/svn/repos/proj/common 
>> </url> 
>> </scm> 
>> 
>> Thanks 
>> P~M
> 

-- 
View this message in context: http://www.nabble.com/build-error-tf2101083.html#a5800822
Sent from the Continuum - Users forum at Nabble.com.


Re: build error

Posted by Emmanuel Venisse <em...@venisse.net>.
do you have svn in your path?

Emmanuel

p_m a écrit :
>  Hi, 
>       I am getting following error while doing build. SVN is installed and i
> am able to do manual check-out from SVN
>> Online report : 
>> http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm 
>> /view/ProjectBuild/id/56/buildId/118 
>> Build statistics: 
>>   State: Error 
>>   Previous State: Error 
>>   Started at: Sun, 13 Aug 2006 21:03:37 -0400 
>>   Finished at: Sun, 13 Aug 2006 21:03:37 -0400 
>>   Total time: 0s 
>>   Build Trigger: Forced 
>>   Exit code: 0 
>>   Building machine hostname: emetadev1 
>>   Operating system : Linux(unknown) 
>>   Java version : 1.4.2_04(Sun Microsystems Inc.) 
>>
>> Changes 
>>       No files changed 
>>   
>> ************************************************************************ 
>> **** 
>> Build Error: 
>> ************************************************************************ 
>> **** 
>> Exception: 
>> Cannot checkout sources. 
>> Exception while executing SCM command. 
>> Error while executing command. 
>> Error while executing process. 
>> java.io.IOException: svn: not found 
>>
>>
>> My SCM tag in POM is as below 
>>
>> <scm> 
>> <connection> 
>> scm:svn:http://<ip>:<port>/svn/repos/proj/common 
>> </connection> 
>>    <developerConnection> 
>> scm:svn:http://<ip>:<port>/svn/repos/proj/common 
>> </developerConnection> 
>> <url> 
>> http://<ip>:<port>/svn/repos/proj/common 
>> </url> 
>> </scm> 
>>
>> Thanks 
>> P~M