/[suikacvs]/www/test/cvscommit.sh
Suika

Contents of /www/test/cvscommit.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sat May 27 08:32:17 2006 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: application/x-sh
++ ChangeLog	27 May 2006 08:31:57 -0000
	* cvscommit.sh: New file.

2006-05-27  Wakaba  <wakaba@suika.fam.cx>

1 #!/bin/sh
2 find -name ChangeLog | xargs cvs diff | grep "^\+" | sed -e "s/^\+//; s/^\+\+ .\//++ test\//" > .cvslog.tmp
3 cvs commit -F .cvslog.tmp $1 $2 $3 $4 $5 $6 $7 $8 $9
4 rm .cvslog.tmp
5
6 ## $Date: 2005/11/16 10:35:34 $
7 ## License: Public Domain

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24