The temporary fix $ echo "[ -z \"\$PS1\" ] && . /etc/profile.d/bitnami.sh"|cat - /home/bitnami/.bashrc > /tmp/out && mv /tmp/out /home/bitnami/.bashrc shown in http://wiki.bitnami.org/Components/Subversion#How_to_configure_your_Subversion_repository_though_SSH.3f does not work. because batnami.sh does not exist in /etc/profile.d!
I receive the following error after trying to access subversion on ec2 via ssh. /home/bitnami/.bashrc: line 1: /etc/profile.d/bitnami.sh: No such file or directory bash: svnserve: command not found