# this is run from /home/install/tools/svn-rockwell.sh ssh-add /root/.ssh/id_rsa-rockwell-svn-ndt export PS1="SVN \u@\h \w # " export SVN_ROCKS="svn+ssh://ndt.aglt2.org/rocks/" export SVN_TRUNK="$SVN_ROCKS/trunk/" export SVN_TAGS="$SVN_ROCKS/tags/" export SVN_BRANCHES="$SVN_ROCKS/branches/" export SVN_BR_ROCKWELL="$SVN_ROCKS/branches/rockwell/" # this sets the xterm title and icon title if [ $TERM == "xterm" ]; then export PROMPT_COMMAND='echo -ne "\033]0;SVN ROCKWELL ${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\007"' fi