git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@348714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-11-24 11:46:56 +00:00
parent 7928a66ef5
commit 374776dd40
1 changed files with 3 additions and 0 deletions

View File

@ -1,10 +1,13 @@
#!/bin/sh
set -x
svnlook=/usr/local/subversion/bin/svnlook
repos=/home/projects/maven/repository-staging/to-ibiblio/maven2
$svnlook changed -r $2 $1 | egrep '\.pom$' | while read t1 t2
do
mkdir -p `dirname $repos/$t2`
$svnlook cat -r $2 $1 $t2 >$repos/$t2
sha1sum $repos/$t2 >$repos/$t2.sha1
md5sum $repos/$t2 >$repos/$t2.md5