subpath problem
Uwe Brauer
oub at mat.ucm.es
Sat Oct 14 19:01:11 UTC 2017
Hi
As said the following works when pushing repo+subrepo to bitbucket
quim-hojas-problemas = ../quim-hojas-problemas
curso_2016_17 = ../curso_2016_17
However then I can not push to a repo on my USB
So I was advised to use subpath in my hgsub file, I tried a lot of
different configurations the last being
quim-hojas-problemas = quim-hojas-problemas
curso_2016_17 = curso_2016_17
[subpaths]
https://kalthad@bitbucket.org/kalthad/quim-hojas-problemas = https://kalthad@bitbucket.org/kalthad/quim-hojas-problemas
https://kalthad@bitbucket.org/kalthad/curso_2016_17 = https://kalthad@bitbucket.org/kalthad/curso_2016_17
But I *always* get when I try to push to bitbucket
pushing subrepo curso_2016_17 to https://kalthad@bitbucket.org/kalthad/hgquim-num-estad/curso_2016_17
warning: connecting to bitbucket.org using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info
warning: connecting to bitbucket.org using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info
searching for changes
abort: repository is unrelated (in subrepo curso_2016_17)
What do I miss?
Uwe Brauer
More information about the Mercurial
mailing list