Re: Question: Convert source tarball to GIT repository

2006-10-25 Thread Anand Kumria
On Thu, 19 Oct 2006 16:04:53 -0500, Matthew Kehrer wrote: > Is there a way I can convert a source tarball I download to a local GIT > repository? > > I have dial-up a home, but I know of a place where I can bring my flash > drive and use it to get the tarball as GIT does not have resume support.

Re: Question: Convert source tarball to GIT repository

2006-10-23 Thread Andrey Turkin
Mike McCormack wrote, on 10/24/06 00:01 MSK: > > Matthew Kehrer wrote: > >> So what commands are needed to just update it? >> I understand how to set it up from what you have said. > > So, assuming you created a Git tree from Wine tarball as follows: > > tar jxvf wine-0.9.23.tar.bz2 | sed s/^wi

Re: Question: Convert source tarball to GIT repository

2006-10-23 Thread Mike McCormack
Matthew Kehrer wrote: So what commands are needed to just update it? I understand how to set it up from what you have said. So, assuming you created a Git tree from Wine tarball as follows: tar jxvf wine-0.9.23.tar.bz2 | sed s/^wine-0.9.23\\/// > list cd wine-0.9.23 git init-db git update-in

Re: Question: Convert source tarball to GIT repository

2006-10-22 Thread Mike McCormack
Matthew Kehrer wrote: So what commands are needed to just update it? I understand how to set it up from what you have said. Well, the commands are easy enough, but they need to be done on a full repository. I'll probably have a go at modifying gitweb.pl to return the mailbox you need to upd

Re: Question: Convert source tarball to GIT repository

2006-10-21 Thread Matthew Kehrer
So what commands are needed to just update it? I understand how to set it up from what you have said.

Re: Question: Convert source tarball to GIT repository

2006-10-21 Thread Matthew Kehrer
Matthew Kehrer wrote: > Is there a way I can convert a source tarball I download to a local GIT > repository? Not really. > I have dial-up a home, but I know of a place where I can bring my flash > drive and use it to get the tarball as GIT does not have resume support. > > Is this possible? I

Re: Question: Convert source tarball to GIT repository

2006-10-20 Thread Mike McCormack
Matthew Kehrer wrote: Is there a way I can convert a source tarball I download to a local GIT repository? Actually, I gave this some thought. It's possible, but complicated. You can create your own git tree as follows: tar jxvf wine-0.9.23.tar.bz2 | sed s/^wine-0.9.23\\/// > list cd wine-

Re: Question: Convert source tarball to GIT repository

2006-10-20 Thread Jan Zerebecki
On Fri, Oct 20, 2006 at 10:00:41PM +0200, Damjan Jovanovic wrote: > Speaking of which, is there any tarball I can use to make a local GIT > repository? My internet access is extremely limited, anything not port > 80 http gets firewalled, and it's a modem too. I need to do some > regression testing

Re: Question: Convert source tarball to GIT repository

2006-10-20 Thread Damjan Jovanovic
On 10/20/06, Mike McCormack <[EMAIL PROTECTED]> wrote: Matthew Kehrer wrote: > Is there a way I can convert a source tarball I download to a local GIT > repository? Not really. > I have dial-up a home, but I know of a place where I can bring my flash > drive and use it to get the tarball as GI

Re: Question: Convert source tarball to GIT repository

2006-10-19 Thread Mike McCormack
Matthew Kehrer wrote: Is there a way I can convert a source tarball I download to a local GIT repository? Not really. I have dial-up a home, but I know of a place where I can bring my flash drive and use it to get the tarball as GIT does not have resume support. Is this possible? It a 20

Re: Question: Convert source tarball to GIT repository

2006-10-19 Thread Neil Skrypuch
On Thursday, October 19, 2006 17:04, Matthew Kehrer wrote: > Is there a way I can convert a source tarball I download to a local GIT > repository? > > I have dial-up a home, but I know of a place where I can bring my flash > drive and use it to get the tarball as GIT does not have resume support. >

Question: Convert source tarball to GIT repository

2006-10-19 Thread Matthew Kehrer
Is there a way I can convert a source tarball I download to a local GIT repository?I have dial-up a home, but I know of a place where I can bring my flash drive and use it to get the tarball as GIT does not have resume support. Is this possible?Thanks.