The Wrapper Project

David Disseldorp ddiss at suse.de
Fri Nov 29 13:13:20 MST 2013


Hi Metze,

On Fri, 29 Nov 2013 19:51:15 +0100
"Stefan (metze) Metzmacher" <metze at samba.org> wrote:

> When you would push that and then I'd just do a
> 
> mkdir samba-work
> cd samba-work
> git init
> git remote add origin git://git.samba.org/samba.git
> git remote update
> then disconnect from the network. Would I be able to do
> 
> git checkout 081fba8465b8807b3e824606267ebdcc186ba171
> 
> without network access and have everthing I need?

No, at that point you'd be missing the objects from the submodule. If
you checked out a branch with the submodule, then did a:
	git submodule init
	git submodule update
You'd be good to go offline. git-clone and git-pull offer recursive
options to pull down submodules.

Cheers, David


More information about the samba-technical mailing list