[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: post-commit hook question

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2002-06-22 23:07:39 CEST

On Sat, 22 Jun 2002, Blair Zajac wrote:

> David Summers wrote:
> >
> > I'm playing with the hooks for the first time and just set up to send
> > email via the commit-email.pl ${REPOS} ${REV} emailaddress
> > hook described as the default in the post-commit hook template.
> >
> > However it was giving me errors on the client when I tried it and when I
> > tried it manually on the server I got error message:
> > svn_error: #21088 : <Berkeley DB error>
> > Berkeley DB error while opening environment for filesystem
> > file:///home/svnroot/test/db:
> > No such file or directory
>
> I recently put in a patch for commit-email.pl. Which revision of svn
> are you using? I would make sure you're using revision 2179 or
> later. If the problem continues, than
>
> What does your post-commit script look like?
>

I'm using subversion r2301.

post-commit file contents
=========================
#!/bin/sh
REPOS=${1}
REV=${2}
./commit-email.pl ${REPOS} ${REV} david@summersoft.fay.ar.us
============================================================

   Thanks

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 22 23:09:40 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.