You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2008/02/26 13:01:01 UTC

Re: svn commit: r617771 - /spamassassin/trunk/rules/active.list

Daryl C. W. O'Shea writes:
> Hmm, this is broken -- again.

good point, thanks for spotting it. :(
SVN had borked itself:

+ svn update
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
+ exit 1

this fixed it:

cd /home/updatesd/svn/spamassassin
sudo -u updatesd -H svn cleanup


I've added an "svn cleanup" to the script, hopefully that'll
avoid it in future.

--j.