Home
last modified time | relevance | path

Searched refs:HistoryLogPath (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dparseinfo.c593 if (retval->HistoryLogPath) free (retval->HistoryLogPath); in parse_config()
596 retval->HistoryLogPath = expand_path (p, cvsroot, false, in parse_config()
599 if (retval->HistoryLogPath && !ISABSOLUTE (retval->HistoryLogPath)) in parse_config()
603 free (retval->HistoryLogPath); in parse_config()
604 retval->HistoryLogPath = NULL; in parse_config()
Dparseinfo.h21 char *HistoryLogPath; member
Dhistory.c387 if (config->HistoryLogPath) in get_history_log_name()
394 if (!strftime (log_name, PATH_MAX, config->HistoryLogPath, in get_history_log_name()
398 free (config->HistoryLogPath); in get_history_log_name()
399 config->HistoryLogPath = NULL; in get_history_log_name()
403 if (!config->HistoryLogPath) in get_history_log_name()
DChangeLog611 * parseinfo.c (parse_config): Parse HistoryLogPath & HistorySearchPath.
612 * parseinfo.h (struct config): Add HistoryLogPath & HistorySearchPath.
Dsanity.sh20343 HistoryLogPath=$TESTDIR/historylog
/netbsd/src/external/gpl2/xcvs/dist/
DNEWS38 TmpDir, HistoryLogPath, HistorySearchPath, MinCompressionLevel, &
/netbsd/src/external/gpl2/xcvs/dist/doc/
Dcvs.texinfo10511 the @samp{HistoryLogPath} option must be writable by all users who may run
14743 This file name may be changed with the @samp{HistoryLogPath} and
14960 @cindex HistoryLogPath, in CVSROOT/config
14971 @item HistoryLogPath=@var{path}
14979 HistoryLogPath=$CVSROOT/CVSROOT/history/%Y-%m-%d
DChangeLog157 HistoryLogPath and HistorySearchPath config options.