Differences From Artifact [dab2e5239d]:
- File src/url.c — part of check-in [c38ff36ddf] at 2013-07-16 05:47:17 on branch ssh-transport-changes — Remove old SSH transport code and spawn remote fossil http as remote SSH command instead. Also make it possible to configure SSH command prior to cloning. Change remote fossil command to be configurable (really this should probably be simply a matter of fixing PATH on remote end). (user: amb size: 13259) [more...]
To Artifact [a78f348293]:
- File src/url.c — part of check-in [f15adbba0e] at 2013-07-17 14:23:42 on branch ssh-transport-changes — Handle missing port more gracefully. Allows for SCP style URL. (user: amb size: 13272)
| ︙ | |||
160 161 162 163 164 165 166 | 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | - + |
);
}else{
g.urlCanonical = mprintf(
"%s://%s%T:%d%T",
g.urlProtocol, zLogin, g.urlName, g.urlPort, g.urlPath
);
}
|
| ︙ |