visual studio 2010 - Cannot find svn.exe on C# build -
so i've checked out project in svn using tortoise(latest version), , whenever build message "cannot find svn.exe! please make sure it's installed in path". don't know what's going on, other projects have checked out aren't doing this.
your build uses command-line svn client somewhere in custom build step.
either remove or install command-line client.