I work with Eclipse and use SVN as a VersionControlSystem. I also have TortoiseSVN installed on my PC.
When I'm updating or commiting via mouse by right-click and the Team list option everything works. But I read, that it is even easier to use the command prompt.
Now when I try ty input svn --version
or svn --status
on the project path I get the message, that the command can not be found.
How can I fix this?
My current versions:
TortoiseSVN 1.8.11
SubversiveSVN 4.0.5
Am I missing something?