[Bug 230635] [regression] Spam in console after r336593 (NFS mounted)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 15 14:41:22 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230635
--- Comment #4 from Glen Barber <gjb at FreeBSD.org> ---
I'm trying to understand exactly what is happening here, because the commit in
question should in no way impact the /usr/src checkout.
Is the /usr/src export on the NFS host in fact corrupt?
Two ways off-hand I can think about that can cause this is:
1) A network interruption during 'svn checkout' or 'svn update' of the tree;
2) concurrent svn commands attempting to manipulate or read from the svn
database, for example a 'svn update' from one NFS client while 'svn status'
from another NFS client.
Can you show what 'svn status' on the NFS exported share from the host looks
like? It might be a bit verbose, so the top 20 or so lines might be
sufficient.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list