Kevin Golding wrote:
> Okay, that looks depressingly simple I guess... I added in extra statements
> outside the conditionals and it proved I'm not successfully entering any of
> them. It looks like my problem is line 998:
>
> if (-d "$dir/.svn" || -f "$dir/svninfo.tmp") {
>
> At that point $dir = /usr/home/masscheck/trunk/masses
>
> I have a /usr/home/masscheck/trunk/.svn but no
> /usr/home/masscheck/trunk/masses/.svn
Have you upgraded to SVN 1.7? The working copy structure uses only one
.svn directory at the root of the working copy for 1.7, so if you've
upgraded from < 1.7, your working copy at /usr/home/masscheck/trunk will
not have a /usr/home/masscheck/trunk/masses/.svn directory any more.
-kgd