On 29/10/2010, at 4:15 AM, Erick Tryzelaar wrote:

> On Thu, Oct 28, 2010 at 8:07 AM, Rhythmic Fistman <rfist...@gmail.com> wrote:
>> On 28 October 2010 16:58, Erick Tryzelaar <eri...@felix-lang.org> 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?

I have:

~/felix>git --version
git version 1.7.2.3

and mine works without ..


> 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/*

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
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
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to