# # # patch "ChangeLog" # from [5b5094b4e4169cbfb4436949b95efa0c99e444c0] # to [a27f617a57fa0b5b988daeb5da4ff36fa380bb48] # # patch "NEWS" # from [985678c191f8508a0f2eb1d28e8f15efecbf6349] # to [b1818f6d7724208e8964ecece0747e8a6fc4f134] # ============================================================ --- ChangeLog 5b5094b4e4169cbfb4436949b95efa0c99e444c0 +++ ChangeLog a27f617a57fa0b5b988daeb5da4ff36fa380bb48 @@ -1,3 +1,7 @@ +2006-06-05 Matt Johnston + + * NEWS: fix ssh:// syntax to match what works + 2006-06-04 Derek Scherger * NEWS: fix version typo ============================================================ --- NEWS 985678c191f8508a0f2eb1d28e8f15efecbf6349 +++ NEWS b1818f6d7724208e8964ecece0747e8a6fc4f134 @@ -11,7 +11,7 @@ e.g.: $ mtn -d db1.mtn sync file:/path/to/db2.mtn - SSH synchronization is enabled out of the box, e.g.: - $ mtn -d local.mtn sync ssh://address@hidden:/home/njs/remote.mtn + $ mtn -d local.mtn sync ssh://address@hidden/home/njs/remote.mtn Note that this requires mtn be installed on the remote computer, and locks the remote database while running; it is not ideal for groups accessing a shared database.