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

Diff for /src/usr.bin/cvs/cvs.c between version 1.103 and 1.104

version 1.103, 2006/06/12 13:56:00 version 1.104, 2006/06/13 06:53:45
Line 230 
Line 230 
             CVS_PATH_ROOT);              CVS_PATH_ROOT);
         if (stat(fpath, &st) == -1 && cvs_cmdop != CVS_OP_INIT) {          if (stat(fpath, &st) == -1 && cvs_cmdop != CVS_OP_INIT) {
                 if (errno == ENOENT)                  if (errno == ENOENT)
                         fatal("'%s' does not seem to be a valid repository",                          fatal("repository '%s' does not exist",
                             current_cvsroot->cr_dir);                              current_cvsroot->cr_dir);
                 else                  else
                         fatal("%s: %s", current_cvsroot->cr_dir,                          fatal("%s: %s", current_cvsroot->cr_dir,

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104