|
The problem here is that you have an extra space between "subversion-i386" and "/.sbin/svn"
The full command should be:"/usr/pbi/subversion-i386/.sbin/svn co svn://svn.pcbsd.org/pbi/modules/multimedia/mplayer"
The first word/string (without spaces) is the path/command to run, the second word (co) is short for "check-out", which means to fetch the files from somewhere else, and the third word/string (svn://svn.pcbsd.org......) is where to fetch the files from.
__________________
~ Ken Moore ~
PC-BSD/iXsystems
|