Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Remove inaccurate statement regarding use of servercode, which is now primarily historical. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
e315ec84109a2ed753a8ce7971f9e313 |
| User & Date: | andybradford 2015-03-20 05:20:14.986 |
Context
|
2015-03-20
| ||
| 11:12 | In "fossil server --create", don't create "admin" user with "admin" password, but print the random-generated password ... (check-in: 2ec9af63bd user: jan.nijtmans tags: trunk) | |
| 05:20 | Remove inaccurate statement regarding use of servercode, which is now primarily historical. ... (check-in: e315ec8410 user: andybradford tags: trunk) | |
|
2015-03-19
| ||
| 21:54 | Upgrade to openssl 1.0.2a ... (check-in: dabb08e9b3 user: jan.nijtmans tags: trunk) | |
Changes
Changes to www/sync.wiki.
| ︙ | ︙ | |||
245 246 247 248 249 250 251 | <blockquote> <b>push</b> <i>servercode projectcode</i><br> <b>pull</b> <i>servercode projectcode</i> </blockquote> <p>The <i>servercode</i> argument is the repository ID for the | < < | | 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 | <blockquote> <b>push</b> <i>servercode projectcode</i><br> <b>pull</b> <i>servercode projectcode</i> </blockquote> <p>The <i>servercode</i> argument is the repository ID for the client. The <i>projectcode</i> is the identifier of the software project that the client repository contains. The projectcode for the client and server must match in order for the transaction to proceed.</p> <p>The server will also send a push card back to the client during a clone. This is how the client determines what project code to put in the new repository it is constructing.</p> |
| ︙ | ︙ |