Assembla Breakout Setup Problems
Breakout Setup Problems
Those should be filed as issues, too, in order to enable developers to find information within a search.
Additionally, this can be used to save developers time, freeing resources for development.
Berkeley Db Error
When creating an svn, the following error occours:
svn: bdb: Berkeley DB library configured to support only private environments
this thread indicates that the berkeley db needs to be recompiled.
workaround: added fsfs option to subversion tool (within /control)
Starting a Daemon
Documentation suggested this command, to start the control server:
$ su www-data ./control.rb -d
use instead
sudo -u www-data ./control.rb -d
Command for Database Deletion
./script/create_db
requires gem "db_structure"
gem install db_structure
those information should be provided compactly in a quick intro fon non-rails developers