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

Diff of /ccvs/src/commit.c

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

revision 1.255.4.1 by dprice, Thu Oct 20 21:33:10 2005 UTC revision 1.255.4.2 by dprice, Sat Oct 29 04:34:57 2005 UTC
# Line 24  Line 24 
24  #include "edit.h"  #include "edit.h"
25  #include "fileattr.h"  #include "fileattr.h"
26  #include "hardlink.h"  #include "hardlink.h"
27    #include "sign.h"
28    
29  static Dtype check_direntproc (void *callerdat, const char *dir,  static Dtype check_direntproc (void *callerdat, const char *dir,
30                                 const char *repos, const char *update_dir,                                 const char *repos, const char *update_dir,
# Line 923  warning: file `%s' seems to still contai Line 924  warning: file `%s' seems to still contai
924                         finfo->fullname);                         finfo->fullname);
925              }              }
926    
927                if ((status == T_ADDED || status == T_MODIFIED)
928                    && !force_ci && !really_quiet
929                    /* This will not be called from the client.  */
930                    && (get_sign_commits (server_active, true)
931                        || have_sigfile (server_active, finfo->file))
932                    && file_contains_keyword (finfo))
933                {
934                    /* Make this a warning, not an error, because the user may
935                     * be intentionally signing a file with keywords.  Such a file
936                     * may still be verified when checked out -ko.
937                     */
938                    error (0, 0,
939    "warning: signed file `%s' contains at least one RCS keyword",
940                           finfo->fullname);
941                }
942    
943              if (status == T_REMOVED)              if (status == T_REMOVED)
944              {              {
945                  if (vers->ts_user != NULL)                  if (vers->ts_user != NULL)

Legend:
Removed from v.1.255.4.1  
changed lines
  Added in v.1.255.4.2

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