/[suikacvs]/webroot/error/cvscommit.sh
Suika

Contents of /webroot/error/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Thu Oct 30 12:29:25 2008 UTC (15 years, 5 months ago) by wakaba
Branch: MAIN
File MIME type: application/x-sh
*** empty log message ***

1 wakaba 1.1 #!/bin/sh
2     find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ suika/error\//" > .cvslog.tmp
3     cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
4     rm .cvslog.tmp
5    
6     ## $Date: 2008/10/21 08:36:59 $
7     ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24