ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
* [Sysadmins] subversion post-commit hook
@ 2007-07-13  8:57 Grigory Fateyev
  2007-07-13 11:46 ` Ivan Fedorov
  2007-08-07  7:55 ` Vladimir V. Kamarzin
  0 siblings, 2 replies; 4+ messages in thread
From: Grigory Fateyev @ 2007-07-13  8:57 UTC (permalink / raw)
  To: sysadmins

Здравствуйте!

Установил subversion сервер, теперь хочется чтоб после коммита
автоматом запускалось обновление репозитория. Если скрипт запустить
руками, то отрабатывается нормально, если что-то коммитеть, то письма
уведомления приходят, а svn update не срабатывает. Почему?

#!/bin/sh

## Запуск обновления
cd /var/www/mydomain.ru/dial/ && svn update > /dev/null && cd

## Рассылка уведомлений об коммитах
REPOS="$1"
REV="$2"
/usr/bin/svn-mailer --commit --config /etc/svnmailer.conf --repository
"${REPOS}" --revision "${REV}" &


-- 
Всего наилучшего! Григорий
greg [at] anastasia [dot] ru
Письмо отправлено: 2007/07/13 12:48


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-08-07  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-13  8:57 [Sysadmins] subversion post-commit hook Grigory Fateyev
2007-07-13 11:46 ` Ivan Fedorov
2007-07-13 12:53   ` Grigory Fateyev
2007-08-07  7:55 ` Vladimir V. Kamarzin

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git