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

Re: Problem with post-commit and Corrupt filesystem

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-12-14 12:03:29 CET

On Dec 14, 2007, at 04:15, Damien Cassou wrote:

> everytime I give the executable permission bit to the post-commit
> script, I can't commit anymore. This message appear when I commit:
> «svn: Corrupt filesystem revision 55 in filesystem
> '/usr/labri/cassou/svnroot/projet-programmation-3-lisp/db'».
>
> Although, I receive a mail with this message :
> /usr/share/doc/subversion-1.1.4/tools/hook-scripts/commit-email.pl:
> `/usr/bin/svnlook diff
> /usr/labri/cassou/svnroot/projet-programmation-3-lisp -r 55' failed
> with this output: svn: Corrupt filesystem revision 55 in filesystem
> '/usr/labri/cassou/svnroot/projet-programmation-3-lisp/db'
>
> I can then use svnadmin verify to verify that the database is really
> corrupted. svnadmin recover fixes the problem, but it reappears on the
> next commit.
>
> The content of post-commit is:
>
> «
> REPOS="$1"
> REV="$2"
>
> PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
> export PATH
>
> /usr/share/doc/subversion-1.1.4/tools/hook-scripts/commit-email.pl
> "$REPOS" "$REV" -h labri.fr -s '[PP3]' cassou@labri.fr
> »
>
> Is there anything I can do about this?

And what happens if you don't define and export the PATH?

Also, Subversion 1.1.4 is not supported anymore. Please update to the
latest, which is 1.4.5.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 14 12:03:58 2007

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

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