1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
<title>The Fossil Sync Protocol</title>
</head>
<body bgcolor="white">
<h1 align="center">The Fossil Sync Protocol</h1>
<p>Fossil supports commands <b>push</b>, <b>pull</b>, and <b>sync</b>
for transferring information from one repository to another. The
command is run on the client repository. A URL for the server repository
is specified as part of the command. This document describes what happens
behind the scenes in order to synchronize the information on the two
|
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<title>The Fossil Sync Protocol</title>
</head>
<body bgcolor="white">
<p>[ <a href="index.html">Index</a> ]</p>
<hr>
<h1 align="center">The Fossil Sync Protocol</h1>
<p>Fossil supports commands <b>push</b>, <b>pull</b>, and <b>sync</b>
for transferring information from one repository to another. The
command is run on the client repository. A URL for the server repository
is specified as part of the command. This document describes what happens
behind the scenes in order to synchronize the information on the two
|