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

Diff for /src/usr.bin/cvs/import.c between version 1.95 and 1.96

version 1.95, 2008/06/10 20:30:17 version 1.96, 2008/06/14 04:34:08
Line 383 
Line 383 
   
         cvs_log(LP_TRACE, "import_update(%s)", cf->file_path);          cvs_log(LP_TRACE, "import_update(%s)", cf->file_path);
   
           if (cf->file_rcs->rf_head == NULL)
                   fatal("no head revision in RCS file for `%s'", cf->file_path);
   
         if ((rev = rcs_translate_tag(import_branch, cf->file_rcs)) == NULL)          if ((rev = rcs_translate_tag(import_branch, cf->file_rcs)) == NULL)
                 fatal("import_update: could not translate tag `%s'",                  fatal("import_update: could not translate tag `%s'",
                     import_branch);                      import_branch);

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96