On Thu, Oct 28, 2010 at 8:07 AM, Rhythmic Fistman <[email protected]> wrote:
> On 28 October 2010 16:58, Erick Tryzelaar <[email protected]> wrote:
>> I changed some things around in fbuild which should fix the problem.
>> Here's how to fix it:
>>
>> % cd $FELIX
>> % git remote set-url origin git://github.com/erickt/felix.git
>
> error: Unknown subcommand: set-url
>
> I'd really love to be able to check something out that builds without
> a lot of manual intervention.
Add support for tracking opening of remote paths.
I'm sorry about all of that. Do you have an older version of git? If
so, you can manually edit .git/config and change the [remote "origin"]
section to read:
felix/.git/config:
[remote "origin"]
url = git://github.com/erickt/felix.git
fetch = +refs/heads/*:refs/remotes/origin/*
felix/fbuild/.git/config:
[remote "origin"]
url = git://github.com/erickt/fbuild.git
fetch = +refs/heads/*:refs/remotes/origin/*
felix/src/compiler/dypgen/.git/config:
[remote "origin"]
url = git://github.com/erickt/dypgen.git
fetch = +refs/heads/*:refs/remotes/origin/*
felix/src/compiler/ocs/.git/config:
[remote "origin"]
url = git://github.com/erickt/ocs.git
fetch = +refs/heads/*:refs/remotes/origin/*
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language