I should add that I see this same kind of behavior after I run 
Pkg.test("PkgName"): julia reports that the tests pass, then it hangs for a 
while before telling me "No packages to install, update, or remove".

On Tuesday, September 15, 2015 at 10:56:13 AM UTC-4, Chris wrote:
>
> When I try to update a module I have on a local GitLab server using 
> Pkg.checkout("PkgName"), the command seems to hang for a long time after 
> the "Pulling PkgName latest master..." line:
>
> julia> tic(); Pkg.checkout("PkgName"); toc()
> INFO: Checking out PkgName master...
> INFO: Pulling PkgName latest master...
> INFO: No packages to install, update or remove
> elapsed time: 117.193807304 seconds
> 117.193807304
> julia> versioninfo()
> Julia Version 0.3.11
> Commit 483dbf5* (2015-07-27 06:18 UTC)
> Platform Info:
>   System: Windows (x86_64-w64-mingw32)
>   CPU: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz
>   WORD_SIZE: 64
>   BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
>   LAPACK: libopenblas
>   LIBM: libopenlibm
>   LLVM: libLLVM-3.3
>
> Any ideas?
>
> Thanks for you help,
> Chris
>

Reply via email to