SQLITE_NOTICE(283): recovered 5 frames from WAL file /data/mtt.fossil-wal
Artifact 7508d757678b4d033cff227292df939cc1938813cec9e486467c3a6322be8f43:
- File .cvs/.old_cvsroot/loginfo — part of check-in [224423c6a4] at 2021-03-02 08:41:16 on branch master — Move .old_cvsroot and .old_mttroot_cvsroot ⟶ .cvs (user: trnsz@pobox.com, size: 1314) [annotate] [blame] [check-ins using] [more...]
- File .old_cvsroot/loginfo — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 1314) [annotate] [blame] [check-ins using]
- File CVSROOT/loginfo — part of check-in [575219514b] at 2002-04-19 07:39:02 on branch origin/master — Removed options to syncmail (user: gawthrop@users.sourceforge.net, size: 1314) [annotate] [blame] [check-ins using]
# The "loginfo" file controls where "cvs commit" log information # is sent. The first entry on a line is a regular expression which must match # the directory that the change is being made to, relative to the # $CVSROOT. If a match is found, then the remainder of the line is a filter # program that should expect log information on its standard input. # # If the repository name does not match any of the regular expressions in this # file, the "DEFAULT" line is used, if it is specified. # # If the name ALL appears as a regular expression it is always used # in addition to the first matching regex or DEFAULT. # # You may specify a format string as part of the # filter. The string is composed of a `%' followed # by a single format character, or followed by a set of format # characters surrounded by `{' and `}' as separators. The format # characters are: # # s = file name # V = old version number (pre-checkin) # v = new version number (post-checkin) # # For example: #DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog # or #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog # Lines to mail changes CVSROOT $CVSROOT/CVSROOT/syncmail %{sVv} gawthrop@users.sourceforge.net DEFAULT $CVSROOT/CVSROOT/syncmail %{sVv} mtt-checkins@lists.sourceforge.net