[LON-CAPA-cvs] cvs: CVSROOT / cvs2rss.pl

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 12 Oct 2005 16:50:43 -0000


albertel		Wed Oct 12 12:50:43 2005 EDT

  Modified files:              
    /CVSROOT	cvs2rss.pl 
  Log:
  - switch to using unified diffs
  
  
Index: CVSROOT/cvs2rss.pl
diff -u CVSROOT/cvs2rss.pl:1.2 CVSROOT/cvs2rss.pl:1.3
--- CVSROOT/cvs2rss.pl:1.2	Tue Oct 11 18:11:16 2005
+++ CVSROOT/cvs2rss.pl	Wed Oct 12 12:50:42 2005
@@ -84,7 +84,7 @@
 
 	if (($title[1] != "NONE") && ($title[0]=~/(.*).(pm)$/)){
 		my $tmpFile = "/tmp/diff.$$";
-		my $cmdLine = "cvs -n rdiff -kk -r " . $title[1] .  " -r " . $title[2] . " " . $title[0] . ">" . $tmpFile;
+		my $cmdLine = "cvs -n rdiff -u -kk -r " . $title[1] .  " -r " . $title[2] . " " . $title[0] . ">" . $tmpFile;
 		system($cmdLine);
 
 		$description .= "<br /><b>Differences:</b><br /><pre>";