Re: Bizarre problem cloning repo from Codeplex

2012-11-11 Thread Enrico Weigelt
  Their webserver seems to be configured quite restrictively
  (eg. cannot access files like 'packed-refs').
 
 Probably it just doesn't exist.

Aren' these files requied ?


cu
-- 
Mit freundlichen Grüßen / Kind regards 

Enrico Weigelt 
VNC - Virtual Network Consult GmbH 
Head Of Development 

Pariser Platz 4a, D-10117 Berlin
Tel.: +49 (30) 3464615-20
Fax: +49 (30) 3464615-59

enrico.weig...@vnc.biz; www.vnc.de 
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Bizarre problem cloning repo from Codeplex

2012-11-11 Thread Andreas Schwab
Enrico Weigelt enrico.weig...@vnc.biz writes:

  Their webserver seems to be configured quite restrictively
  (eg. cannot access files like 'packed-refs').
 
 Probably it just doesn't exist.

 Aren' these files requied ?

No.  If you've never run git pack-refs it's never created.

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
And now for something completely different.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Bizarre problem cloning repo from Codeplex

2012-11-10 Thread Andreas Schwab
Enrico Weigelt enrico.weig...@vnc.biz writes:

 Their webserver seems to be configured quite restrictively
 (eg. cannot access files like 'packed-refs').

Probably it just doesn't exist.

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
And now for something completely different.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Bizarre problem cloning repo from Codeplex

2012-11-09 Thread Enrico Weigelt

 I'm trying to clone the following repository from Codeplex:
 
 https://git01.codeplex.com/entityframework.git
 
 git downloads all the objects, creates the directory
 entityframework,
 then displays error: RPC failed; result=56, HTTP code = 200 and
 immediately deletes the directory.
 
 I can clone other HTTPS repos with this git installation, for example
 from Bitbucket and Github.  It's git 1.7.10.4 on Debian.  

reproduced it on Ubuntu precise, git-1.7.9.5

When starting with an empty repo, adding the url as remote and calling
git remote update origin:

 Fetching origin
 WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-5cWq1d/pkcs11: No 
 such file or directory
 remote: Counting objects: 21339, done.
 remote: Compressing objects: 100% (3778/3778), done.
 remote: Total 21339 (delta 17180), reused 21339 (delta 17180)
 Receiving objects: 100% (21339/21339), 11.24 MiB | 1.04 MiB/s, done.
 error: RPC failed; result=56, HTTP code = 200
 Resolving deltas: 100% (17180/17180), done.
 error: Could not fetch origin

But: refs/remotes/origin/master is added and looks sane (git fsck
shows no errors).

Subsequent 'git remote update' calls look good:

 Fetching origin

Even after manually removing the ref and re-running update,
everything look fine:

 Fetching origin
 WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-5cWq1d/pkcs11: No 
 such file or directory
 From https://git01.codeplex.com/entityframework
  * [new branch]  master - origin/master

Their webserver seems to be configured quite restrictively
(eg. cannot access files like 'packed-refs').

Is there a way to trace the actual HTTP calls ?


cu
-- 
Mit freundlichen Grüßen / Kind regards 

Enrico Weigelt 
VNC - Virtual Network Consult GmbH 
Head Of Development 

Pariser Platz 4a, D-10117 Berlin
Tel.: +49 (30) 3464615-20
Fax: +49 (30) 3464615-59

enrico.weig...@vnc.biz; www.vnc.de 
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html