On Wed, Nov 21, 2012 at 8:44 AM, Frank Seltzer <fran...@bellsouth.net> wrote:
> Following that with 'grep -A1 C\ stat' shows 217 lines similar to these:
>
> D     C accessibility
>       >   local unversioned, incoming add upon update

This says that svn has an entry for a file/directory named
'accessibility', but that a file/directory named 'accessibility'
already exists on disk, and did not come from a svn checkout - ie,
'accessibility' is in /usr/ports/.svn/entries, but there is no
/usr/ports/accessibility/.svn .
When you do an 'svn up' now, there is a conflict - an unversioned
resource is in the way of checking out a versioned resource, and the
unversioned one should be deleted, so this is why it says "D" and "C".

Something has trashed your ports tree, re-check it out.

You were pretty adamant that you didn't check out ports over an
existing tree, which would explain this, I wonder what else it could
be. Do you (or did you) run portsnap? I wonder if that could trash a
working copy like this.

Cheers

Tom
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to