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

From:
Timo Myyrä <timo.myyra@bittivirhe.fi>
Subject:
Remote got repositories and small typo in man page
To:
gameoftrees@openbsd.org
Date:
Wed, 02 Dec 2020 22:44:32 +0200

Download raw body.

Thread
Hi,

Getting a bit more familiar with got, am I correct that it doesn't yet
support remote got repositories with local work trees?

I was planning on having got repository on my lan server and checking
out local work tree from it. Browsing man page seems to indicate the
current way is to use git repo on server and fetch it to local got repo
and then take local work tree from it. Is it so?

timo

PS. there also seems to be typo in got.1 man page:

--- got.1.orig  Wed Dec  2 22:38:58 2020
+++ got.1       Wed Dec  2 22:39:28 2020
@@ -2011,7 +2011,7 @@
 .Pp
 Alternatively, for quick and dirty local testing of
 .Nm
-a new Git repository could be created and populated with files,
+a new Got repository could be created and populated with files,
 e.g. from a temporary CVS checkout located at
 .Pa /tmp/src :
 .Pp