HG aliases

Matt Mackall mpm at selenic.com
Tue Dec 27 17:27:04 CST 2011


On Tue, 2011-12-27 at 02:41 -0800, Vitaly wrote:
> Hi,
> 
> I configured Mercurial with Apache on Windows 2003
> 
> Can't understand with aliases on hgweb.config, when
> 
> [paths]
> test = c:/repo_dir/test
> i have error 403
> 
> if i change name alias then ok
> test2 = c:/repo_dir/test

If you rename your repo to 'bob', does:

 [paths]
 bob = c:/repo_dir/bob

work?

Mercurial certainly doesn't care what your repos are named or whether
their real and virtual names match and many thousands of users have
setups where they DO match. Most likely you have something else in your
Apache config that cares about test/.

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial mailing list