# HG changeset patch # User Raphael Borun Das Gupta # Date 1240069087 -7200 # Node ID 83540574ee49df74141d5c36ec9929ac3efdc502 # Parent 3b640272a9663835379f292b699f31767ce2a81e removed whitespace from URLs diff -r 3b640272a966 -r 83540574ee49 en/ch05-collab.xml --- a/en/ch05-collab.xml Sun Apr 12 00:05:30 2009 -0700 +++ b/en/ch05-collab.xml Sat Apr 18 17:38:07 2009 +0200 @@ -959,11 +959,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 @@ -1114,9 +1114,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