problems with subrepositories (and helix) cannot push
Uwe Brauer
oub at mat.ucm.es
Tue Jul 13 14:34:11 UTC 2021
>>> "CKvM" == Cédric Krier via Mercurial <mercurial at mercurial-scm.org> writes:
> On 2021-07-13 15:50, Uwe Brauer wrote:
>> So I tried
>>
>> subrepo1 == subrepo1
>> subrepo2 == subrepo2
>> subrepo3 == subrepo3
>>
>>
>>
>> pushing subrepo subrepo1 to
>> https://oubucmes@helixteamhub.cloud/tiny-butterfly-778/projects/tfg-2021/repositories/mercurial/tfg-2021/%3D%20subrepo1
>> abort: HTTP Error 404: Not Found
>>
>> That kills me, what shall I do?
> In .hgsub, you must use a single '=' like:
> subrepo1 = subrepo1
When I do this I obtain pushing subrepo to https://oubucmes@helixteamhub.cloud/tiny-butterfly-778/projects/tfg-2021/repositories/mercurial/tfg-2021/subrepo1
And there helix is right, there is no repository
$PREFIX = projects/tfg-2021/repositories/mercurial/tfg-2021/subrepo1
there is only
$PREFIX = projects/tfg-2021/repositories/mercurial/subrepo1
So the correct syntax seems to be
subrepo1 = ../subrepo1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5673 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20210713/cc538102/attachment.p7s>
More information about the Mercurial
mailing list