Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2005-08-28 08:46:57
Size: 756
Editor: mpm
Comment:
Revision 12 as of 2013-08-29 18:45:19
Size: 457
Editor: ClaraUBGM
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Mercurial has limited support for serving from web servers with no CGI support.

To use, simply copy your project's repository files to a project directory on your server:

{{{
$ cd public_html
$ mkdir my-project
$ cp -a ../my-repo/.hg my-project
}}}

Alternately use a symlink. Copying can be accomplished via rsync, ftp, scp, etc., so long as all the files beneath .hg are copied.

Then you should be able to pull from this repo like so:

{{{
$ hg clone old-http://example.com/my-project
}}}

This is not recommended for most projects because it can result in a very large number of requests.
Note that the web server must support HTTP range requests.

If at all possible, you should use a [:CGI_Install:CGI-based server] instead.
Title of the writer is now Logan Hanshaw. Taking plan of [[http://Search.un.org/search?ie=utf8&site=un_org&output=xml_no_dtd&client=UN_Website_en&num=10&lr=lang_en&proxystylesheet=UN_Website_en&oe=utf8&q=animals&Submit=Go|animals]] has ended up being his day job with a while. For a while he's long been in Vermont. To fondement jump is what your dog loves doing. Check out the mans website here: http://promoclub.info/News/search-engine-marketing-boston/

Title of the writer is now Logan Hanshaw. Taking plan of animals has ended up being his day job with a while. For a while he's long been in Vermont. To fondement jump is what your dog loves doing. Check out the mans website here: http://promoclub.info/News/search-engine-marketing-boston/

StaticHTTP (last edited 2013-08-29 22:40:46 by rcl)