public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin-ports git access over http?
@ 2012-03-29  5:37 Achim Gratz
  2012-03-29  6:44 ` Yaakov (Cygwin/X)
  0 siblings, 1 reply; 4+ messages in thread
From: Achim Gratz @ 2012-03-29  5:37 UTC (permalink / raw)
  To: cygwin


I'm behind a firewall at work that only allows HTTP access through, so
is there a way clone cygwin-ports over HTTP?  If not, is there already a
Git mirror that provides such access?  Besides, even when cloning
without a firewall, I get:

git clone git://cygwin-ports.git.sourceforge.net/gitroot/cygwin-ports/cygwin-ports
Cloning into 'cygwin-ports'...
fatal: The remote end hung up unexpectedly

I can clone the individual projects one by one, though.  Obviously it
would be much nicer if there was a superproject to clone that had those
already added as subprojects...


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cygwin-ports git access over http?
  2012-03-29  5:37 cygwin-ports git access over http? Achim Gratz
@ 2012-03-29  6:44 ` Yaakov (Cygwin/X)
  2012-03-29  9:37   ` Achim Gratz
  2012-03-29 12:50   ` Earnie Boyd
  0 siblings, 2 replies; 4+ messages in thread
From: Yaakov (Cygwin/X) @ 2012-03-29  6:44 UTC (permalink / raw)
  To: cygwin

On 2012-03-29 00:36, Achim Gratz wrote:
> I'm behind a firewall at work that only allows HTTP access through, so
> is there a way clone cygwin-ports over HTTP?  If not, is there already a
> Git mirror that provides such access?

I'm afraid not; Sourceforge does not provide that as an option.

> I can clone the individual projects one by one, though.  Obviously it
> would be much nicer if there was a superproject to clone that had those
> already added as subprojects...

Given the ever-increasing number of packages in Ports, just maintaining 
that would take some effort unless I can automate it.

But do you really need *all* of Ports git?


Yaakov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cygwin-ports git access over http?
  2012-03-29  6:44 ` Yaakov (Cygwin/X)
@ 2012-03-29  9:37   ` Achim Gratz
  2012-03-29 12:50   ` Earnie Boyd
  1 sibling, 0 replies; 4+ messages in thread
From: Achim Gratz @ 2012-03-29  9:37 UTC (permalink / raw)
  To: cygwin

Yaakov (Cygwin/X <yselkowitz <at> users.sourceforge.net> writes:
> On 2012-03-29 00:36, Achim Gratz wrote:
> > I'm behind a firewall at work that only allows HTTP access through, so
> > is there a way clone cygwin-ports over HTTP?  If not, is there already a
> > Git mirror that provides such access?
> 
> I'm afraid not; Sourceforge does not provide that as an option.

Rats ... and nobody seems to have cloned to repo.or.cz or github yet.

> > I can clone the individual projects one by one, though.  Obviously it
> > would be much nicer if there was a superproject to clone that had those
> > already added as subprojects...
> 
> Given the ever-increasing number of packages in Ports, just maintaining 
> that would take some effort unless I can automate it.

It should be easy enough to take portslist.txt and create the .submodules file
in the superproject.

> But do you really need *all* of Ports git?

No.  But then I don't know what I need yet. I might just as well get it all in
one go rather than get a handful of packages, then finding I need another two or
three...  Especially since I would need to clone each package to another public
hosting repository first to even be able to get it.


Achim.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cygwin-ports git access over http?
  2012-03-29  6:44 ` Yaakov (Cygwin/X)
  2012-03-29  9:37   ` Achim Gratz
@ 2012-03-29 12:50   ` Earnie Boyd
  1 sibling, 0 replies; 4+ messages in thread
From: Earnie Boyd @ 2012-03-29 12:50 UTC (permalink / raw)
  To: cygwin

On Thu, Mar 29, 2012 at 2:44 AM, Yaakov (Cygwin/X) wrote:
> On 2012-03-29 00:36, Achim Gratz wrote:
>>
>> I'm behind a firewall at work that only allows HTTP access through, so
>> is there a way clone cygwin-ports over HTTP?  If not, is there already a
>> Git mirror that provides such access?
>
>
> I'm afraid not; Sourceforge does not provide that as an option.

See https://sourceforge.net/apps/trac/sourceforge/ticket/16294

You can request a switch to SF 2 for your project rather than waiting
if you wish.  You can see it in action in your account since all
accounts now have the ability to create sub projects.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-29 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29  5:37 cygwin-ports git access over http? Achim Gratz
2012-03-29  6:44 ` Yaakov (Cygwin/X)
2012-03-29  9:37   ` Achim Gratz
2012-03-29 12:50   ` Earnie Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).