Gunnar Thielebein schrieb:
Philipp Marek schrieb:
On Tuesday 10 June 2008 Philipp Marek wrote:
On Tuesday 10 June 2008 Gunnar Thielebein wrote:
Do you mind of some other way checking for changes?
I'm currently implementing an option "stop_change" for use in scripts.

Please stand by :-)
r1736, http://fsvs.tigris.org/source/browse/fsvs/trunk/fsvs/?rev=1736
HTH; I hope for a release soon.


Regards,

Phil

Hi Phil,
Thank you very much for both of them r1736 and r1739!
I'll test them as soon as I have gained obverserver membership to you svn.
For first use on our servers I have made a cron-script in this way now:

#!/bin/sh
if [ -n "$(fsvs status /)" ];then
echo "Fsvs has found configuration changes in monitored directories.\
Attached is a diff-output of the relevant files.\n"
fsvs diff -R /
fi

It is not much done here, only that the admin gets an email with a review of the changes in case someone forgets to commit :-)

Best Regards, Gunnar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
works fine :-)

if fsvs -o stop_change=yes status /;then echo "nothing changed";fi

I was irritately first trying with "fsvs diff" but you used "status" for avoid connections to the repo, didn't you?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to