views:

33

answers:

1

I instal CruiseControl 2.8.3 ,svn, and use config.xml:

when i run cruisecontrol.bat in command everything go ok. but i run cc as nt service give me error :

Caused by: java.io.IOException: Cannot run program "svn" (in directory "projects/xxxx"): CreateProcess error=2, ?????????

A: 

Most likely, your SVN is located in a directory,which is included in the PATH environment variable for your Windows user account, but is not included in the PATH for the user account you are running the CC service as. Try either using full path to SVN.EXE or adding the SVN.EXE location to the machine-wide PATH.

Franci Penov

related questions