Partial Archive
Mark A. Flacy
mflacy at verizon.net
Tue Jan 1 03:42:13 UTC 2008
On 2007.12.31 13:03, Nick Peeples wrote:
> I have read up on some of the discussion about the partial clone, but
> I don't think that will quite accomplish what I am looking at doing.
>
> I'm looking at bundle, trying to see if this would work, but tying the
> production stuff to a mercurial repository is not ideal.
>
> What I need is a way to create an archive of only files changed
> between revisions. This would allow me to push changes to production
> sites, but I don't necessarily want those production sites under the
> same source control as development. I'm thinking that if I could just
> get a list of files changed between two repositories, then I could use
> archive with the -I param, but I'm struggling with that too.
>
> Does this make sense, something silly to do?
What's wrong with export from the repository and using patch to apply
the changes at the target?
--
Mark A. Flacy
More information about the Mercurial
mailing list