Posted: Sun Mar 18, 2007 5:47 pm
If svn cannot be found, it is most likely not in the current path. Without being able to test it, since my setup is quite different to what the wiki mentions as default, I would add the path to the svn/bin folder to the export PATH command. So, you may want to change the line marked below (taken from the wiki instructions)
to
Hope this works for you.
Code: Select all
Start the GNUstep command line (Start -> Programs -> GNUstep Development -> MSYS for GNUstep) and issue the following commands:
cd $GNUSTEP_LOCAL_ROOT
export PATH=$PATH:$GNUSTEP_LOCAL_ROOT/bin <------- This line here
mkdir oolite
cd oolite
svn checkout svn://svn.berlios.de/oolite-linux/trunk
cd trunk
make
Code: Select all
export PATH=$PATH:$GNUSTEP_LOCAL_ROOT/bin:[Path to Subversion folder]/bin