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

Diff of /ccvs/src/ignore.c

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

revision 1.39.4.8 by dprice, Wed Mar 9 19:47:15 2005 UTC revision 1.39.4.9 by scjones, Fri Sep 2 19:37:33 2005 UTC
# Line 65  ign_setup () Line 65  ign_setup ()
65      ign_add (tmp, 0);      ign_add (tmp, 0);
66      free (tmp);      free (tmp);
67    
 #ifdef CLIENT_SUPPORT  
68      /* The client handles another way, by (after it does its own ignore file      /* The client handles another way, by (after it does its own ignore file
69         processing, and only if !ign_inhibit_server), letting the server         processing, and only if !ign_inhibit_server), letting the server
70         know about the files and letting it decide whether to ignore         know about the files and letting it decide whether to ignore
71         them based on CVSROOOTADM_IGNORE.  */         them based on CVSROOOTADM_IGNORE.  */
72      if (!current_parsed_root->isremote)      if (!current_parsed_root->isremote)
 #endif  
73      {      {
74          char *file = xmalloc (strlen (current_parsed_root->directory) + sizeof (CVSROOTADM)          char *file = xmalloc (strlen (current_parsed_root->directory) + sizeof (CVSROOTADM)
75                                + sizeof (CVSROOTADM_IGNORE) + 10);                                + sizeof (CVSROOTADM_IGNORE) + 10);

Legend:
Removed from v.1.39.4.8  
changed lines
  Added in v.1.39.4.9

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