Issue while pushing and pulling from mercurial repository.
Adrian Klaver
adrian.klaver at aklaver.com
Mon Jul 11 19:27:39 UTC 2016
On 07/11/2016 12:22 PM, Oswal, Vipul (ETW - Infosys) wrote:
> By Changing the path in hgweb.config from : -
> [paths]
> / = d:\hgrepo\*
> [web]
> allow_push = *
> push_ssl = false
> TO -
> [paths]
> / = d:\hgrepo\*active*\*
> [web]
> allow_push = *
> push_ssl = false
>
> • I am able to pull and push the changes, but now we have to
> re-create the new folder which won’t have active as the main directory
> • Before the code in local machine when we pull changes would be
> C:\hg\active\IHM and now it would be C:\hg\IHM
> • By this each one of us have to create a new folder for each of
> the project , that would be time consumption. I am sure I am missing
> some path somewhere.
>
> Any Clue on this?
The actual on disk path layout of your repos at d:\hgrepo would be helpful.
>
> Thanks,
> Vipul
>
--
Adrian Klaver
adrian.klaver at aklaver.com
More information about the Mercurial
mailing list