mercurial-subrepos Questions
3
I'm trying to migrate a mercurial repository to git, but the problem is that the mercurial repository has subrepositories (some with branches), and lots of merges and branches itself. I'd like the ...
Headstream asked 28/5, 2015 at 2:8
1
(The following is a kind of a "theoretical MCVE" of the kinds of complexity I'm encountering in organizing source code I'm working on. You can treat it as a concrete problem and that would be...
Trajan asked 2/4, 2017 at 16:9
3
Solved
I'm looking into the viability of switching from svn to mercurial for my organization, but there's one hangup I can't seem to find a solution for.
Is there any way to pull and update a repo and al...
Caeoma asked 11/6, 2012 at 21:49
6
Despite involving two subparts, I'm asking this as a combined question because the way it's broken down into parts isn't what's important. I'm open to different ways to achieve what I want as long ...
Attar asked 10/5, 2016 at 17:43
2
Solved
I have subrepository structure as following in TortoiseHg:
/MainFolder/
/MainFolder/SubFolder1
/MainFolder/SubFolder2
MainFolder is a private repository on bitbucket
SubFolder1 is a private repo...
Dunigan asked 6/12, 2012 at 19:3
2
Solved
I have encountered this error when trying to push a subrepository to bitbucket:
D:\Work\agile.crm.framework>hg push
warning: bitbucket.org certificate with fingerprint 81:2b:08:90:dc:d3:71:ee:...
Libelee asked 11/5, 2011 at 16:27
1
Solved
I have a mercurial project in which I would like to use jQuery-File-Upload.
I added the following to my .hgsub file in order to create a subrepo for this plugin:
public/assets/common/js/filedrop =...
Ret asked 14/2, 2013 at 8:34
2
We develop .NET Enterprise Software in C#. We are looking to improve our version control system. I have used mercurial before and have been experimenting using it at our company. However, since we ...
Vullo asked 24/7, 2012 at 9:50
1
I have root Mercurial repo (web site).
I clone WordPress from GitHub mirror into /wp subdirectory.
Since I want very specific (stable) version of WP, but no ongoing development I do git checkout 3...
Disputable asked 11/7, 2012 at 16:45
2
I am having trouble setting up a project in Mercurial with subrepos.
Goal:
I want to set up the structure like so:
-- Build_Repo (this repo will be used to track dependencies)
-- Subrepo_A (th...
Wiredraw asked 12/9, 2011 at 22:8
2
Solved
Our project has a couple of remote subrepos in it, and their addresses have recently moved from http://host/path to http://other_host/path. How can one go back to a revision from, say, last month, ...
Chimb asked 20/2, 2012 at 17:2
1
Solved
I have been trying to follow the instructions in the answer to this question, using kiln.
i'd like to be able to arrange things as follows:
/somepath/thirdparty maps to a kiln repository "thirdp...
Petrochemical asked 14/1, 2012 at 8:15
1
Solved
I am curious if this is possible with Mercurial. I'd like to have a subrepos in a project that are always fixed to the manually specified changeset, or better yet - tag.
Basically what I am trying...
Bostic asked 17/12, 2011 at 1:26
5
Solved
I work on a team where we have a code in a mercurial repository with several subrepositories:
main/
main/subrepo1/
main/subrepo1/subrepo2/
The default behavior of Mercurial is that when a hg com...
Jacklin asked 31/1, 2011 at 22:31
1
Solved
Our mercurial repository gets stuck when trying to update to an old branch which has a subrepo / revision pair that doesn't exist anymore.
abort: unknown revision '22e9bb6a6cd98be85b995f632b2f72d6...
Stabile asked 30/10, 2011 at 16:51
1
Solved
I am unable to update mercurial repos on my machine. I get the following error when I do an update hg up --traceback:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mer...
Mancini asked 19/10, 2011 at 16:0
1
Solved
Is it possible to tag the main parent repository and have the tag added to all of the sub-repositories too?
Without this if I were ever to remove a project as a sub-repository and access it on its...
Castle asked 27/6, 2011 at 10:43
2
In my repository I've added several sub-repositories for modules that I'm using. I'm always going to treat these subrepos as "pull only". I don't plan to make any changes to them but want to retain...
Hovis asked 31/5, 2011 at 0:53
1
Solved
RyanWilcox had posted a script at here, that can use the following command to add subrepository automatically:
$ cd $TOP_OF_HG_PROJECT
$ addsubrepo.sh $URL_TO_HG_PROJECT relative_path/you/want_to/...
Drying asked 10/5, 2011 at 2:26
1
Solved
Here goes:
$ cat .gitmodules
[submodule "utils/external/firepython"]
path = utils/external/firepython
url = git://github.com/darwin/firepython.git
[submodule "utils/external/textile"]
path = u...
Rawls asked 10/4, 2011 at 14:16
4
Solved
Can one hg repo live inside another hg repo on my local file system?
I am pulling down the bitbucket wiki for 'sandbox', and I want to know if this should be placed in repos/sandbox/wiki or repo...
Neutrality asked 20/5, 2010 at 13:16
1
© 2022 - 2024 — McMap. All rights reserved.