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

Diff of /ccvs/src/add.c

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

revision 1.121.4.3 by dprice, Wed Nov 30 19:58:46 2005 UTC revision 1.121.4.4 by dprice, Fri Dec 2 21:12:44 2005 UTC
# Line 499  add (int argc, char **argv) Line 499  add (int argc, char **argv)
499  "Resurrecting file `%s' from revision %s.",  "Resurrecting file `%s' from revision %s.",
500                                         finfo.fullname, prev);                                         finfo.fullname, prev);
501                              status = base_checkout (vers->srcfile, &finfo,                              status = base_checkout (vers->srcfile, &finfo,
502                                                      NULL, prev, vers->tag,                                                      NULL, prev, NULL,
503                                                        vers->tag,
504                                                      NULL, vers->options);                                                      NULL, vers->options);
505                              if (status != 0)                              if (status != 0)
506                              {                              {
# Line 615  add (int argc, char **argv) Line 616  add (int argc, char **argv)
616                               strlen (vers->vn_user));                               strlen (vers->vn_user));
617                      status = base_checkout (vers->srcfile, &finfo,                      status = base_checkout (vers->srcfile, &finfo,
618                                              vers->vn_user, vers->vn_user,                                              vers->vn_user, vers->vn_user,
619                                              vers->tag, vers->entdata->options,                                              vers->entdata->tag, vers->tag,
620                                                vers->entdata->options,
621                                              vers->options);                                              vers->options);
622                      if (status != 0)                      if (status != 0)
623                      {                      {

Legend:
Removed from v.1.121.4.3  
changed lines
  Added in v.1.121.4.4

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