I am trying to upload my repositories to Bitbucket. It's a parent repository and a handful of subrepos. One of the subrepos is so big (and my connection is throttled) that Bitbucket times out before it finishes the import. I am hopeful that if I…
I have a project that I am developing built off CodeIgniter. The main part of the project is a private system I am creating, but I want to add it to source control, to gain all the associated goodies. Now I'm using Mercurial, so I did the whole hg…
Is it supposed to be possible to have case sensitive directory names containing mercurial subrepos?
I'm creating thin shell repository UberRepo with 2 sub-repositories: Foo and BaR.
If I name the directories foo, bar (lowercase) and put following…
We have several shared libraries that exist as subrepos in a parent repo. If a person clones the parent repo, it looks something like:
/ParentRepo
---- .hg
---- .hgsub
---- .hgsubstate
---- SharedSub1
---- SharedSub2
---- SharedSub3
----…
I have a hg repository with svn subrepo.
I've successfully cloned it to some machine and pulled newest revisions. Then I'm trying to update working dir to revision:
bwh1te@dev-machine:~/work/project_name$ hg pull
http authorization required
realm:…
When you add mercurial subrepositiories using .hgsub you can specify them using HTTPS or SSH but here is the big problem:
if you specify HTTPS you will not be able to push because it will require you to login.
if you specify SSH, you will be able…
I am looking for a solution that would allow me to use subrepositories that are getting not the HEAD and instead a specific RELEASE tag, or if possible the latest tag.
Is this possible, how should I implement this? Did anyone implemented this?
We are developing an in-house framework that several projects are going to use.
The idea is to have the entire framework tracked as a mercurial
subrepository of each project's repository. This resulted in the following
subrepo tree (see…
I have an application "myapp" that uses two modules common with other applications "common" and "common-www".
These are arranged as a thin-shell within a master repository
myapp-master
myapp
common
common-www
Each subrepo is setup as a…
We are using Bamboo as our continuous integration Build Server deploying to multiple environments. I am in the process of integrating SQL code deployment using Red Gate SQL Compare and Data Compare through Bamboo NANT scripts. Our TEST environment…
I am about to make some major changes to my Mercurial repositories. As I am going to be using a Feature of Last Resort, I am looking for some advice and reassurance that I am not doing something stupid.
Where I Am:
I have a Mercurial repository with…
I have a mercurial repository myProject:
myProject
|- file1.js
|- file2.css
|- useful.js
Now useful.js is a file with a few useful classes in it. I use it in multiple projects and as such it has its own repository:
useful
|- useful.js
|-…
I'm comming from SVN background and I'm having a problem of adding to my main repo a subfolder of subrepo. That means that I don't want to add the whole subrepo to my main project - only a part of it. In my situation I want to include only source…
I keep thinking I understand subrepos and how I can make them work for my teams workflow, but clearly I don't, because every time I try to implement some basic workflow, something doesn't end up working right.
I've read pretty much everything there…
I have a distant repository called http://myrepo
I also have 3 projects with 3 distinct packages (1 in each) stored in D:/Projects/Project[ABC]/src/pack[ABC].
I would like to create a local repo in D:/Mercurial which will reference the packages…