2006-11-07 Tuesday 04:01 mkgnu * configure.in (1.216), packaging/debian/changelog (1.79) (utags: SCMBUG_RELEASE_0-18-3): bug 864: Increased version number for upcoming release SCMBUG_RELEASE_0-18-3. 2006-11-07 Tuesday 03:50 mkgnu * src/lib/product/Glue/CVS.pm.in (1.29, SCMBUG_RELEASE_0-18-3): bug 809: Removed a debugging statement that was left in there. 2006-11-06 Monday 18:43 mkgnu * src/lib/product/Glue/CVS.pm.in (1.28): bug 809: Finally reimplemented the parsing for CVSNT. It is a special case of parsing for 1.11.x, with the exceeption that if directories are added then no arguments at all are passed. And for each file added in a directory, the directory name is supplied as the first argument *with a version number*. 2006-11-06 Monday 05:13 mkgnu * src/glue/templates/cvs/latest_cvsnt/loginfo.in (1.3, SCMBUG_RELEASE_0-18-3): bug 809: Don't supply a %p argument. It adds the directory only if it exists, and does not if it doesn't. This confuses things. Additionally, this directory is always present, even if %p is not supplied as the first argument. 2006-11-06 Monday 04:44 mkgnu * src/lib/product/: Error.pm.in (1.15, SCMBUG_RELEASE_0-18-3), Glue/CVS.pm.in (1.27): bug 809: Implemented a mechanism of parsing command-line arguments provided by loginfo just for CVSNT. 2006-11-06 Monday 03:53 mkgnu * src/: glue/templates/cvs/latest_cvsnt/loginfo.in (1.2), glue/templates/cvs/latest_cvsnt/taginfo.in (1.1, SCMBUG_RELEASE_0-18-3), lib/product/Glue/CVS.pm.in (1.26): bug 809: It turns out that CVSNT introduces yet another way of parsing command-line arguments. The directory name is reported as a versioned file that contains a previous and newer version. And then, "\"s and " "s are escaped with "\"s. This will have to be addressed next. Setup the distinction between 1.11.x and latest_cvsnt 2006-11-06 Monday 02:44 mkgnu * Makefile.in (1.105, SCMBUG_RELEASE_0-18-3), configure.in (1.215), src/glue/templates/cvs/latest_cvsnt/checkoutlist.in (1.1, SCMBUG_RELEASE_0-18-3), src/glue/templates/cvs/latest_cvsnt/loginfo.in (1.1), src/glue/templates/cvs/latest_cvsnt/rcsinfo.in (1.1, SCMBUG_RELEASE_0-18-3), src/glue/templates/cvs/latest_cvsnt/verifymsg.in (1.1, SCMBUG_RELEASE_0-18-3), src/lib/product/Glue/CVS.pm.in (1.25): bug 809: Begun setting up a separate version support for CVSNT. It will not be treated the same as 1.11.x because apparently its loginfo file is not compatible with 1.11.x.