I'm trying to reach SVN from Windows PowerShell but I can't. For example, if I type svn help I get:
svn : The term 'svn' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
I have TortoiseSVN installed on the computer which should to my knowledge should allow me to use svn commands.
I also have the same problem when I try to use Gource.
echo %PATH%, executed from command line?svnis not in any of the locations defined by the environment variable path. Check$env:Pathin PowerShellTortoiseSVNhas an option for installing the command line tools. It isn't checked by default, but you can run the installer again and select it. It will also automatically update yourPATHenvironment variable: stackoverflow.com/a/9874961/1023562 and stackoverflow.com/a/7769846/1023562