From the AMIGA.README file:
Quote:
- The "svn" command uses a lot of stack space. I measured about 180K as
the minimum and pre-configured "svn" to use 200K just to be sure. But
you can override the stack size through an environment variable,
like this:
setenv SVN_STACK_SIZE 500000
All other commands also check the SVN_STACK_SIZE environment variable
to set the default stack size; they all start with a minimum of
20000 bytes.
So to make svn always use 500K stack you just need to type the following command into the shell:
setenv SAVE SVN_STACK_SIZE 500000