ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/shell/cvslog.sh
Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Apr 3 23:43:21 2005 UTC (19 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
Fix more quoting problems with new cvs2cl.

Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:39:52 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
Changes since 1.10: +7 -18 lines
Diff to previous 1.10
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.10 - (view) (annotate) - [select for diffs]
Sat Sep 27 17:21:31 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Update scripts that use cvs2cl. Now using cvs2cl 2.49, still with some
custom patches (but less than before). Diff included here.

--- cvs2cl.bak	Sat Sep 27 16:57:59 2003
+++ cvs2cl	Sat Sep 27 17:10:55 2003
@@ -1036,7 +1036,8 @@
           elsif ($No_Wrap && !$Summary)
           {
             $msg = &preprocess_msg_text ($msg);
-            $files = wrap ("\t", "\t", "* $files");
+# tdb: no-wrap shouldn't wrap ANYTHING!
+            #$files = wrap ("\t", "\t", "* $files");
             $msg =~ s/\n(.+)/\n\t$1/g;
             unless ($After_Header eq " ") {
               $msg =~ s/^(.+)/\t$1/g;
@@ -1328,7 +1329,8 @@
   # there are multiple qunks in the first place!
   if ((scalar (@qunkrefs)) > 1) {
     foreach my $tag (keys (%non_unanimous_tags)) {
-      my $everyone_has_this_tag = 1;
+# tdb: we don't want to have unanimous tags
+      my $everyone_has_this_tag = 0;
       foreach my $qunkref (@qunkrefs) {
         if ((! (defined ($$qunkref{'tags'})))
             or (! (grep ($_ eq $tag, @{$$qunkref{'tags'}})))) {
@@ -1521,7 +1523,8 @@

     unless ( exists $fileinfo_printed{$b} ) {
       if ($fbegun) {
-        $beauty .= ", ";
+# tdb: hacked to put a newline after each one
+        $beauty .= ",\n";
       } else {
         $fbegun = 1;
       }

Revision 1.9 - (view) (annotate) - [select for diffs]
Sat Feb 9 13:10:40 2002 UTC (22 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Hopefully a fix for the layout problems we've been seeing the the nightly
commit log e-mails.

Revision 1.8 - (view) (annotate) - [select for diffs]
Tue Feb 5 14:04:10 2002 UTC (22 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Hide the errors from the fullcvsupdate script. Maybe I should fix that
script instead? :)

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Feb 4 00:43:52 2002 UTC (22 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
It seems showing branches isn't actually working.

Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Jun 18 23:33:07 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Just a few minor fixes and cosmetic changes.

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Jun 18 15:07:19 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.4: +7 -2 lines
Diff to previous 1.4
Now adds a link to the web-based cvslog. The web one is more fully featured, and
has quick links to the relevant files in viewcvs.

Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Jun 13 16:02:28 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Now have a commits mailing list which we should be using for this sort of thing.

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Jun 6 15:04:12 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.2: +5 -2 lines
Diff to previous 1.2
Didn't know where sendmail was :)

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Jun 6 13:59:12 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.1: +20 -13 lines
Diff to previous 1.1
Updated to suit the setup on the new server.
Also now uses the more universal sendmail, rather than the seemingly raptor-only
mailx command :)

Revision 1.1 - (view) (annotate) - [select for diffs]
Fri Mar 9 00:23:22 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Various shell scripts used around the project.

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a