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

Diff for /src/usr.bin/cvs/repository.c between version 1.13 and 1.14

version 1.13, 2007/06/01 17:47:47 version 1.14, 2007/07/03 13:22:43
Line 147 
Line 147 
   
                 switch (type) {                  switch (type) {
                 case CVS_DIR:                  case CVS_DIR:
                         cvs_file_get(fpath, dl);                          if (!strcmp(dp->d_name, CVS_PATH_ATTIC))
                                   cvs_repository_getdir(rpath, wdir, fl, dl, 0);
                           else
                                   cvs_file_get(fpath, dl);
                         break;                          break;
                 case CVS_FILE:                  case CVS_FILE:
                         if ((s = strrchr(fpath, ',')) != NULL)                          if ((s = strrchr(fpath, ',')) != NULL)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14