|
From: <ei...@us...> - 2006-10-26 09:03:30
|
Revision: 239
http://svn.sourceforge.net/mp3roaster/?rev=239&view=rev
Author: eim
Date: 2006-10-26 02:03:23 -0700 (Thu, 26 Oct 2006)
Log Message:
-----------
Updated changelog command for svn2cl.
Modified Paths:
--------------
trunk/mp3roaster/Makefile
Modified: trunk/mp3roaster/Makefile
===================================================================
--- trunk/mp3roaster/Makefile 2006-10-25 21:04:16 UTC (rev 238)
+++ trunk/mp3roaster/Makefile 2006-10-26 09:03:23 UTC (rev 239)
@@ -96,8 +96,8 @@
@echo
changelog:
- echo -e "#\n# \$$Id$$\n#\n" | cvs2cl -T -t -w -r --fsf -U Developers --header - && rm ChangeLog.bak
- cvs commit -m "The ChangeLog has been updated." ChangeLog
+ svn2cl --revision HEAD:1 --include-rev --break-before-msg --authors authors.xml --output ChangeLog .
+ svn commit -m "The ChangeLog has been updated." ChangeLog
cvs_update:
cvs update -P
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|