Up until now, I've been using $SVN_SSH to specify the SSH port: export SVN_SSH='ssh -p 7022 -o ControlMaster=no'
I noticed that in version 1.17 (which I finally figured out how to install on ubuntu using regular apt-get), you can specify inside /etc/fsvs/config config_dir=/root/.subversion I was hoping this setting would pick up the alternate scheme I created and tested with subversion in the tunnels section of the config file: ssht = $SVN_SSH ssh -p 7022 -o ControlMaster=no However, when I try to specify this in the fsvs URL as svn+ssht, I get the following message: The given protocol is unknown! Is there a way of using an alternate port for my repository without resorting to an environment variable? ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2380153 To unsubscribe from this discussion, e-mail: [[email protected]].
