Fossil SCM
Updates to the "sync protocol" document.
Commit
4b565c46449807882041de7fcf200d3d9008214b
Parent
1216eb434a133f8…
1 file changed
+3
-3
+3
-3
| --- www/sync.wiki | ||
| +++ www/sync.wiki | ||
| @@ -384,20 +384,20 @@ | ||
| 384 | 384 | <li>The client sends a cookie card if it has previously received a cookie. |
| 385 | 385 | <li>The client sends gimme cards for every phantom that it holds. |
| 386 | 386 | <hr> |
| 387 | 387 | <li>The server checks the login password and rejects the session if |
| 388 | 388 | the user does not have permission to pull. |
| 389 | -<li>If the number entries in the unclustered table on the server is | |
| 389 | +<li>If the number of entries in the unclustered table on the server is | |
| 390 | 390 | greater than 100, then the server constructs a new cluster artifact to |
| 391 | 391 | cover all those unclustered entries. |
| 392 | 392 | <li>The server sends file cards for every gimme card it received |
| 393 | 393 | from the client. |
| 394 | -<li>The server sends ihave cards for every artifact in its unclustered | |
| 394 | +<li>The server sends igot cards for every artifact in its unclustered | |
| 395 | 395 | table that is not a phantom. |
| 396 | 396 | <hr> |
| 397 | 397 | <li>The client adds the content of file cards to its repository. |
| 398 | -<li>The client creates a phantom for every ihave card in the server reply | |
| 398 | +<li>The client creates a phantom for every igot card in the server reply | |
| 399 | 399 | that mentions an artifact that the client does not possess. |
| 400 | 400 | <li>The client creates a phantom for the delta source of file cards when |
| 401 | 401 | the delta source is an artifact that the client does not possess. |
| 402 | 402 | </ol> |
| 403 | 403 | |
| 404 | 404 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -384,20 +384,20 @@ | |
| 384 | <li>The client sends a cookie card if it has previously received a cookie. |
| 385 | <li>The client sends gimme cards for every phantom that it holds. |
| 386 | <hr> |
| 387 | <li>The server checks the login password and rejects the session if |
| 388 | the user does not have permission to pull. |
| 389 | <li>If the number entries in the unclustered table on the server is |
| 390 | greater than 100, then the server constructs a new cluster artifact to |
| 391 | cover all those unclustered entries. |
| 392 | <li>The server sends file cards for every gimme card it received |
| 393 | from the client. |
| 394 | <li>The server sends ihave cards for every artifact in its unclustered |
| 395 | table that is not a phantom. |
| 396 | <hr> |
| 397 | <li>The client adds the content of file cards to its repository. |
| 398 | <li>The client creates a phantom for every ihave card in the server reply |
| 399 | that mentions an artifact that the client does not possess. |
| 400 | <li>The client creates a phantom for the delta source of file cards when |
| 401 | the delta source is an artifact that the client does not possess. |
| 402 | </ol> |
| 403 | |
| 404 |
| --- www/sync.wiki | |
| +++ www/sync.wiki | |
| @@ -384,20 +384,20 @@ | |
| 384 | <li>The client sends a cookie card if it has previously received a cookie. |
| 385 | <li>The client sends gimme cards for every phantom that it holds. |
| 386 | <hr> |
| 387 | <li>The server checks the login password and rejects the session if |
| 388 | the user does not have permission to pull. |
| 389 | <li>If the number of entries in the unclustered table on the server is |
| 390 | greater than 100, then the server constructs a new cluster artifact to |
| 391 | cover all those unclustered entries. |
| 392 | <li>The server sends file cards for every gimme card it received |
| 393 | from the client. |
| 394 | <li>The server sends igot cards for every artifact in its unclustered |
| 395 | table that is not a phantom. |
| 396 | <hr> |
| 397 | <li>The client adds the content of file cards to its repository. |
| 398 | <li>The client creates a phantom for every igot card in the server reply |
| 399 | that mentions an artifact that the client does not possess. |
| 400 | <li>The client creates a phantom for the delta source of file cards when |
| 401 | the delta source is an artifact that the client does not possess. |
| 402 | </ol> |
| 403 | |
| 404 |