Hi Kévin,

$ cat .git/modules/release/scripts/addons_contrib/config
[core]
     repositoryformatversion = 0
     filemode = true
     bare = false
     logallrefupdates = true
     worktree = ../../../../../release/scripts/addons_contrib
[remote "origin"]
     url = git://git.blender.org/blender-addons-contrib.git
     fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
     remote = origin
     merge = refs/heads/master

I tried to change the git protocol by http, but got the same result.
And today the full repository is quite unresponsive in general. I have 
to retry a few times to do anything.

Thanks,

Vicente


On 06/22/2014 11:20 AM, Kévin Dietrich wrote:
>   
>
> Hi,
>
> just my two cents, but how about the config file in
> .git/modules/release/scripts/addons_contrib ?
>
> Kévin
>
> Le 2014-06-22 11:00, Vicente a écrit :
>
>> Hi Dan,
>>
>> Yes, I can browse in git.blender.org without problems, I can see the
>> commits and even the diffs.
>> But happens that sometimes I get an error loading blender.org, like if
>> the timeout were too low. So if it didn't respond in 5 secs, then I get
>> an error page. I don't know but maybe is related.
>> Oh and my connection is 100/100 optic fiber, so speed should not be the
>> problem. But I'm in Iceland and sometimes the ping can be high (right
>> now the ping to git.blender is 50ms, nothing special).
>>
>> And here my config.
>> $ cat .git/config
>> [core]
>> repositoryformatversion = 0
>> filemode = true
>> bare = false
>> logallrefupdates = true
>> [remote "origin"]
>> url = http://git.blender.org/blender.git [1]
>> fetch = +refs/heads/*:refs/remotes/origin/*
>> [branch "master"]
>> remote = origin
>> merge = refs/heads/master
>> [submodule "release/datafiles/locale"]
>> url = http://git.blender.org/blender-translations.git [2]
>> [submodule "release/scripts/addons"]
>> url = http://git.blender.org/blender-addons.git [3]
>> [submodule "release/scripts/addons_contrib"]
>> url = http://git.blender.org/blender-addons-contrib.git [4]
>> [submodule "scons"]
>> url = http://git.blender.org/scons.git [5]
>>
>> But yesterday before sending the email report I changed all the "git"
>> protocols by "http", just to try. But the error is the same.
>> I have to add that sometimes other parts of the repository are
>> unresponsive but if I retry a few times they work, except addons_contrib.
>>
>> I send you my IP in a private message.
>>
>> Thank you,
>>
>> Vicente
>>
>> On 06/22/2014 04:25 AM, Dan McGrath wrote:
>> Hi Vicente, Curious, can you visit http://git.blender.org/ [6] okay in a web 
>> browser? Also, any chance you could paste a copy of the .git/config file in 
>> your blender checkout folder? I can't promise anything, but I can at least 
>> show you mine: [core] repositoryformatversion = 0 filemode = true bare = 
>> false logallrefupdates = true [remote "origin"] fetch = 
>> +refs/heads/*:refs/remotes/origin/* url = 
>> https://git.blender.org/blender.git [7] [branch "master"] remote = origin 
>> merge = refs/heads/master [submodule "release/datafiles/locale"] url = 
>> https://git.blender.org/blender-translations.git [8] [submodule 
>> "release/scripts/addons"] url = https://git.blender.org/blender-addons.git 
>> [9] [submodule "release/scripts/addons_contrib"] url = 
>> https://git.blender.org/blender-addons-contrib.git [10] [submodule "scons"] 
>> url = https://git.blender.org/scons.git [11] It doesn't appear that any ip's 
>> were blocked in the firewall, so I am not sure exactly what the cause it 
>> atm. I would need to kno
>   w the IP
> address that you used to connect to the service in order to dig deeper into 
> the logs. Dan On Sat, Jun 21, 2014 at 11:19 PM, Vicente 
> <[email protected]> wrote: Hi, Since like 2 weeks ago I can not get the 
> updates from the addons_contrib repository. I'm using this command: git 
> submodule foreach git pull --rebase origin master But I'm getting time outs. 
> Also I have created a completely new folder and cloned the repository there 
> with the same result. But I supposed it was my problem so I didn't say 
> anything. But today I tried it in a different computer, with exact result. 
> This is the output: $ git submodule foreach git pull --rebase origin master 
> Entering 'release/datafiles/locale' From 
> git://git.blender.org/blender-translations * branch master -> FETCH_HEAD 
> Current branch master is up to date. Entering 'release/scripts/addons' fatal: 
> unable to connect to git.blender.org: git.blender.org[0: 82.94.226.105]: 
> errno=Connection timed out Stopping at 'release/scripts/addons'; scri
>   pt
> returned non-zero status. I also tried to use http instead of git. But it did 
> no difference at all(maybe even worse response in the "working" folders). Is 
> this only happening to me (and my neighbours)? Thanks Vicente 
> _______________________________________________ Bf-committers mailing list 
> [email protected] 
> http://lists.blender.org/mailman/listinfo/bf-committers [12] 
> _______________________________________________ Bf-committers mailing list 
> [email protected] 
> http://lists.blender.org/mailman/listinfo/bf-committers [12]
>
> _______________________________________________
> Bf-committers mailing list
> [email protected]
> http://lists.blender.org/mailman/listinfo/bf-committers [12]
>
>   
>
> Links:
> ------
> [1] http://git.blender.org/blender.git
> [2] http://git.blender.org/blender-translations.git
> [3] http://git.blender.org/blender-addons.git
> [4] http://git.blender.org/blender-addons-contrib.git
> [5] http://git.blender.org/scons.git
> [6] http://git.blender.org/
> [7] https://git.blender.org/blender.git
> [8] https://git.blender.org/blender-translations.git
> [9] https://git.blender.org/blender-addons.git
> [10] https://git.blender.org/blender-addons-contrib.git
> [11] https://git.blender.org/scons.git
> [12] http://lists.blender.org/mailman/listinfo/bf-committers
> _______________________________________________
> Bf-committers mailing list
> [email protected]
> http://lists.blender.org/mailman/listinfo/bf-committers


_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to