subrepos Questions
2
Solved
Note: I asked this yesterday over at kiln.stackexchange.com, but haven't gotten an answer, and it's holding up my work. So I figured I'd give it a shot here.
My main mercurial repository has a bun...
8
Solved
I'm trying to setup the subrepositories in my Mercurial project repo for the project's dependencies. But when I try to commit the .hgsub file I keep getting this error:
abort: commit with new subr...
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
1
Solved
I have this code project can be built either independently or as a subproject of a larger repository (checking it our as a sub-repository). In the latter case, I have a top-level CMakeLists.t...
Pankey asked 10/3, 2017 at 10:47
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
5
Solved
I can't get Tortoisehg (1.0) to work with subrepos
I have a directory structure like this:
root
.hg
.hgsub
.hgsubstate
Customer1
Project1
.hg
foo.txt
Project2
.hg
Customer2
Project3
....
Lochner asked 20/3, 2010 at 19:51
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
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
1
Solved
I have a master repo, which has some changes I do not want to commit.
I have a subrepo, which has changes that have already been committed.
I want to commit the changes subrepo revision in my mas...
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
We've got in a corporate environment an svn repository structure which looks like this:
root
libs
shared_lib1
shared_lib2
private_lib
public_code
private_code
where public_code is an exter...
2
There have been a couple of questions about Hg sub-repo dependencies in the past (here and here) but the accepted answers don't seem to address the problem for me.
A project of mine has 4 dependen...
Decoupage asked 11/4, 2011 at 12:59
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
3
Solved
Currently, I'm moving from a legacy version control system and moving my group's project to mercurial. As one example of the kinds of code I'm moving, I have a 25+ project Visual Studio solut...
Slily asked 16/5, 2011 at 17:18
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
2
Solved
I have a master project that's using a fairly standard source tree approach + mercurial subrepositories.
Master
\lib - compiled binaries - things like log4net, AutoFac, etc
\source - VS solution, ...
1
I've been reading about subrepositories and how to extract an existing folder from a Mercurial repository to a subrepository using the convert extension and a filemap. I can successfully do this. I...
1
Solved
I'm using Mercurial 1.6. I have a repo with a few subrepos (11). I would like to push the parent repo to the default remote repo without pushing the child repos. Reasons for wanting to do this incl...
2
Solved
My project is made up of code in the following locations
C:\Dev\ProjectA
C:\Lib\LibraryB
C:\Lib\LibraryC
Presently each of these folders is a completely independent Mercurial repository. Project...
2
I'm quite new to mercurial, I've read a lot on this topic but I've been unable to find a clear answer.
The mercurial guide says: "For efficiency, hardlinks are used for cloning whenever the source...
1
Solved
I work in a company where we create a lot of small customer-specific applications.
We are a few developers but most of the time there is only one developer per project.
Customer1
ProjectX
App
T...
3
Solved
Currently I have project consisting of multiple repositories, e.g.:
+---Project (main repo)
+---Core (subrepo)
+---Web (subrepo)
\---Tests (subrepo)
Unfortunately the code between subrepos i...
1
Solved
We have a large base of code that contains several shared projects, solution files, etc in one directory in SVN. We're migrating to Mercurial. I would like to take this opportunity to reorganize ou...
Domella asked 17/6, 2010 at 23:19
3
Solved
Is it possible to create a mercurial repository inside an existing mercurial repository?
The idea is to handle subdirectories of a repository as different repositories, how do you do that?
I'm no...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.