Re: A couple errors dealing with uninitialized submodules

2016-10-20 Thread Stefan Beller
On Thu, Oct 20, 2016 at 4:29 PM, Aaron Schrab wrote: > I was working with a fresh clone of a repository where I'd forgotten that > one of the directories was setup as a submodule, so I hadn't initialized it. > > I tried to add a symlink to a location outside the repository and

A couple errors dealing with uninitialized submodules

2016-10-20 Thread Aaron Schrab
I was working with a fresh clone of a repository where I'd forgotten that one of the directories was setup as a submodule, so I hadn't initialized it. I tried to add a symlink to a location outside the repository and this failed with an assertion (exact text in comment below). When looking