#!/bin/sh # Copyright 2009 Kenshi Muto # copy from webwml CVS to Git. ( cd webwml-gitwork && git pull -q ) ( cd webwml && cvs -q up -d -P english japanese ) rsync -aqu --exclude CVS --exclude .cvsignore webwml/english webwml-gitwork rsync -aqu --exclude CVS --exclude .cvsignore webwml/japanese webwml-gitwork ( cd webwml-gitwork && ../webwml-git-committer.rb )