Accessing a remote repository on a web server using ftp with user and password
Manlio Perillo
manlio_perillo at libero.it
Thu Sep 13 08:45:04 CDT 2007
Peter Arrenbrecht ha scritto:
> This is what we do. Publish bundles (see "hg help bundle"). They are
> quite compact and we only publish the whole repo on releases, then
> publish differential bundles (containing diffs against last release
> only) for ongoing work. Works pretty well. To get the updates into a
> local copy, you download the bundle and then "hg pull bundle.file"
> from it. You don't get the fancy web gui, but you can always run that
> locally on your own copy of the repo.
> -peo
The problem with this approach is that you have to pull the files in the
correct order, by hand.
Regards Manlio Perillo
More information about the Mercurial
mailing list