Mercurial - How do you export your repo's source to a production site?

Posted by orokusaki on Stack Overflow See other posts from Stack Overflow or by orokusaki
Published on 2010-06-14T15:38:31Z Indexed on 2010/06/14 15:42 UTC
Read the original article Hit count: 162

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about mercurial

Related posts about hg