Lines Matching refs:update_dir
25 Create_Admin (dir, update_dir, repository, tag, date, nonbranch, warn, in Create_Admin() argument
28 char *update_dir;
45 dir, update_dir, repository, tag ? tag : "",
58 error (1, 0, "there is a version in %s already", update_dir);
76 CVSADM, update_dir);
82 CVSADM, update_dir);
95 if (update_dir[0] == '\0')
98 error (1, errno, "cannot open %s/%s", update_dir, CVSADM_REP);
134 if (update_dir[0] == '\0')
137 error (1, errno, "write to %s/%s failed", update_dir, CVSADM_REP);
141 if (update_dir[0] == '\0')
144 error (1, errno, "cannot close %s/%s", update_dir, CVSADM_REP);
155 if (update_dir[0] == '\0')
158 error (1, errno, "cannot open %s/%s", update_dir, CVSADM_ENT);
162 if (update_dir[0] == '\0')
165 error (1, errno, "cannot close %s/%s", update_dir, CVSADM_ENT);
169 WriteTag (dir, tag, date, nonbranch, update_dir, repository);
174 server_template (update_dir, repository);