[BACK]Return to add.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/add.c between version 1.109 and 1.110

version 1.109, 2010/07/23 21:46:04 version 1.110, 2010/11/11 21:00:59
Line 232 
Line 232 
         char attic[MAXPATHLEN], repo[MAXPATHLEN];          char attic[MAXPATHLEN], repo[MAXPATHLEN];
         char *msg;          char *msg;
         struct stat st;          struct stat st;
         struct rcs_delta *rdp;  
         RCSNUM *branch;          RCSNUM *branch;
   
         cvs_log(LP_TRACE, "cvs_add_tobranch(%s)", cf->file_name);          cvs_log(LP_TRACE, "cvs_add_tobranch(%s)", cf->file_name);
Line 280 
Line 279 
                     "revision");                      "revision");
         xfree(msg);          xfree(msg);
   
         if ((rdp = rcs_findrev(cf->file_rcs, cf->file_rcs->rf_head)) == NULL)          if (rcs_findrev(cf->file_rcs, cf->file_rcs->rf_head) == NULL)
                 fatal("cvs_add_tobranch: cannot find newly added revision");                  fatal("cvs_add_tobranch: cannot find newly added revision");
   
         bp = buf_alloc(1);          bp = buf_alloc(1);

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110