# HG changeset patch # User Raphael Borun Das Gupta # Date 1240069554 -7200 # Node ID 743dc55775fef62bd87e178f3bb9de980fbc5027 # Parent 83540574ee49df74141d5c36ec9929ac3efdc502# Parent 29f0f79cf6146b747b2cbc9afe658f6b23ee6810 Merged upstream diff -r 29f0f79cf614 -r 743dc55775fe en/ch05-collab.xml --- a/en/ch05-collab.xml Thu Apr 16 23:46:45 2009 -0700 +++ b/en/ch05-collab.xml Sat Apr 18 17:45:54 2009 +0200 @@ -1032,11 +1032,11 @@ What could <emphasis>possibly</emphasis> go wrong? - Once you've copied the CGI script into place, go into a - web browser, and try to open the URL http://myhostname/ - myuser/hgweb.cgi, but brace + Once you've copied the CGI script into place, + go into a web browser, and try to open the URL http://myhostname/myuser/hgweb.cgi, + but brace yourself for instant failure. There's a high probability that trying to visit this URL will fail, and there are many possible reasons for this. In fact, you're likely to @@ -1187,9 +1187,10 @@ chmod 755 ~/public_html ~/public_html/hgwebdir.cgi With basic configuration out of the way, try to - visit http://myhostname/ - myuser/hgwebdir.cgi in your browser. It should + visit http://myhostname/ myuser/hgwebdir.cgi + in your browser. It should display an empty list of repositories. If you get a blank window or error message, try walking through the list of potential problems in /my/root from the name, and publish the repository with a virtual path of this/repo. If the base URL for - our CGI script is http://myhostname/ - myuser/hgwebdir.cgi, the complete URL for that - repository will be http://myhostname/ - myuser/hgwebdir.cgi/this/repo. + our CGI script is http://myhostname/myuser/hgwebdir.cgi, the complete URL + for that repository will be http://myhostname/myuser/hgwebdir.cgi/this/repo. If we replace /my/root on the left hand side