Re: Unable to find current vision in submodule path 'corelibs''

2015-01-21 Thread Cristian Zaloj
I'm having the same problem. Everything was working fine until some point. On Tuesday, February 5, 2013 at 2:26:23 AM UTC-5, Julian wrote: > > Hi, I'm having an issue where I can't get Jenkins to checkout a project > that has a submodule in it (which contains further submodules), but I am > able

Unable to find current vision in submodule path 'corelibs''

2013-02-04 Thread Julian
Hi, I'm having an issue where I can't get Jenkins to checkout a project that has a submodule in it (which contains further submodules), but I am able to do so myself. For instance, if I manually run: git clone [repository-url] [chdir into repository] git submodule update --recursive --init