"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Ted Bullock <tbullock@comlore.com>
Subject:
Re: Workflow question, maybe bug or unclear usage.
To:
gameoftrees@openbsd.org
Date:
Tue, 25 Jan 2022 13:08:10 -0700

Download raw body.

Thread
On 2022-01-25 3:28 a.m., Ted Bullock wrote:
> 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.

Ok, I have done some further testing, and can clarify further:

For me, using `got checkout` on an NFS share, causes `got status` to
report all directories in the work tree with the bogus *?* status as below:

> $ got status
> 
> ?  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

I don't see this behaviour for local file systems.

my NFS host is pretty simple:
/export/src -network=192.168.1 -mask=255.255.255.0

so is the fstab entry
192.168.1.2:/export/src         /usr/src                nfs     rw 0 0

-- 
Ted Bullock <tbullock@comlore.com>