Hello,

first things first: if management decides which free tool you have to use,
run as fast as you can.

Git and Hg are not very different, it is usually pretty straightforward to
migrate between the two. What you are facing now is more likely a
deployment process problem, which is not really in the scope of this list
(which is a community forum, not a support channel as you seem to think).

Neither Git nor Hg is a deployment tool, so if you have this type of
problem, I'm afraid you gave us less than enough information to help, but
if I'm correct, your deployment process is based on Git hooks, so you
probably should read about those first.

Best,
Gergely
On 26 Oct 2015 10:26, "Sandeep Maher" <maher.sand...@gmail.com> wrote:

> Hi Team,
>
> Sandeep here, we are using HG Mercurial for the some of our live
> project(s), But now as per the management requirement we need to migrate
> the entire structure as it is to Git.
>
> Meanwhile me and my team tried to achieve the same but due to the complex
> structure of the repositories unable to achieve the same.
>
>
>
> Requirement *:* suppose we are having some past pushes for code (before
> migration) in main and dependent projects in single change set(Main
> repository and its sub repository),
>
> now after migrating to git, we would like to check out(update to) previous
> version/change set which was pushed in HG.
>
> And now when we tried to check out/update in main projects, logically
> dependent *project(s)/Repos should get check out/Update to the specific
> version*..
>
> But unfortunately it is not happening as expected,
>
>
>
> It would be a great help and well appreciated , if anyone could help in
> same.
>
>
>
> Thanks in Advance,
>
> *Sandeep Maher*
>
> *Consultant.*
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to