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

Diff of /ccvs/src/status.c

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

revision 1.66 by mdb, Thu Mar 17 17:15:19 2005 UTC revision 1.67 by scjones, Fri Sep 2 21:51:09 2005 UTC
# Line 208  status_fileproc (void *callerdat, struct Line 208  status_fileproc (void *callerdat, struct
208      }      }
209      else if (vers->vn_user[0] == '0' && vers->vn_user[1] == '\0')      else if (vers->vn_user[0] == '0' && vers->vn_user[1] == '\0')
210          cvs_output ("   Working revision:\tNew file!\n", 0);          cvs_output ("   Working revision:\tNew file!\n", 0);
 #ifdef SERVER_SUPPORT  
     else if (server_active)  
     {  
         cvs_output ("   Working revision:\t", 0);  
         cvs_output (vers->vn_user, 0);  
         cvs_output ("\n", 0);  
     }  
 #endif  
211      else      else
212      {      {
213          cvs_output ("   Working revision:\t", 0);          cvs_output ("   Working revision:\t", 0);
214          cvs_output (vers->vn_user, 0);          cvs_output (vers->vn_user, 0);
215    
216          /* Only add the UTC timezone if there is a time to use. */          /* Only add the UTC timezone if there is a time to use. */
217          if (strlen (vers->ts_rcs) > 0)          if (!server_active && strlen (vers->ts_rcs) > 0)
218          {          {
219              /* Convert from the asctime() format to ISO 8601 */              /* Convert from the asctime() format to ISO 8601 */
220              char *buf;              char *buf;

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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