On Wed, 03 Jul 2013 05:09:09 -0500, Mark Yorkovich wrote: > Using Aptana Eclipse, I develop online via ftp in a "dev" subdomain on > my hosted account. What I'm wondering is, would I need to install > TortoiseHg on the server to be able to set up a repository for any > hosted projects (as opposed to installing TortoiseHg on my computer and > using BitBucket for a repository)?
Hi, If you want to serve repositories via http (using hgweb) or SSH, you'll nedd to install Mercurial (without TortoiseHg GUI) on "dev" server. If you just copy repositories via ftp, you don't need to set up server-side Mercurial environment. Regards, ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

