Lines Matching refs:update_dir
203 char *update_dir; in add() local
218 update_dir = ""; in add()
223 update_dir = filedir; in add()
224 if (CVS_CHDIR (update_dir) < 0) in add()
226 "could not chdir to `%s'", update_dir); in add()
230 repository = Name_Repository (NULL, update_dir); in add()
253 send_a_repository ("", repository, update_dir); in add()
271 Subdir_Register (NULL, update_dir, p); in add()
309 finfo.update_dir = ""; in add()
315 finfo.update_dir = filename; in add()
317 if (CVS_CHDIR (finfo.update_dir) < 0) in add()
318 error (1, errno, "could not chdir to `%s'", finfo.update_dir); in add()
328 repository = Name_Repository (NULL, finfo.update_dir); in add()
724 server_checked_in (finfo.file, finfo.update_dir, repository); in add()