[Pcsclite-cvs-commit] r1992 - trunk/HandlerTest

Ludovic Rousseau rousseau at costa.debian.org
Sun Apr 2 19:17:46 UTC 2006


Author: rousseau
Date: 2006-04-02 19:17:46 +0000 (Sun, 02 Apr 2006)
New Revision: 1992

Modified:
   trunk/HandlerTest/create_distrib.sh
Log:
use svn2cl.sh instead of rcs2log since we moved from CVS to subversion


Modified: trunk/HandlerTest/create_distrib.sh
===================================================================
--- trunk/HandlerTest/create_distrib.sh	2006-03-31 14:30:56 UTC (rev 1991)
+++ trunk/HandlerTest/create_distrib.sh	2006-04-02 19:17:46 UTC (rev 1992)
@@ -29,7 +29,7 @@
 echo "done"
 
 # generate Changelog
-rcs2log | sed -e s+/cvsroot/pcsclite/HandlerTest/++g > Changelog
+svn2cl.sh --group-by-day --include-rev | sed -e s+/trunk/HandlerTest/++g > Changelog
 
 present_files=$(tempfile)
 manifest_files=$(tempfile)




More information about the Pcsclite-cvs-commit mailing list