117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
<verbatim>./configure --prefix=$HOME && make install</verbatim>
The simpler of the two solutions to this problem is to install Fossil
where sshd expects to find it, but when that isn't an option, you can
instead give a URL like this:
<verbatim>fossil clone ssh://myserver.example.com?fossil=/home/me/bin/fossil /path/to/repo.fossil</verbatim>
That gives the local Fossil instance the absolute path to the binary on
the remote machine for use when calling that Fossil instance through the
SSH tunnel.
<h4 id="file">2.0.3 FILE Transport</h4>
|
|
|
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
<verbatim>./configure --prefix=$HOME && make install</verbatim>
The simpler of the two solutions to this problem is to install Fossil
where sshd expects to find it, but when that isn't an option, you can
instead give a URL like this:
<verbatim>fossil clone ssh://myserver.example.com/path/to/repo.fossil?fossil=/home/me/bin/fossil</verbatim>
That gives the local Fossil instance the absolute path to the binary on
the remote machine for use when calling that Fossil instance through the
SSH tunnel.
<h4 id="file">2.0.3 FILE Transport</h4>
|