Feature - Implemented "planting" not a valid folder for SVN projects

rlbond86

Member
I'm moving all of my scripts to SVN to take advantage of the awesome new KoLmafia capability. However, my most popular script is auto_mushroom which uses the planting folder. However when I run

Code:
svn checkout http://svn.code.sf.net/p/rlbond86-mafia-scripts/code/auto_mushroom/trunk

It blocks the request with the text

Non-permissible folder in SVN root: planting Stopping local updates.
Pushing local updates...
Non-permissible folder in SVN root: planting Stopping local updates.
Requests complete.

I know planting is an uncommon folder for scripts but support for it would be nice.
 
Top