Re: Bizarre problem cloning repo from Codeplex

2012-11-11 Thread Andreas Schwab
Enrico Weigelt 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 Schwa

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 Developmen

Re: Bizarre problem cloning repo from Codeplex

2012-11-10 Thread Andreas Schwab
Enrico Weigelt 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 n

Re: Bizarre problem cloning repo from Codeplex

2012-11-10 Thread John Szakmeister
On Sat, Nov 10, 2012 at 2:49 AM, Enrico Weigelt wrote: [snip] > 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 ? Try GIT_CURL_VERBOSE=1. GIT_TRACE_PACKET=1 can be helpful too. -John PS

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.

Bizarre problem cloning repo from Codeplex

2012-10-26 Thread Jeremy Morton
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