How to checkout/clone only working directory (Latest SRC snapshot) in mercurial,
and not the entire repository(history and all).
i know it against the dvcs philosophy, but is it possible ??
If so how
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have local access to the repository, you could use the
hg archivecommand.If you want a snapshot of a remotely hosted repository, it depends on the used web interface and its configuration. For instance Bitbucket allows you to download packages of specific revisions. Mercurial’s standard web interface (the one you see when running
hg serve) also has this functionality, if enabled.