Re: [Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-26 Thread Dan McGrath
Hi Vicente, Well that is good to hear. I haven't done anything since the last email I sent though. Either way, glad to know all is working well for you now. Take care! o/ Dan On Thu, Jun 26, 2014 at 8:49 PM, Vicente wrote: > Hi Dan, > > I don't know if you did something but now is working fin

Re: [Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-26 Thread Vicente
Hi Dan, I don't know if you did something but now is working fine :) Also I noticed that with this command (git submodule foreach git pull -v -v -v --rebase origin master) I'm getting way more output than days before. So I don't know if it was fixed in your side or in my side with an automatic u

Re: [Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-23 Thread Dan McGrath
Hi, On Mon, Jun 23, 2014 at 6:11 PM, Vicente wrote: > Still same problem. Tomorrow I will try it from my office, to make sure > is a local problem or not. I forgot to say that my neighbour and myself > have the same IP (apparently this works a bit different from non-fiber > configurations). > W

Re: [Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-23 Thread Vicente
Hi Dan, Still same problem. Tomorrow I will try it from my office, to make sure is a local problem or not. I forgot to say that my neighbour and myself have the same IP (apparently this works a bit different from non-fiber configurations). We both are using Ubuntu 14.04, maybe is a distro prob

Re: [Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-22 Thread Vicente
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-ad

Re: [Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-22 Thread Trouble Daemon
Hi Vicente, Replies inline. On Sun, Jun 22, 2014 at 7:00 AM, Vicente wrote: > Yes, I can browse in git.blender.org without problems, I can see the > commits and even the diffs. > Well that is good in that it shows you can make the actual connection to the server via TCP, and aren't being firew

Re: [Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-22 Thread Kévin Dietrich
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 sometim

Re: [Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-22 Thread Vicente
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 relate

Re: [Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-21 Thread Dan McGrath
Hi Vicente, Curious, can you visit http://git.blender.org/ 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 =

[Bf-committers] GIT connection problem in release/scripts/ addons_contrib

2014-06-21 Thread Vicente
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. Bu