From: Ted Bullock Subject: Workflow question, maybe bug or unclear usage. To: gameoftrees@openbsd.org Date: Tue, 25 Jan 2022 03:28:19 -0700 Hey Folks, I have a workflow question with the got tool. Maybe this is a bug? I'm not sure, I have almost no experience with the new tool fwiw. /usr/src is mounted to an nfs share since I intend to share the work tree across a few machines and have checked out the source tree as per the examples in the man page: in /var/got $ got clone then $ got checkout /var/got/src.git /usr/src These seem to work fine by the output, so then I wanted to see what the default status would be. $ got status this however prints out: ? bin ? bin/cat ? bin/chio ? bin/chmod ? bin/cp ? bin/csh ? bin/csh/USD.doc ? bin/date ? bin/dd ? bin/df ? bin/domainname ? bin/echo ? bin/ed etc etc etc through the whole source tree for every directory. Is this intentional? Is it an artifact of nfs that I'm mounting it somehow wrong? -- Ted Bullock