pushing a repo with subrepos to usb
Uwe Brauer
oub at mat.ucm.es
Sat Oct 14 12:08:13 UTC 2017
> On Sat, 14 Oct 2017 10:41:56 +0200, Uwe Brauer wrote:
> You can use trivial 'foo = foo' paths and set [subpaths] instead.
> https://www.mercurial-scm.org/wiki/Subrepository#Use_.27trivial.27_subrepo_paths_where_possible
Thanks I tried the following
quim-hojas-problemas = quim-hojas-problemas
curso_2016_17 = curso_2016_17
[subpaths]
https://bitbucket.org/kalthad/hgquim-num-estad/curso_2016_17 = https://bitbucket.org/kalthad/curso_2016_17
https://bitbucket.org/kalthad/hgquim-num-estad/quim-hojas-problemas =
https://bitbucket.org/kalthad/quim-hojas-problemas
When I pushed to bitbucket I obtained
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?
More information about the Mercurial
mailing list