Fossil SCM
URL fix in previous; remote path needs to be part of the URL, and we can avoid giving the local clone path by using the new clone-and-open functionality.
Commit
69959fa5b6be3e4df17f8be62c86ea7075eda5db407acf2d02b66f748b6a196f
Parent
a975ccb75b713a3…
1 file changed
+1
-1
+1
-1
| --- www/sync.wiki | ||
| +++ www/sync.wiki | ||
| @@ -119,11 +119,11 @@ | ||
| 119 | 119 | |
| 120 | 120 | The simpler of the two solutions to this problem is to install Fossil |
| 121 | 121 | where sshd expects to find it, but when that isn't an option, you can |
| 122 | 122 | instead give a URL like this: |
| 123 | 123 | |
| 124 | -<verbatim>fossil clone ssh://myserver.example.com?fossil=/home/me/bin/fossil /path/to/repo.fossil</verbatim> | |
| 124 | +<verbatim>fossil clone ssh://myserver.example.com/path/to/repo.fossil?fossil=/home/me/bin/fossil</verbatim> | |
| 125 | 125 | |
| 126 | 126 | That gives the local Fossil instance the absolute path to the binary on |
| 127 | 127 | the remote machine for use when calling that Fossil instance through the |
| 128 | 128 | SSH tunnel. |
| 129 | 129 | |
| 130 | 130 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -119,11 +119,11 @@ | |
| 119 | |
| 120 | The simpler of the two solutions to this problem is to install Fossil |
| 121 | where sshd expects to find it, but when that isn't an option, you can |
| 122 | instead give a URL like this: |
| 123 | |
| 124 | <verbatim>fossil clone ssh://myserver.example.com?fossil=/home/me/bin/fossil /path/to/repo.fossil</verbatim> |
| 125 | |
| 126 | That gives the local Fossil instance the absolute path to the binary on |
| 127 | the remote machine for use when calling that Fossil instance through the |
| 128 | SSH tunnel. |
| 129 | |
| 130 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -119,11 +119,11 @@ | |
| 119 | |
| 120 | The simpler of the two solutions to this problem is to install Fossil |
| 121 | where sshd expects to find it, but when that isn't an option, you can |
| 122 | instead give a URL like this: |
| 123 | |
| 124 | <verbatim>fossil clone ssh://myserver.example.com/path/to/repo.fossil?fossil=/home/me/bin/fossil</verbatim> |
| 125 | |
| 126 | That gives the local Fossil instance the absolute path to the binary on |
| 127 | the remote machine for use when calling that Fossil instance through the |
| 128 | SSH tunnel. |
| 129 | |
| 130 |