Thanks for your help. Once I added the PATH to System Variables the 'svn' not found error is gone. However, now I'm getting a new error about SVN "authorization failed". I have added a maven2 project to continuum. Therefore I used http svn access with user/password. Now the project is configured in continuum using the scm information from the pom, which is svn protocol. If I save the SCM Username/Password in the "Update Continuum Project" form, these parameters will not be used if continuum executes thecheckout ?!
Any suggestion on where do I need to set the username and password? ________________________________ From: java javae <[email protected]> To: [email protected] Sent: Friday, January 23, 2009 9:36:08 AM Subject: Re: Bulild Error: 'svn' is not recognized as an internal or external command Thanks for your reply. Yes, I run Continuum as a service but I also tried to start and stop the Continuum from the command line and still getting the same error. I am sure my PATH is set correctly. ________________________________ From: java javae <[email protected]> To: [email protected] Sent: Thursday, January 22, 2009 5:01:41 PM Subject: Bulild Error: 'svn' is not recognized as an internal or external command Hi, I have downolad and install continuum-1.2.3. and I have added my project to Add Maven 2.0 through pom url. Also, I have already set the <scm> in my pom.xml file. Now, when I try to build the project I get this build error: Provider message: The svn command failed. Command output: ------------------------------------------------------------------------------- 'svn' is not recognized as an internal or external command, operable program or batch file. ------------------------------------------------------------------------------- I have already set the 'svn' PATH in env variable for my windows machine and when I run the svn on the command line it works just fine. However, when I try to build the project on continuum I get this error about svn is not recognized as internal or external command. Any suggestion on why I'm getting this error? Thanks.
