Sven Van Caekenberghe

Results 143 comments of Sven Van Caekenberghe

Regarding branches. The other branch creation/addition code is in IceRepository>>#gtLocalBranchesFor: The subtle difference is what should happen if you switch to a (newly created) branch. I agree that uncommitted changes...

Regarding remotes. I just created a new issue but I am not sure how we should proceed there or how important it is. I assume that you actually want to...

https://github.com/feenkcom/gtoolkit/issues/4039

I think we can close it. Doing a PR now works from inside the image. For specific problems we should create new issues with smaller scopes.

I can't see a path forward that I am confident of. Let me explain. An HTTP Proxy for outgoing HTTP traffic from an internal network to the outside world is...

The first thing we need is technical information on what kind of proxy you have, what kind of authentication protocol is being used, and so on. Now, if this is...

Hi Eric, Pierre, This trace gives me less info than I would have expected. I am looking for curl to tell me how it is getting connected to the proxy...

You are absolutely right, the default should be to verify trust in server certificates as a client. The reason this is not done is historical, though I fear nothing much...

Yes I already had a look and yes I want to try this, at least the first step of it.

Hi Kris, I finally took some time to try something. This is the simplest thing that I could think of following your suggestion, we can improve when necessary. The code...