[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] hg woes
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 4 Nov 2009 11:17:46 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=xULCkDl9Qj+oToPX1H7UwxrSi79kcOq0s29B/ILOHLE=; b=OZoDIHLeYhh/IkTCgSYwzQAzKEVGjJHXVY4lr117YjHEypjwXlhDnWGTQuMbLhV2cZ E4vCrEgji49yLWFnp/7gGahPhcmZkyEzCS5uMiZMsxBk4wyaW28NfhIozf5qO8VAuXz5 h5Rh2TqhaLcLHyyLhGaQRBeic1Vmwl7bPieBo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=BapccjJKz6ytG/w2nt0hZznSb1qqL0MramL7cNNUNSqBezdrguzKetSHhMxACi/ovU 5b5eE0NWl9mxlnqJtU6Dh7ws6HX4/wzBOzGdADtaZ3VNUx/EdaVmAoUt7+s7ypXfPk4q Zkh541G1wOhpArDchY39Jcjmow/HSquncm/sM=
Hi,
I see what you're trying to do, i've been trying to do the same (a
fork having only the default branch). Never been able to get that to
work, so my personal solution has been to just clone all branches,
especially as the 2.0 branch isn't adding much to the size of the
repository. So in your case, I'd just do "push -f" and create that
remote branch. It's useless in your case, but it doesn't hurt.... then
perhaps Thomas knows a better solution for you :)
Benoit
2009/11/4 Björn Piltz <bjornpiltz@xxxxxxxxxxxxxx>:
> Hi all,
> I've created a fork which I want to keep up to date with eigen devel.
> I tried the following:
> hg pull http://bitbucket.org/eigen/eigen2 -r default
> hg merge
> hg commit
> hg out
>> (lot's of changes)
> hg push
>>pushing to http://bitbucket.org/bjornpiltz/autodiff
>>searching for changes
>>abort: push creates new remote branch '2.0'!
>
> Any idea how I can get passed this?
>
>
>