Tags & production questions
Guido Ostkamp
hg at ostkamp.fastmail.fm
Thu May 3 16:29:21 UTC 2007
Hello Mark,
> What I would do is...
>
> When you release a version, you should clone the repository into a
> bugfix repository. Your bug fixes are developed in *that* repo, not the
> current development stream. You can pull the fixes from the bugfix repo
> into the current one.
well, in my case the fix has already been developed. Of course, it could
be backported into a cloned repository, but having seperate repositories
for each version means that you don't have the complete history in one
repository so that tools showing the different branches don't work any
longer, correct?
Furthermore I think you need significantly more disk space if each
developer would have to keep several cloned repositories in his
homedirectory.
> You should also look at the transplant extension.
Ok, I will have a look at this.
Regards,
Guido
More information about the Mercurial
mailing list