/[cvs]/ccvs/src/server.c
ViewVC logotype

Diff of /ccvs/src/server.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.452.2.8 by dprice, Thu Dec 1 01:49:00 2005 UTC revision 1.452.2.9 by dprice, Thu Dec 1 20:23:55 2005 UTC
# Line 5268  server_updated ( Line 5268  server_updated (
5268               * it into a temp file.  This will complete the process and print               * it into a temp file.  This will complete the process and print
5269               * the "U file" line.               * the "U file" line.
5270               */               */
5271              buf_output0 (protocol, "Base-entry ");              if (updated == SERVER_MERGED)
5272                    buf_output0 (protocol, "Base-merged ");
5273                else
5274                    buf_output0 (protocol, "Base-entry ");
5275              output_dir (finfo->update_dir, finfo->repository);              output_dir (finfo->update_dir, finfo->repository);
5276              buf_output0 (protocol, finfo->file);              buf_output0 (protocol, finfo->file);
5277              buf_output (protocol, "\n", 1);              buf_output (protocol, "\n", 1);

Legend:
Removed from v.1.452.2.8  
changed lines
  Added in v.1.452.2.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26