Smart server performance (bzr+http)
Adrian Wilkins
adrian.wilkins at gmail.com
Thu May 6 17:18:00 BST 2010
>
> I've finally managed to get Bazaar and IIS to play nicely. I sure wish
> SSH the standard in Windows-land that it is in *nix land. :)
I had SSH working on my Windows 2003 server.... but my networks team
wouldn't allow external access to port 22. Apparently SSH isn't secure
enough, compared to the immutable titan that is IIS. ;-)
>
> Is file:// preferred in a LAN environment?
>
I think it's probably faster for many operations even versus a LAN SMB
share, and also mitigates certain problems.
It's harder to accidentally make a branch with a working tree. Repacks
are inevitably going to be faster if the server does them, as opposed to
the client doing them over an SMB share. Doing a repack on a big repo
over a low-bandwidth VPN connection isn't much fun.
For permissions I believe you need to grant rights to
IUSR_<yourmachinename>.
More information about the bazaar
mailing list