mand1nga wrote:Visceral wrote:Not working for me for some reason.
rwillmore@rwillmore-desktop:~/Desktop$ svnup-nexuiz.sh -a
bash: svnup-nexuiz.sh: command not found
Any ideas, the file svnup-nexuiz.sh is sitting right here my desktop and my terminal is there as well..
Try with
- Code: Select all
./svnup-nexuiz.sh -a
note the ./ prefix
.. or include "." on your $PATH
don't forget to make it an executable with chmod +x svnup-nexuiz-sh
good luck
That works, thanks. Any performance or other advantages from always using the svn version?