[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.59 and 1.60

version 1.59, 2006/06/28 18:52:05 version 1.60, 2006/07/01 12:02:06
Line 151 
Line 151 
                             MAXPATHLEN);                              MAXPATHLEN);
   
                         l = snprintf(entry, MAXPATHLEN, "%s/%s", repo,                          l = snprintf(entry, MAXPATHLEN, "%s/%s", repo,
                             cf->file_path);                              cf->file_name);
   
                         cvs_mkadmin(cf->file_path, current_cvsroot->cr_dir,                          cvs_mkadmin(cf->file_path, current_cvsroot->cr_dir,
                             entry, tag, date, nb);                              entry, tag, date, nb);

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60