Hello
I also dump the commited revisions in the hook script and never saw that
problem. My machine runs Solaris 9, SVN 1.2.1 and ra_dav.
An important difference might be that i run the dump script in background,
the post-commit hook contains only these lines:
trap "" 1
/srv/svn/scripts/post-commit-bg.sh "$1" "$2" < /dev/null > /dev/null 2>&1 &
The script post-commit-bg.sh then dumps the revision and sends commit
mails.
Martin
On Mon, 7 Nov 2005 kfogel@collab.net wrote:
> Hmmm. I think this is worth an issue, yes (thanks for the detailed
> report). I wish we had a 100% reliable reproduction recipe, but this
> is probably as good a start as we could ask for with this kind of bug.
>
> -Karl
>
> Dave Rodgman <dave.rodgman@arm.com> writes:
>> I'm having issues with svnadmin dump, which occasionally hangs for no
>> apparent reason. I'm calling it from a post-commit hook for backup
>> purposes. I've verified that
>>
>> - repeating the same command by hand completes successfully
>> - this is not due to disc-space issues
>> - this is happening fairly often - maybe once a week with around
>> 5000 commits per week
>> - this is not related to the size of the commit - it's happened with
>> small and bigish commits
>>
>> Server is v1.2.0 on fsfs backend. Should I raise a defect?
>>
>> Suggestions gratefully received
>>
>> Dave
>>
>> Some data follows -
[...removed...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 7 18:53:21 2005