/[suikacvs]/test/html-webhacc/cvscommit.sh
Suika

Contents of /test/html-webhacc/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Tue May 1 09:25:13 2007 UTC (17 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/x-sh
New

1 #!/bin/sh
2 find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ html\//" > .cvslog.tmp
3 cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
4 rm .cvslog.tmp
5
6 ## $Date: 2007/04/24 13:35:21 $
7 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24