next up previous contents
Next: Costs are proportional to Up: New Features Previous: Natively client/server   Contents

Client/server protocol diffs both ways

The diff program will compare two files and write out a set of changes to make the first file change into the second file. Diff files are generally much smaller than the files they change.

CVS will send diff files from the server to the client so the net traffic is small and efficient. However it will send whole files from the client to the server. In many cases this can be very time consuming.


root 2004-02-24