/[cvs]/ccvs/src/classify.c
ViewVC logotype

Diff of /ccvs/src/classify.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by mdb, Thu Mar 17 17:15:19 2005 UTC revision 1.35 by dprice, Thu Sep 22 05:43:46 2005 UTC
# Line 236  Classify_File (struct file_info *finfo, Line 236  Classify_File (struct file_info *finfo,
236                             finfo->fullname);                             finfo->fullname);
237                  ret = T_REMOVE_ENTRY;                  ret = T_REMOVE_ENTRY;
238              }              }
239              else if (strcmp (vers->ts_user, vers->ts_rcs) == 0)              else if (strcmp (vers->ts_user, vers->ts_rcs)
240              {                       && No_Difference (finfo, vers))
   
                 /*  
                  * The user file is still unmodified, so just remove it from  
                  * the entry list  
                  */  
                 if (!really_quiet)  
                     error (0, 0, "`%s' is no longer in the repository",  
                            finfo->fullname);  
                 ret = T_REMOVE_ENTRY;  
             }  
             else if (No_Difference (finfo, vers))  
241              {              {
242                  /* they are different -> conflict */                  /* they are different -> conflict */
243                  if (!really_quiet)                  if (!really_quiet)
# Line 260  Classify_File (struct file_info *finfo, Line 249  Classify_File (struct file_info *finfo,
249              }              }
250              else              else
251              {              {
252                  /* they weren't really different */  
253                    /*
254                     * The user file is still unmodified, so just remove it from
255                     * the entry list
256                     */
257                  if (!really_quiet)                  if (!really_quiet)
258                      error (0, 0,                      error (0, 0, "`%s' is no longer in the repository",
                            "warning: `%s' is not (any longer) pertinent",  
259                             finfo->fullname);                             finfo->fullname);
260                  ret = T_REMOVE_ENTRY;                  ret = T_REMOVE_ENTRY;
261              }              }

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26