https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6753

--- Comment #7 from Kevin A. McGrail <[email protected]> ---

Kevin Golding : 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


There is a patch in note 6821 about this but the root cause is pointed out by
Kris Deugau - SVN 1.7+:

> 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.

We'll need to accommodate a case for that!

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to