No subject


Tue Jun 24 15:43:11 UTC 2008


ssh -q hguser@$HGHOST "cp -v \$HOME/hgignore $repopath/.hgignore"
ssh -q hguser@$HGHOST "chgrp -R apache $repopath"
ssh -q hguser@$HGHOST "find $repopath -type d | xargs chmod g+wxs"
ssh -q hguser@$HGHOST "find $repopath -type f | xargs chmod g+w"
ssh -q hguser@$HGHOST "hg --repository $repopath add $repopath/.hgignore"
ssh -q hguser@$HGHOST "hg --repository $repopath commit -m \"Bootstrap
checkin.\""
ssh -q hguser@$HGHOST "find $repopath -type d | xargs chmod g+wxs"
ssh -q hguser@$HGHOST "find $repopath -type f | xargs chmod g+w"

hg  --repository $localrepo pull -f $REMOTE_REPO_URI
hg  --repository $localrepo commit -m "Commiting files obtained from
bootstrap pull."
hg  --repository $localrepo push -f $remo_repo_uri


if [ -x "$browsercommand" ]; then
    "$browsercommand" $REMOTE_REPO_URI 
    else
	echo "Could not find file $browsercommand, or file is not
executable."
fi 



More information about the Mercurial mailing list