[PATCH] consolidate macro ops
Bert Wesarg
bert.wesarg at googlemail.com
Thu Sep 18 19:34:20 CEST 2008
On Thu, Sep 18, 2008 at 19:22, Bert Wesarg <bert.wesarg at googlemail.com> wrote:
> On Thu, Sep 18, 2008 at 19:07, John Ferrier <john_j_ferrier at yahoo.com> wrote:
>> I just tried a few times to clone your repository but all ended up with failure:
>>
>> git clone http://repo.or.cz/w/nedit-bw.git
>>
>> error: File 0000000000000000000000000000000000000000 (http://repo.or.cz/w/nedit-bw.git/objects/00/00000000000000000000000000000000000000) corrupt
>> .....
>> error: Couldn't resolve host '<html xmlns="http:'
>> .....
>> error: Couldn't resolve host '<link rel="alternate" title="nedit-bw.git - log - RSS feed" href="http:'
>> .....
>>
>> error: Unable to find 0000000000000000000000000000000000000000 under http://repo.or.cz/w/nedit-bw.git
>> Cannot obtain needed object 0000000000000000000000000000000000000000
>> fatal: Fetch failed.
>>
>>
>> Maybe I was not patient enough to read the git docs. So if you can provide a simple instruction it will be great.
> you should try one of these:
>
> Mirror URL git://repo.or.cz/nedit-bw.git
> http://repo.or.cz/r/nedit-bw.git
>
> Bert
Here are the steps one would need to use these patches:
1. get a recent CVS checkout of nedit
- see SF page
or
- use my git mirror:
$ git clone git://kgb.endoftheinternet.org/git/nedit.git
2. change into the new work dir
$ cd nedit
3. clone patch queue into directory 'patches'
$ git clone git://repo.or.cz/nedit-bw.git patches
4. apply all patches with quilt
$ quilt push -a
5. compile
>>
>> thanks,
>>
>> JF
More information about the Develop
mailing list