On Fri, Mar 19, 2010 at 12:54 PM, John Dlugosz <JDlugosz@xxxxxxxxxxxxxxxx> wrote: > I thought I knew what I was doing, after reading the instructions. > > When I checked out an older version of the main project, I have to sync to the proper > (older) version of the submodule too. git admonished me to run the command from > the toplevel of the working tree, and when that was done, > > git submodule update > > gives no output. > > git submodule status Did you run 'git submodule init'? You generally have to do this once per repo. Avery -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html