'Selective' branching of files: is it possible in Mercurial?
Peer Sommerlund
peer.sommerlund at gmail.com
Mon Mar 16 05:02:44 CDT 2009
2009/3/15 Vladimir <makhnich at gmail.com>
> Hello,
>
> I would like to know whether it is possible to make several files in
> repository to be "branched" (i.e. exist on several branches), while the
> rest
> of files are in sync with default branch (and have only one "head"
> revision).
>
> Google gave me no answer, neither did Mercurial documentation. In fact, I
> suppose the answer is 'no', but may be you will offer some tricks.
>
Have you considered reorganizing your repository into multiple directories
and using the forest extension?
If you still want to build from a single directory, you could write a
Makefile which copies files from repository to the build directory as
needed.
Regards,
Peer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20090316/b6367939/attachment.htm
More information about the Mercurial
mailing list