moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).
psql_vegbien: Run with sh because it no longer needs bash support
psql_vegbien: Fixed bug where did not display command prompt when run from command line, by moving automatic setting of search_path to psql_script_vegbien. psql_script_vegbien is now used instead of psql_vegbien wherever the search_path needs to be set, so removing this functionality from psql_vegbien is not a problem.
psql_vegbien: Added $no_search_path option to turn off the automatic SET search_path directive
psql_vegbien: Use bash because it supports substitutions
psql_vegbien: Set the search_path to $out_schemas set by vegbien_dest. This will enable running any psql_vegbien script on a schema other than public.
psql_vegbien: Changed to use postgres_vegbien
psql_vegbien: Fixed comment to vegbien instead of vegbank
psql_vegbien: Use new location of bien_password
Renamed util to bin
Moved everything in scripts to root. inputs_Makefile: Don't run "all" when installing.
Changed vegbien_dest and users of it to use separate bien_password file
Renamed vegbien_dest.sh to vegbien_dest to reflect that it is also includable by Makefiles
Added vegbien DB admin scripts