views:

111

answers:

1

VisualSVN server is a nice piece of software; particularly in that it uses the builtin Windows authentication mechanism on my server. I'd like to try to start using Mercurial though, and I'd like to keep the Windows authentication scheme.

Is there some way to set this kind of thing up using the tools available on Windows Server 2008 R2 Standard (in particular, IIS 7)?

+2  A: 

If you're using it within a LAN, you can just store your mercurial repo on a windows network share - no need for a server component.

If need it web-accessible, the answer Am linked to above seems to cover how to set up IIS.

If you're not adverse to paying, Kiln might be worth investigating, though I can't tell from the info on the site if they use Windows auth.

Ben Hughes
Wouldn't a windows share cause problems if multiple machines attempted to access the repo at the same time?
Billy ONeal