I've tried using archive
in Tortoise HG by opening my repo change log. This doesn't seem to be anything like SVN's export
command, where I can simply export a remote repository to the current directory. I use this to get a clean copy of my source for production (without notes and repository data). How can I do something like this in HG? Or, should I just use clone and deal with the repo related data manually?
BTW, I need to do this all via command line since I'm not going to be using Tortoise HG on my Linux server.
Any help is much appreciated.