It looks like monotone add is no longer recursive by default, which
breaks tailors file add:

11:36:28 [I] /home/brian/monotone/vacation $ mtn add .

only seems to add /

Ideally this needs to be changed to add each file reported in the log.

This is compounded by the fact tailor continues even after monotone
reports errors (eg. when it cannot delete usersname.c).

Just in case in helps, I have attached the full log file (after hacking
monotone to display debugging information).
-- 
Brian May <[EMAIL PROTECTED]>
Victorian Partnership for Advanced Computing
11:36:00 [I] Bootstrapping "project" in "/home/brian/monotone"
11:36:00 [I] $ mtn db init --db /home/brian/monotone/vacation.mtn
11:36:00 [I] [Ok]
11:36:00 [I] Using key [EMAIL PROTECTED] for commits
11:36:00 [I] $ mtn setup --db /home/brian/monotone/vacation.mtn --branch org.vpac.vacation --key [EMAIL PROTECTED] /home/brian/monotone/vacation
11:36:00 [I] [Ok]
11:36:00 [I] $ svn ls https://svn.sourceforge.net/svnroot/vacation
branches/
tags/
trunk/
11:36:07 [I] [Ok]
11:36:07 [I] $ svn ls https://svn.sourceforge.net/svnroot
svn: PROPFIND request failed on '/svnroot'
svn: PROPFIND of '/svnroot': 302 Found (https://svn.sourceforge.net)
11:36:08 [W] [Status 1]
11:36:08 [I] $ svn log --verbose --xml --stop-on-copy --revision 1:HEAD --limit 1 https://svn.sourceforge.net/svnroot/vacation/trunk/vacation
11:36:17 [I] [Ok]
Output stream:
<?xml version="1.0"?>
<log>
<logentry
   revision="3">
<author>thecivvie</author>
<date>2000-03-23T12:04:44.000000Z</date>
<paths>
<path
   action="A">/trunk/vacation/vacation.h</path>
<path
   action="A">/trunk/vacation/patches/vacation-1.1.111.patch.tgz</path>
<path
   action="A">/trunk/vacation/vacation-1.2.1.lsm</path>
<path
   action="A">/trunk/vacation/README</path>
<path
   action="A">/trunk/vacation/contrib/vaclook</path>
<path
   action="A">/trunk/vacation</path>
<path
   action="A">/trunk/vacation/OLD/vacation.c-1.1.2</path>
<path
   action="A">/trunk/vacation/contrib</path>
<path
   action="A">/trunk/vacation/COPYING</path>
<path
   action="A">/trunk/vacation/OLD/aliases.man</path>
<path
   action="A">/trunk/vacation/patches/vacation.c.patch</path>
<path
   action="A">/trunk/vacation/Makefile</path>
<path
   action="A">/trunk/vacation/patches/vacation-patch-uphoff</path>
<path
   action="A">/trunk/vacation/forward.man</path>
<path
   action="A">/trunk/vacation/vacation.man</path>
<path
   action="A">/trunk/vacation/OLD</path>
<path
   action="A">/trunk/vacation/usersname.c</path>
<path
   action="A">/trunk/vacation/tzfile.h</path>
<path
   action="A">/trunk/vacation/vacation.c</path>
<path
   action="A">/trunk/vacation/patches/vacation-patch-kirch</path>
<path
   action="A">/trunk/vacation/patches/fork.patch</path>
<path
   action="A">/trunk/vacation/ChangeLog</path>
<path
   action="A">/trunk/vacation/patches</path>
</paths>
<msg>Initial revision
</msg>
</logentry>
</log>
11:36:17 [I] $ svn co --quiet --ignore-externals --revision 3 https://svn.sourceforge.net/svnroot/vacation/trunk/vacation /home/brian/monotone/vacation
11:36:28 [I] [Ok]
11:36:28 [I] /home/brian/monotone/vacation $ mtn add .
11:36:28 [I] [Ok]
11:36:28 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-03-23T12:04:44 --message-file /tmp/brian/tailorcWCsj0mtn .
11:36:28 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 5cc739fdc5f07cac7d013eaf78baf7a509a0dbd5
11:36:28 [I] Bootstrap completed
11:36:28 [I] Updating "project" in "/home/brian/monotone"
11:36:28 [I] /home/brian/monotone/vacation $ svn log --verbose --xml --revision 4:HEAD .
11:36:35 [I] [Ok]
Output stream:
<?xml version="1.0"?>
<log>
<logentry
   revision="6">
<author>thecivvie</author>
<date>2000-03-23T12:13:44.000000Z</date>
<paths>
<path
   action="D">/trunk/vacation/usersname.c</path>
</paths>
<msg>
03/03/00 - usersname.c removed
</msg>
</logentry>
<logentry
   revision="7">
<author>thecivvie</author>
<date>2000-04-04T21:09:49.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
CVS details entered to changelog
</msg>
</logentry>
<logentry
   revision="8">
<author>thecivvie</author>
<date>2000-04-08T09:57:48.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Updated Changelog for release of 1.2.2
</msg>
</logentry>
<logentry
   revision="9">
<author>thecivvie</author>
<date>2000-04-08T12:46:59.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/Makefile</path>
<path
   action="M">/trunk/vacation/vacation.man</path>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Minor changes Made
</msg>
</logentry>
<logentry
   revision="10">
<author>thecivvie</author>
<date>2000-05-12T23:23:28.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.h</path>
</paths>
<msg>
bits and pieces changed
</msg>
</logentry>
<logentry
   revision="11">
<author>thecivvie</author>
<date>2000-05-12T23:31:46.000000Z</date>
<paths>
<path
   action="A">/trunk/vacation/vaclook</path>
<path
   action="A">/trunk/vacation/vaclook.man</path>
</paths>
<msg>
Moved from contrib section as they are beneficial
</msg>
</logentry>
<logentry
   revision="12">
<author>thecivvie</author>
<date>2000-05-12T23:35:18.000000Z</date>
<paths>
<path
   action="D">/trunk/vacation/vacation-1.2.1.lsm</path>
<path
   action="A">/trunk/vacation/vacation-1.2.2.lsm</path>
</paths>
<msg>
Changed to version 1.2.2
</msg>
</logentry>
<logentry
   revision="13">
<author>thecivvie</author>
<date>2000-05-29T11:43:48.000000Z</date>
<paths>
<path
   action="A">/trunk/vacation/README.smrsh</path>
</paths>
<msg>
>From Peter Soos
</msg>
</logentry>
<logentry
   revision="14">
<author>thecivvie</author>
<date>2000-05-29T11:45:19.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Added comment for Peter Soos
</msg>
</logentry>
<logentry
   revision="20">
<author>thecivvie</author>
<date>2000-07-14T22:20:42.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>Fix for serious bug
</msg>
</logentry>
<logentry
   revision="21">
<author>thecivvie</author>
<date>2000-07-14T22:32:12.000000Z</date>
<paths>
<path
   action="A">/trunk/vacation/AUTHORS</path>
<path
   action="A">/trunk/vacation/TODO</path>
</paths>
<msg>added AUTHORS and TODO
</msg>
</logentry>
<logentry
   revision="22">
<author>thecivvie</author>
<date>2000-07-14T22:33:34.000000Z</date>
<paths>
<path
   action="A">/trunk/vacation/INSTALL</path>
</paths>
<msg>added INSTALL
</msg>
</logentry>
<logentry
   revision="25">
<author>thecivvie</author>
<date>2000-11-22T22:49:18.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/Makefile</path>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/INSTALL</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Added User-Agent and some other changes
</msg>
</logentry>
<logentry
   revision="26">
<author>thecivvie</author>
<date>2000-11-22T22:59:04.000000Z</date>
<paths>
<path
   action="D">/trunk/vacation/vacation-1.2.2.lsm</path>
<path
   action="A">/trunk/vacation/vacation-1.2.3.lsm</path>
<path
   action="M">/trunk/vacation/Makefile</path>
<path
   action="M">/trunk/vacation/AUTHORS</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Updated to 1.2.3
</msg>
</logentry>
<logentry
   revision="27">
<author>thecivvie</author>
<date>2000-11-23T22:57:09.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/Makefile</path>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/INSTALL</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Fixed a bug I introduced in the sendmail routines
</msg>
</logentry>
<logentry
   revision="28">
<author>thecivvie</author>
<date>2000-11-26T15:18:27.000000Z</date>
<paths>
<path
   action="D">/trunk/vacation/vacation-1.2.3.lsm</path>
<path
   action="A">/trunk/vacation/vacation-1.2.4.lsm</path>
</paths>
<msg>
Changes to vacation.c to fix a stupid bug I introduced
</msg>
</logentry>
<logentry
   revision="29">
<author>thecivvie</author>
<date>2000-12-17T22:22:24.000000Z</date>
<paths>
<path
   action="A">/trunk/vacation/contrib/vacation-1.2.3-makebackup.patch</path>
</paths>
<msg>
Added vacation-1.2.3-makebackup.patch from Soos Peter &lt;[EMAIL PROTECTED]&gt;
</msg>
</logentry>
<logentry
   revision="30">
<author>thecivvie</author>
<date>2000-12-17T22:32:33.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.h</path>
<path
   action="M">/trunk/vacation/vacation.man</path>
<path
   action="D">/trunk/vacation/forward.man</path>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Added patch from Soos Peter &lt;[EMAIL PROTECTED]&gt;
Removed forward.man as it confused other apps
</msg>
</logentry>
<logentry
   revision="31">
<author>thecivvie</author>
<date>2001-01-04T21:42:48.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/Makefile</path>
<path
   action="A">/trunk/vacation/patches/vacation-patch-michael-sweet</path>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Added a patch from Michael Sweet and some changes to the Makefile
</msg>
</logentry>
<logentry
   revision="32">
<author>thecivvie</author>
<date>2001-01-06T18:24:21.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/Makefile</path>
<path
   action="D">/trunk/vacation/vacation-1.2.4.lsm</path>
<path
   action="A">/trunk/vacation/vacation-1.2.5.lsm</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Released as 1.2.5
</msg>
</logentry>
<logentry
   revision="33">
<author>thecivvie</author>
<date>2001-02-19T18:58:02.000000Z</date>
<paths>
<path
   action="A">/trunk/vacation/contrib/vacation-virutal.domains</path>
<path
   action="M">/trunk/vacation/AUTHORS</path>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>
Added virtual hosts support, patch by Aleksey Barabanov
</msg>
</logentry>
<logentry
   revision="34">
<author>thecivvie</author>
<date>2001-08-04T00:01:09.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>Added RFC2369 keyword
</msg>
</logentry>
<logentry
   revision="35">
<author>thecivvie</author>
<date>2001-08-04T00:04:18.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/TODO</path>
</paths>
<msg>Notice about licence and GNU
</msg>
</logentry>
<logentry
   revision="36">
<author>thecivvie</author>
<date>2001-08-04T09:38:15.000000Z</date>
<paths>
<path
   action="D">/trunk/vacation/vacation-1.2.5.lsm</path>
<path
   action="A">/trunk/vacation/vacation-1.2.6.lsm</path>
</paths>
<msg>Released as vacation-1.2.6
</msg>
</logentry>
<logentry
   revision="37">
<author>thecivvie</author>
<date>2001-08-15T17:16:11.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.c</path>
</paths>
<msg>Fixed a problem with the new rfc-2369 lines
</msg>
</logentry>
<logentry
   revision="38">
<author>chrissamuel</author>
<date>2006-08-25T11:36:57.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.c</path>
</paths>
<msg>Vacation now adds the required "Precedence: bulk" header to its outgoing
email responses.
</msg>
</logentry>
<logentry
   revision="39">
<author>chrissamuel</author>
<date>2006-08-25T11:49:28.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>Updated ChangeLog with Precedence: bulk fix.
</msg>
</logentry>
<logentry
   revision="41">
<author>chrissamuel</author>
<date>2006-08-25T11:55:48.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>Tagged vacation_1_2_6_2 and released as 1.2.6.2
</msg>
</logentry>
<logentry
   revision="43">
<author>chrissamuel</author>
<date>2006-08-25T12:24:32.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/README</path>
<path
   action="M">/trunk/vacation/AUTHORS</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>Updated maintainer information and fixed changelog (again)!

Will tag as vacation_1_2_6_2_changelog_maintainer and release as 1.2.6.2
</msg>
</logentry>
<logentry
   revision="45">
<author>chrissamuel</author>
<date>2006-09-24T02:48:49.000000Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.c</path>
</paths>
<msg>Converted C++ style comments to C90 compliant ones for portability.
</msg>
</logentry>
<logentry
   revision="48">
<author>bmay</author>
<date>2006-10-09T23:27:39.451803Z</date>
<paths>
<path
   action="M">/trunk/vacation/patches/vacation-1.1.111.patch.tgz</path>
</paths>
<msg>Uncurrupt file and treat as binary.
</msg>
</logentry>
<logentry
   revision="49">
<author>bmay</author>
<date>2006-10-09T23:43:22.063294Z</date>
<paths>
<path
   action="M">/trunk/vacation/patches/vacation-1.1.111.patch.tgz</path>
</paths>
<msg>2nd try at fixing file curruption
</msg>
</logentry>
<logentry
   revision="50">
<author>chrissamuel</author>
<date>2006-10-16T10:55:49.175201Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.c</path>
</paths>
<msg>Fixed minor typo when looking for the "List-Help:" header.
Not much call for a "Lisp-Help" header (unless it's an Emacs list).
</msg>
</logentry>
<logentry
   revision="51">
<author>chrissamuel</author>
<date>2006-10-16T12:48:45.199324Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.man</path>
</paths>
<msg>Man page: Fixed typo and updated the maintainer information.

</msg>
</logentry>
<logentry
   revision="52">
<author>chrissamuel</author>
<date>2006-10-17T12:57:49.974307Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.h</path>
<path
   action="A">/trunk/vacation/html2man.pl</path>
<path
   action="M">/trunk/vacation/Makefile</path>
<path
   action="M">/trunk/vacation/tzfile.h</path>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
<path
   action="A">/trunk/vacation/vacation.html</path>
</paths>
<msg>Imported the version of vacation from NonGnu.org which has
the modified BSD license without the advertising clause and (hence)
is GPL compatible.

Using CVS trunk from this URL:

http://savannah.nongnu.org/cvs/?group=vacation

</msg>
</logentry>
<logentry
   revision="53">
<author>chrissamuel</author>
<date>2006-10-17T13:12:16.353582Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>Re-changed C++ comments to ANSI C comments.
Reapplied fix to include Precedence: bulk header.
Corrected comment for the new '-v' option.

</msg>
</logentry>
<logentry
   revision="54">
<author>chrissamuel</author>
<date>2006-12-03T11:38:58.943220Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="A">/trunk/vacation/patches/vacation-patch-spamassassin-roberto-piola</path>
</paths>
<msg>Added patch from Roberto Piola &lt;[EMAIL PROTECTED]&gt; to avoid
replying to emails that have been marked as spam by SpamAssassin
via the "X-Spam-Status: Yes" header.

</msg>
</logentry>
<logentry
   revision="55">
<author>chrissamuel</author>
<date>2006-12-28T09:58:20.901597Z</date>
<paths>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>Added ChangeLog entry for the SpamAssassin header check.
Added ChangeLog entry for impending 1.2.7.0 beta 1 tag.
Fixed some typos in previous ChangeLog entries.

</msg>
</logentry>
<logentry
   revision="57">
<author>chrissamuel</author>
<date>2007-01-07T11:10:52.720826Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.h</path>
<path
   action="M">/trunk/vacation/Makefile</path>
<path
   action="A">/trunk/vacation/strlcat.c</path>
<path
   action="A">/trunk/vacation/strlcpy.c</path>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>2007/01/07
Added OpenBSD secure string handling functions strlcat and strlcpy.
Added prototypes for strlcat and strlcpy to vacation.h.
Changed vacation.c to use strlcat and strlcpy instead of strcat and strcpy.
Changed vacation.c to use snprintf rather than sprintf.
Made flawfinder ignore snprintf's as they are all constant format strings.
Changed Makefile to build with OpenBSD string functions.
Changed "make clean" to remove vacation in source directory.
Added a dependancy on vacation.h to the various build options.

</msg>
</logentry>
<logentry
   revision="58">
<author>chrissamuel</author>
<date>2007-01-07T12:14:33.184305Z</date>
<paths>
<path
   action="M">/trunk/vacation/vacation.c</path>
<path
   action="M">/trunk/vacation/ChangeLog</path>
</paths>
<msg>Replaced the old nsearch() code with simpler code based using strnstr()
</msg>
</logentry>
</log>
11:36:35 [I] Cached information about 40 pending changesets
11:36:35 [I] Applying pending upstream changesets
11:36:35 [I] Changeset "6"
11:36:35 [I] Log message: 03/03/00 - usersname.c removed
11:36:35 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 6 .
11:36:39 [I] [Ok]
Output stream:
D    usersname.c
Updated to revision 6.
11:36:39 [I] /home/brian/monotone/vacation $ mtn drop --recursive usersname.c
11:36:39 [I] [Ok]
Error stream:
mtn: skipping usersname.c, not currently tracked
11:36:39 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-03-23T12:13:44 --message-file /tmp/brian/tailorYllyvZmtn .
11:36:39 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:36:39 [I] No changes to commit - changeset ignored
11:36:39 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:36:39 [I] Changeset "7"
11:36:39 [I] Log message: CVS details entered to changelog
11:36:39 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 7 .
11:36:42 [I] [Ok]
Output stream:
U    ChangeLog
Updated to revision 7.
11:36:42 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-04-04T21:09:49 --message-file /tmp/brian/tailorr8M7WSmtn .
11:36:42 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:36:42 [I] No changes to commit - changeset ignored
11:36:42 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:36:42 [I] Changeset "8"
11:36:42 [I] Log message: Updated Changelog for release of 1.2.2
11:36:42 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 8 .
11:36:45 [I] [Ok]
Output stream:
U    ChangeLog
Updated to revision 8.
11:36:45 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-04-08T09:57:48 --message-file /tmp/brian/tailorV_PeSimtn .
11:36:45 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:36:45 [I] No changes to commit - changeset ignored
11:36:45 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:36:45 [I] Changeset "9"
11:36:45 [I] Log message: Minor changes Made
11:36:45 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 9 .
11:36:48 [I] [Ok]
Output stream:
U    vacation.c
U    ChangeLog
U    Makefile
U    vacation.man
Updated to revision 9.
11:36:48 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-04-08T12:46:59 --message-file /tmp/brian/tailorlA8PbEmtn .
11:36:48 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:36:48 [I] No changes to commit - changeset ignored
11:36:48 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:36:48 [I] Changeset "10"
11:36:48 [I] Log message: bits and pieces changed
11:36:48 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 10 .
11:36:51 [I] [Ok]
Output stream:
U    vacation.h
Updated to revision 10.
11:36:51 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-05-12T23:23:28 --message-file /tmp/brian/tailoruuRG90mtn .
11:36:51 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:36:51 [I] No changes to commit - changeset ignored
11:36:51 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:36:51 [I] Changeset "11"
11:36:51 [I] Log message: Moved from contrib section as they are beneficial
11:36:51 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 11 .
11:36:54 [I] [Ok]
Output stream:
A    vaclook.man
A    vaclook
Updated to revision 11.
11:36:54 [I] /home/brian/monotone/vacation $ mtn add vaclook vaclook.man
11:36:54 [I] [Ok]
Error stream:
mtn: adding vaclook to workspace manifest
mtn: adding vaclook.man to workspace manifest
11:36:54 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-05-12T23:31:46 --message-file /tmp/brian/tailorU7vrTWmtn .
11:36:54 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 84b48e41eca0761b1387b329da8e520985e56158
11:36:54 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:36:54 [I] Changeset "12"
11:36:54 [I] Log message: Changed to version 1.2.2
11:36:54 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 12 .
11:36:58 [I] [Ok]
Output stream:
D    vacation-1.2.1.lsm
A    vacation-1.2.2.lsm
Updated to revision 12.
11:36:58 [I] /home/brian/monotone/vacation $ mtn drop --recursive vacation-1.2.1.lsm
11:36:58 [I] [Ok]
Error stream:
mtn: skipping vacation-1.2.1.lsm, not currently tracked
11:36:58 [I] /home/brian/monotone/vacation $ mtn add vacation-1.2.2.lsm
11:36:58 [I] [Ok]
Error stream:
mtn: adding vacation-1.2.2.lsm to workspace manifest
11:36:58 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-05-12T23:35:18 --message-file /tmp/brian/tailorcfvh5Bmtn .
11:36:58 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 376243dd721648431eadd53a193a0851c97f3ddc
11:36:58 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:36:58 [I] Changeset "13"
11:36:58 [I] Log message: From Peter Soos
11:36:58 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 13 .
11:37:02 [I] [Ok]
Output stream:
A    README.smrsh
Updated to revision 13.
11:37:02 [I] /home/brian/monotone/vacation $ mtn add README.smrsh
11:37:02 [I] [Ok]
Error stream:
mtn: adding README.smrsh to workspace manifest
11:37:02 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-05-29T11:43:48 --message-file /tmp/brian/tailor-wPFBumtn .
11:37:02 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 39043304a889c81f921321265d992703da3f5ffc
11:37:02 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:02 [I] Changeset "14"
11:37:02 [I] Log message: Added comment for Peter Soos
11:37:02 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 14 .
11:37:06 [I] [Ok]
Output stream:
U    ChangeLog
Updated to revision 14.
11:37:06 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-05-29T11:45:19 --message-file /tmp/brian/tailorrnQ14pmtn .
11:37:06 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:37:06 [I] No changes to commit - changeset ignored
11:37:06 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:06 [I] Changeset "20"
11:37:06 [I] Log message: Fix for serious bug
11:37:06 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 20 .
11:37:09 [I] [Ok]
Output stream:
U    vacation.c
U    ChangeLog
Updated to revision 20.
11:37:09 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-07-14T22:20:42 --message-file /tmp/brian/tailorRBkX8Mmtn .
11:37:09 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:37:09 [I] No changes to commit - changeset ignored
11:37:09 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:09 [I] Changeset "21"
11:37:09 [I] Log message: added AUTHORS and TODO
11:37:09 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 21 .
11:37:12 [I] [Ok]
Output stream:
A    AUTHORS
A    TODO
Updated to revision 21.
11:37:12 [I] /home/brian/monotone/vacation $ mtn add AUTHORS TODO
11:37:12 [I] [Ok]
Error stream:
mtn: adding AUTHORS to workspace manifest
mtn: adding TODO to workspace manifest
11:37:12 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-07-14T22:32:12 --message-file /tmp/brian/tailorK7nxPpmtn .
11:37:12 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 07e8aa30dbd44d78e80736758d8d11493a902608
11:37:12 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:12 [I] Changeset "22"
11:37:12 [I] Log message: added INSTALL
11:37:12 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 22 .
11:37:16 [I] [Ok]
Output stream:
A    INSTALL
Updated to revision 22.
11:37:16 [I] /home/brian/monotone/vacation $ mtn add INSTALL
11:37:16 [I] [Ok]
Error stream:
mtn: adding INSTALL to workspace manifest
11:37:16 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-07-14T22:33:34 --message-file /tmp/brian/tailorGhaFc2mtn .
11:37:16 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 3af0c76eee400a9b3a85205588a4a1e0fc7a999a
11:37:16 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:16 [I] Changeset "25"
11:37:16 [I] Log message: Added User-Agent and some other changes
11:37:16 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 25 .
11:37:20 [I] [Ok]
Output stream:
U    vacation.c
U    ChangeLog
U    INSTALL
U    Makefile
Updated to revision 25.
11:37:20 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-11-22T22:49:18 --message-file /tmp/brian/tailorfCQvVjmtn .
11:37:20 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision a5deac99e37300f3df9b2f1ea89d15e7727b90c8
11:37:20 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:20 [I] Changeset "26"
11:37:20 [I] Log message: Updated to 1.2.3
11:37:20 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 26 .
11:37:24 [I] [Ok]
Output stream:
D    vacation-1.2.2.lsm
U    AUTHORS
U    ChangeLog
A    vacation-1.2.3.lsm
U    Makefile
Updated to revision 26.
11:37:24 [I] /home/brian/monotone/vacation $ mtn drop --recursive vacation-1.2.2.lsm
11:37:24 [I] [Ok]
Error stream:
mtn: dropping vacation-1.2.2.lsm from workspace manifest
11:37:24 [I] /home/brian/monotone/vacation $ mtn add vacation-1.2.3.lsm
11:37:24 [I] [Ok]
Error stream:
mtn: adding vacation-1.2.3.lsm to workspace manifest
11:37:24 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-11-22T22:59:04 --message-file /tmp/brian/tailorZUPOAKmtn .
11:37:24 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision d65364e582c00fb5c66d44dd027e3e7055deb81f
11:37:24 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:24 [I] Changeset "27"
11:37:24 [I] Log message: Fixed a bug I introduced in the sendmail routines
11:37:24 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 27 .
11:37:28 [I] [Ok]
Output stream:
U    vacation.c
U    ChangeLog
U    INSTALL
U    Makefile
Updated to revision 27.
11:37:28 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-11-23T22:57:09 --message-file /tmp/brian/tailorOgvGVMmtn .
11:37:28 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 57b10fe4b02a48fe279901458c823f5782e2db10
11:37:28 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:28 [I] Changeset "28"
11:37:28 [I] Log message: Changes to vacation.c to fix a stupid bug I introduced
11:37:28 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 28 .
11:37:33 [I] [Ok]
Output stream:
D    vacation-1.2.3.lsm
A    vacation-1.2.4.lsm
Updated to revision 28.
11:37:33 [I] /home/brian/monotone/vacation $ mtn drop --recursive vacation-1.2.3.lsm
11:37:33 [I] [Ok]
Error stream:
mtn: dropping vacation-1.2.3.lsm from workspace manifest
11:37:33 [I] /home/brian/monotone/vacation $ mtn add vacation-1.2.4.lsm
11:37:33 [I] [Ok]
Error stream:
mtn: adding vacation-1.2.4.lsm to workspace manifest
11:37:33 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-11-26T15:18:27 --message-file /tmp/brian/tailoryQb8W4mtn .
11:37:33 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 7ad4e2d96ec4a6f232a2a65fb3d4a92d484d0ff2
11:37:33 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:33 [I] Changeset "29"
11:37:33 [I] Log message: Added vacation-1.2.3-makebackup.patch from Soos Peter <[EMAIL PROTECTED]>
11:37:33 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 29 .
11:37:37 [I] [Ok]
Output stream:
A    contrib/vacation-1.2.3-makebackup.patch
Updated to revision 29.
11:37:37 [I] /home/brian/monotone/vacation $ mtn add contrib/vacation-1.2.3-makebackup.patch
11:37:37 [I] [Ok]
Error stream:
mtn: adding contrib to workspace manifest
mtn: adding contrib/vacation-1.2.3-makebackup.patch to workspace manifest
11:37:37 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-12-17T22:22:24 --message-file /tmp/brian/tailor8WaQ84mtn .
11:37:37 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 594f94b555a081130e10a5299cb50c7692df65bd
11:37:37 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:37 [I] Changeset "30"
11:37:37 [I] Log message: Added patch from Soos Peter <[EMAIL PROTECTED]>
Removed forward.man as it confused other apps
11:37:37 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 30 .
11:37:41 [I] [Ok]
Output stream:
D    forward.man
U    vacation.c
U    ChangeLog
U    vacation.h
U    vacation.man
Updated to revision 30.
11:37:41 [I] /home/brian/monotone/vacation $ mtn drop --recursive forward.man
11:37:41 [I] [Ok]
Error stream:
mtn: skipping forward.man, not currently tracked
11:37:41 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2000-12-17T22:32:33 --message-file /tmp/brian/tailor-slRVMmtn .
11:37:41 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:37:41 [I] No changes to commit - changeset ignored
11:37:41 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:41 [I] Changeset "31"
11:37:41 [I] Log message: Added a patch from Michael Sweet and some changes to the Makefile
11:37:41 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 31 .
11:37:45 [I] [Ok]
Output stream:
U    vacation.c
A    patches/vacation-patch-michael-sweet
U    ChangeLog
U    Makefile
Updated to revision 31.
11:37:45 [I] /home/brian/monotone/vacation $ mtn add patches/vacation-patch-michael-sweet
11:37:45 [I] [Ok]
Error stream:
mtn: adding patches to workspace manifest
mtn: adding patches/vacation-patch-michael-sweet to workspace manifest
11:37:45 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2001-01-04T21:42:48 --message-file /tmp/brian/tailorPzI5Uumtn .
11:37:45 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 7a800293593cb78724141d881c3a3e422db436b4
11:37:45 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:45 [I] Changeset "32"
11:37:45 [I] Log message: Released as 1.2.5
11:37:45 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 32 .
11:37:49 [I] [Ok]
Output stream:
D    vacation-1.2.4.lsm
U    ChangeLog
A    vacation-1.2.5.lsm
U    Makefile
Updated to revision 32.
11:37:49 [I] /home/brian/monotone/vacation $ mtn drop --recursive vacation-1.2.4.lsm
11:37:49 [I] [Ok]
Error stream:
mtn: dropping vacation-1.2.4.lsm from workspace manifest
11:37:49 [I] /home/brian/monotone/vacation $ mtn add vacation-1.2.5.lsm
11:37:49 [I] [Ok]
Error stream:
mtn: adding vacation-1.2.5.lsm to workspace manifest
11:37:49 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2001-01-06T18:24:21 --message-file /tmp/brian/tailoramLqR6mtn .
11:37:49 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 236246eb52796afe661a8286d81848fc5be52575
11:37:49 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:49 [I] Changeset "33"
11:37:49 [I] Log message: Added virtual hosts support, patch by Aleksey Barabanov
11:37:49 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 33 .
11:37:53 [I] [Ok]
Output stream:
U    vacation.c
U    AUTHORS
U    ChangeLog
A    contrib/vacation-virutal.domains
Updated to revision 33.
11:37:53 [I] /home/brian/monotone/vacation $ mtn add contrib/vacation-virutal.domains
11:37:53 [I] [Ok]
Error stream:
mtn: adding contrib/vacation-virutal.domains to workspace manifest
11:37:53 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2001-02-19T18:58:02 --message-file /tmp/brian/tailorR_C2eCmtn .
11:37:53 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision c57834e97229414fc5bf1fce1bf9dddb00e7f1bc
11:37:53 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:53 [I] Changeset "34"
11:37:53 [I] Log message: Added RFC2369 keyword
11:37:53 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 34 .
11:37:57 [I] [Ok]
Output stream:
U    vacation.c
U    ChangeLog
Updated to revision 34.
11:37:57 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2001-08-04T00:01:09 --message-file /tmp/brian/tailorA2MoYTmtn .
11:37:57 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:37:57 [I] No changes to commit - changeset ignored
11:37:57 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:37:57 [I] Changeset "35"
11:37:57 [I] Log message: Notice about licence and GNU
11:37:57 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 35 .
11:38:00 [I] [Ok]
Output stream:
U    TODO
Updated to revision 35.
11:38:00 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2001-08-04T00:04:18 --message-file /tmp/brian/tailorUrdxHLmtn .
11:38:00 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 69cde8ed6ceaad11e9d5ea22d7e625ea60736297
11:38:00 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:00 [I] Changeset "36"
11:38:00 [I] Log message: Released as vacation-1.2.6
11:38:00 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 36 .
11:38:04 [I] [Ok]
Output stream:
D    vacation-1.2.5.lsm
A    vacation-1.2.6.lsm
Updated to revision 36.
11:38:04 [I] /home/brian/monotone/vacation $ mtn drop --recursive vacation-1.2.5.lsm
11:38:04 [I] [Ok]
Error stream:
mtn: dropping vacation-1.2.5.lsm from workspace manifest
11:38:04 [I] /home/brian/monotone/vacation $ mtn add vacation-1.2.6.lsm
11:38:04 [I] [Ok]
Error stream:
mtn: adding vacation-1.2.6.lsm to workspace manifest
11:38:04 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2001-08-04T09:38:15 --message-file /tmp/brian/tailorydf7N3mtn .
11:38:04 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision afd26e33b10df6ef31a5e4bad8531979a51d2977
11:38:04 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:04 [I] Changeset "37"
11:38:04 [I] Log message: Fixed a problem with the new rfc-2369 lines
11:38:04 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 37 .
11:38:08 [I] [Ok]
Output stream:
U    vacation.c
Updated to revision 37.
11:38:08 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie --date 2001-08-15T17:16:11 --message-file /tmp/brian/tailorNYGJbRmtn .
11:38:08 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:08 [I] No changes to commit - changeset ignored
11:38:08 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:08 [I] Changeset "38"
11:38:08 [I] Log message: Vacation now adds the required "Precedence: bulk" header to its outgoing
email responses.
11:38:08 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 38 .
11:38:12 [I] [Ok]
Output stream:
U    vacation.c
Updated to revision 38.
11:38:12 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-08-25T11:36:57 --message-file /tmp/brian/tailorwFPLx4mtn .
11:38:12 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:12 [I] No changes to commit - changeset ignored
11:38:12 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:12 [I] Changeset "39"
11:38:12 [I] Log message: Updated ChangeLog with Precedence: bulk fix.
11:38:12 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 39 .
11:38:16 [I] [Ok]
Output stream:
U    ChangeLog
Updated to revision 39.
11:38:16 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-08-25T11:49:28 --message-file /tmp/brian/tailorF_GZz-mtn .
11:38:16 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:16 [I] No changes to commit - changeset ignored
11:38:16 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:16 [I] Changeset "41"
11:38:16 [I] Log message: Tagged vacation_1_2_6_2 and released as 1.2.6.2
11:38:16 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 41 .
11:38:19 [I] [Ok]
Output stream:
U    ChangeLog
Updated to revision 41.
11:38:19 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-08-25T11:55:48 --message-file /tmp/brian/tailor6loRHdmtn .
11:38:19 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:19 [I] No changes to commit - changeset ignored
11:38:19 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:19 [I] Changeset "43"
11:38:19 [I] Log message: Updated maintainer information and fixed changelog (again)!

Will tag as vacation_1_2_6_2_changelog_maintainer and release as 1.2.6.2
11:38:19 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 43 .
11:38:22 [I] [Ok]
Output stream:
U    AUTHORS
U    ChangeLog
U    README
Updated to revision 43.
11:38:22 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-08-25T12:24:32 --message-file /tmp/brian/tailorZHfEyBmtn .
11:38:22 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 2585f81759dfd56c21ca4ba5b7a224f2ad319941
11:38:22 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:22 [I] Changeset "45"
11:38:22 [I] Log message: Converted C++ style comments to C90 compliant ones for portability.
11:38:22 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 45 .
11:38:26 [I] [Ok]
Output stream:
U    vacation.c
Updated to revision 45.
11:38:26 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-09-24T02:48:49 --message-file /tmp/brian/tailorMVVKxwmtn .
11:38:26 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:26 [I] No changes to commit - changeset ignored
11:38:26 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:26 [I] Changeset "48"
11:38:26 [I] Log message: Uncurrupt file and treat as binary.
11:38:26 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 48 .
11:38:29 [I] [Ok]
Output stream:
 U   patches/vacation-1.1.111.patch.tgz
Updated to revision 48.
11:38:29 [I] /home/brian/monotone/vacation $ mtn commit --author bmay --date 2006-10-09T23:27:39.451803 --message-file /tmp/brian/tailorIngbZjmtn .
11:38:29 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:29 [I] No changes to commit - changeset ignored
11:38:29 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:29 [I] Changeset "49"
11:38:29 [I] Log message: 2nd try at fixing file curruption
11:38:29 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 49 .
11:38:32 [I] [Ok]
Output stream:
UU   patches/vacation-1.1.111.patch.tgz
Updated to revision 49.
11:38:32 [I] /home/brian/monotone/vacation $ mtn commit --author bmay --date 2006-10-09T23:43:22.063294 --message-file /tmp/brian/tailorgogzzPmtn .
11:38:32 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:32 [I] No changes to commit - changeset ignored
11:38:32 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:32 [I] Changeset "50"
11:38:32 [I] Log message: Fixed minor typo when looking for the "List-Help:" header.
Not much call for a "Lisp-Help" header (unless it's an Emacs list).
11:38:32 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 50 .
11:38:35 [I] [Ok]
Output stream:
U    vacation.c
Updated to revision 50.
11:38:35 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-10-16T10:55:49.175201 --message-file /tmp/brian/tailormOa1Wdmtn .
11:38:35 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:35 [I] No changes to commit - changeset ignored
11:38:35 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:35 [I] Changeset "51"
11:38:35 [I] Log message: Man page: Fixed typo and updated the maintainer information.
11:38:35 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 51 .
11:38:39 [I] [Ok]
Output stream:
U    vacation.man
Updated to revision 51.
11:38:39 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-10-16T12:48:45.199324 --message-file /tmp/brian/tailorNhsTsLmtn .
11:38:39 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:39 [I] No changes to commit - changeset ignored
11:38:39 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:39 [I] Changeset "52"
11:38:39 [I] Log message: Imported the version of vacation from NonGnu.org which has
the modified BSD license without the advertising clause and (hence)
is GPL compatible.

Using CVS trunk from this URL:

http://savannah.nongnu.org/cvs/?group=vacation
11:38:39 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 52 .
11:38:43 [I] [Ok]
Output stream:
U    tzfile.h
U    vacation.c
U    ChangeLog
U    vacation.h
A    html2man.pl
A    vacation.html
U    Makefile
Updated to revision 52.
11:38:43 [I] /home/brian/monotone/vacation $ mtn add html2man.pl
11:38:43 [I] [Ok]
Error stream:
mtn: adding html2man.pl to workspace manifest
11:38:43 [I] /home/brian/monotone/vacation $ mtn add vacation.html
11:38:43 [I] [Ok]
Error stream:
mtn: adding vacation.html to workspace manifest
11:38:43 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-10-17T12:57:49.974307 --message-file /tmp/brian/tailorWQsN2umtn .
11:38:43 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision be7ab4a3df1afa165f7862575aa837373280cc10
11:38:43 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:43 [I] Changeset "53"
11:38:43 [I] Log message: Re-changed C++ comments to ANSI C comments.
Reapplied fix to include Precedence: bulk header.
Corrected comment for the new '-v' option.
11:38:43 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 53 .
11:38:47 [I] [Ok]
Output stream:
U    vacation.c
U    ChangeLog
Updated to revision 53.
11:38:47 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-10-17T13:12:16.353582 --message-file /tmp/brian/tailorPQDXwpmtn .
11:38:47 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:47 [I] No changes to commit - changeset ignored
11:38:47 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:47 [I] Changeset "54"
11:38:47 [I] Log message: Added patch from Roberto Piola <[EMAIL PROTECTED]> to avoid
replying to emails that have been marked as spam by SpamAssassin
via the "X-Spam-Status: Yes" header.
11:38:47 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 54 .
11:38:50 [I] [Ok]
Output stream:
U    vacation.c
A    patches/vacation-patch-spamassassin-roberto-piola
Updated to revision 54.
11:38:50 [I] /home/brian/monotone/vacation $ mtn add patches/vacation-patch-spamassassin-roberto-piola
11:38:50 [I] [Ok]
Error stream:
mtn: adding patches/vacation-patch-spamassassin-roberto-piola to workspace manifest
11:38:50 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-12-03T11:38:58.943220 --message-file /tmp/brian/tailor0d1btmmtn .
11:38:50 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision c6d4eff659325b5d58d41d5d62d3634051aaf82e
11:38:50 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:50 [I] Changeset "55"
11:38:50 [I] Log message: Added ChangeLog entry for the SpamAssassin header check.
Added ChangeLog entry for impending 1.2.7.0 beta 1 tag.
Fixed some typos in previous ChangeLog entries.
11:38:50 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 55 .
11:38:54 [I] [Ok]
Output stream:
U    ChangeLog
Updated to revision 55.
11:38:54 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2006-12-28T09:58:20.901597 --message-file /tmp/brian/tailorzBtRiCmtn .
11:38:54 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:38:54 [I] No changes to commit - changeset ignored
11:38:54 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:54 [I] Changeset "57"
11:38:54 [I] Log message: 2007/01/07
Added OpenBSD secure string handling functions strlcat and strlcpy.
Added prototypes for strlcat and strlcpy to vacation.h.
Changed vacation.c to use strlcat and strlcpy instead of strcat and strcpy.
Changed vacation.c to use snprintf rather than sprintf.
Made flawfinder ignore snprintf's as they are all constant format strings.
Changed Makefile to build with OpenBSD string functions.
Changed "make clean" to remove vacation in source directory.
Added a dependancy on vacation.h to the various build options.
11:38:54 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 57 .
11:38:58 [I] [Ok]
Output stream:
A    strlcpy.c
U    vacation.c
U    ChangeLog
U    vacation.h
A    strlcat.c
U    Makefile
Updated to revision 57.
11:38:58 [I] /home/brian/monotone/vacation $ mtn add strlcat.c strlcpy.c
11:38:58 [I] [Ok]
Error stream:
mtn: adding strlcat.c to workspace manifest
mtn: adding strlcpy.c to workspace manifest
11:38:58 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2007-01-07T11:10:52.720826 --message-file /tmp/brian/tailorBkooBBmtn .
11:38:58 [I] [Ok]
Error stream:
mtn: beginning commit on branch 'org.vpac.vacation'
mtn: committed revision 292ab5f902c32470525a24ac8112afcfc66bbad6
11:38:58 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:38:58 [I] Changeset "58"
11:38:58 [I] Log message: Replaced the old nsearch() code with simpler code based using strnstr()
11:38:58 [I] /home/brian/monotone/vacation $ svn update --ignore-externals --revision 58 .
11:39:02 [I] [Ok]
Output stream:
U    vacation.c
U    ChangeLog
Updated to revision 58.
11:39:02 [I] /home/brian/monotone/vacation $ mtn commit --author chrissamuel --date 2007-01-07T12:14:33.184305 --message-file /tmp/brian/tailorqZNXSEmtn .
11:39:02 [W] [Status 1]
Error stream:
mtn: misuse: no changes to commit
11:39:02 [I] No changes to commit - changeset ignored
11:39:02 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11:39:02 [I] 0 pending changesets in state file
11:39:02 [I] Update completed, now at revision "58"

Reply via email to