Searched refs:HistoryLogPath (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dparseinfo.h21 char *HistoryLogPath; member in struct:config
H A Dparseinfo.c589 else if (strcmp (line, "HistoryLogPath") == 0)
591 if (retval->HistoryLogPath) free (retval->HistoryLogPath);
594 retval->HistoryLogPath = expand_path (p, cvsroot, false,
597 if (retval->HistoryLogPath && !ISABSOLUTE (retval->HistoryLogPath))
599 error (0, 0, "%s [%u]: HistoryLogPath must be absolute.",
601 free (retval->HistoryLogPath);
602 retval->HistoryLogPath = NULL;
H A Dhistory.c385 if (config->HistoryLogPath)
392 if (!strftime (log_name, PATH_MAX, config->HistoryLogPath,
395 error (0, 0, "Invalid date format in HistoryLogPath.");
396 free (config->HistoryLogPath);
397 config->HistoryLogPath = NULL;
401 if (!config->HistoryLogPath)
H A Dsanity.sh20027 # Now test the HistoryLogPath and HistorySearchPath options.
20030 'HistoryLogPath=$CVSROOT/../historylogs/%Y-%m-%d-%H-%M-%S'
20034 dotest config-5 "$testcvs -q ci -m set-HistoryLogPath" \
20250 HistoryLogPath=$TESTDIR/historylog
[all...]

Completed in 196 milliseconds