On Apr 16, 2014, at 1:05 PM, Todd Orler <[email protected]> wrote:

> I'm trying to get set up with the "stable" branch, and noticed that there's a 
> new submodule since the last time we integrated CBL iOS:  WebSockets-Cocoa.  
> However, when I try to clone this, as described in the .gitmodules file, it 
> fails. 

All you should need to do is run
        git pull
        git submodule sync
        git submodule update --recursive

I've seen problems with registering a new submodule that has its own submodules 
... so you may also need to do
        cd vendor/WebSockets-Cocoa
        git submodule init --recursive
        git submodule update

>  Searching for this couchbaselabs repo also fails to find anything.

It's https://github.com/couchbaselabs/WebSockets-Cocoa

--Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/363CE778-B5F0-4EAA-9A1E-BE3AF21D7C9A%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to